[PATCH xf86-input-libinput] If the parent libinput_device is unavailable, create a new one

2016-11-14 Thread Peter Hutterer
The parent device ref's the libinput device during pre_init and unref's it during DEVICE_INIT, so the copy is lost. During DEVICE_ON, the libinput device is re-added and ref'd, this one stays around now. But the takeaway is: unless the device is enabled, no libinput device reference is available.

Re: [PATCH util-modular 6/6] release.sh: run ./configure within the release.sh

2016-11-14 Thread Peter Hutterer
On Mon, Nov 14, 2016 at 03:39:18PM +, Emil Velikov wrote: > On 13 November 2016 at 22:24, Peter Hutterer wrote: > > On Fri, Nov 11, 2016 at 03:45:29PM +, Emil Velikov wrote: > >> From: Emil Velikov [...] > >> +return 1 > >>

Re: [PATCH util-modular 2/6] release.sh: add a couple more info messages

2016-11-14 Thread Peter Hutterer
On Mon, Nov 14, 2016 at 03:42:04PM +, Emil Velikov wrote: > On 13 November 2016 at 22:11, Peter Hutterer wrote: > > On Fri, Nov 11, 2016 at 03:45:25PM +, Emil Velikov wrote: > >> From: Emil Velikov > >> > >> This way one can relate

Re: [Bug] arm64: glamor: display abnormal when rotate screen

2016-11-14 Thread Eric Anholt
Mark yao writes: > Hi Eric > > We found some display problem when rotate the screen. > > You can see the abnormal display picture on attachment. > > Bug reproduce step: > 1, run lubuntu session. > 2, rotate screen: xrandr --output eDP-1 --rotate right > 3, run

Xwayland crash using a free cursor in 1.19

2016-11-14 Thread Olivier Fourdan
Hi Just a quick heads up, I have been trying to investigate random crashes in Xwayland, something that occurs very randomly and really hard to reproduce. It appears that, sometimes, Xwayland will try to use a pCursor that has just been freed, leading to a crash when trying to use that cursor

Re: [PATCH util-modular 2/6] release.sh: add a couple more info messages

2016-11-14 Thread Emil Velikov
On 13 November 2016 at 22:11, Peter Hutterer wrote: > On Fri, Nov 11, 2016 at 03:45:25PM +, Emil Velikov wrote: >> From: Emil Velikov >> >> This way one can relate the exact stage they are and the possible >> password prompt they'll see

Re: [PATCH util-modular 6/6] release.sh: run ./configure within the release.sh

2016-11-14 Thread Emil Velikov
On 13 November 2016 at 22:24, Peter Hutterer wrote: > On Fri, Nov 11, 2016 at 03:45:29PM +, Emil Velikov wrote: >> From: Emil Velikov >> >> At the moment one has to run autogen.sh/configure in their checkout >> prior to using release.sh