Hi Daniel,
2016ë
01ì 12ì¼ 04:00ì Daniel Stone ì´(ê°) ì´ ê¸:
> Hi Inki,
>
> On 8 January 2016 at 08:46, Inki Dae wrote:
>> Changelog v3:
>> - initialize only device specific things. Each page flip event object
>> is created by DRM core so DRM core should release the object including
Hi Inki,
On 12 January 2016 at 06:25, Inki Dae wrote:
> 2016ë
01ì 12ì¼ 04:00ì Daniel Stone ì´(ê°) ì´ ê¸:
>> On 8 January 2016 at 08:46, Inki Dae wrote:
>>> Changelog v3:
>>> - initialize only device specific things. Each page flip event object
>>> is created by DRM core so DRM core
On Fri, Jan 8, 2016 at 9:46 AM, Inki Dae wrote:
> This patch fixes a kernel panic issue which happened
> when drm driver is closed while modetest.
>
> This issue could be reproduced easily by launching modetest
> with page flip repeatedly.
>
> The reason is that invalid drm_file object could be ac
Hi Inki,
On 8 January 2016 at 08:46, Inki Dae wrote:
> Changelog v3:
> - initialize only device specific things. Each page flip event object
> is created by DRM core so DRM core should release the object including
> incrementing event space.
I'm a bit confused here; we no longer call event->
This patch fixes a kernel panic issue which happened
when drm driver is closed while modetest.
This issue could be reproduced easily by launching modetest
with page flip repeatedly.
The reason is that invalid drm_file object could be accessed by
send_vblank_event function when finishing page flip