[PATCH xserver] Fix a segfault that occurs if xorg.conf.d is absent:

2016-11-15 Thread Ben Crocker
In InitOutput, if xf86HandleConfigFile returns CONFIG_NOFILE (which it does if no config file or directory is present), the autoconfig flag is set, causing xf86AutoConfig to be called later on. xf86AutoConfig calls xf86OutputClassDriverList via the call tree: xf86AutoConfig =>

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

2016-11-15 Thread Emil Velikov
On 14 November 2016 at 20:54, Peter Hutterer wrote: > 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: >>

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

2016-11-15 Thread Emil Velikov
On 14 November 2016 at 20:55, Peter Hutterer wrote: > 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: >>

[PATCH xserver] xwayland: Fix use after free of cursors

2016-11-15 Thread Olivier Fourdan
Sometimes, Xwayland will try to use a cursor that has just been freed, leading to a crash when trying to access that cursor data either in miPointerUpdateSprite() or elsewhere. This issue is very random and hard to reproduce. Typical backtraces include: miPointerUpdateSprite () at mipointer.c

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

2016-11-15 Thread Hans de Goede
Hi, On 15-11-16 05:37, Peter Hutterer wrote: 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

Re: [PATCH v4 xserver] xkb: fix releasing overlay while keydown

2016-11-15 Thread Mariusz Mazur
A week has passed and everything's working fine (and I'm using the overlay keycombos very very heavily). Seems the patch does not have any unforeseen side effects. 2016-11-07 22:25 GMT+01:00 Mariusz Mazur : > Applied to my work env. If something starts acting funny I'll