Re: [PATCH weston] compositor-fbdev: fix VT switching crash

2015-08-19 Thread Pekka Paalanen
On Wed, 19 Aug 2015 10:21:07 -0500 Derek Foreman wrote: > Ouch, > > Reviewed-by: Derek Foreman > > On 19/08/15 06:03 AM, Pekka Paalanen wrote: > > From: Pekka Paalanen > > > > This bug was introduced in 954f183e2f9891b241c1efc0ea61ed56019a4326. > > > > The session_notify() data was accident

Re: [PATCH weston] compositor-fbdev: fix VT switching crash

2015-08-19 Thread Derek Foreman
Ouch, Reviewed-by: Derek Foreman On 19/08/15 06:03 AM, Pekka Paalanen wrote: > From: Pekka Paalanen > > This bug was introduced in 954f183e2f9891b241c1efc0ea61ed56019a4326. > > The session_notify() data was accidentally cast to fbdev_backend while > it is weston_compositor. This was possibly

[PATCH weston] compositor-fbdev: fix VT switching crash

2015-08-19 Thread Pekka Paalanen
From: Pekka Paalanen This bug was introduced in 954f183e2f9891b241c1efc0ea61ed56019a4326. The session_notify() data was accidentally cast to fbdev_backend while it is weston_compositor. This was possibly due to the code before the mentioned commit casting data directly to fbdev_compositor withou