[ANNOUNCE] X.Org Security Advisory: More BDF file parsing issues in libXfont

2015-03-17 Thread Alan Coopersmith
X.Org Security Advisory: March 17, 2015 More BDF file parsing issues in libXfont Description: Ilja van Sprundel, a security researcher with IOActive, has discovered an issue in the parsing of BDF font files by libXfont. Additional testing

Re: [RFC PATCH] gen_swap_check handles xproto and shape extensions

2015-03-17 Thread Peter Hutterer
On Wed, Mar 11, 2015 at 03:22:07PM +0100, Christian Linhart wrote: Hi Asalle, Thank you for posting your changes as a patch. (Next time, please do not sent it as attchment but in-message, because this is easier to handle for reviewers. use git send-email for posting a patch) Anyways,

[PATCH synaptics] Revert Support the new Lenovo X1 Carbon 3rd trackpoint buttons

2015-03-17 Thread Peter Hutterer
This reverts commit 064445364b4775b25ba49c2250b22b169f291147. The Lenovo *50 series, including the X1 Carbon 3rd always require multiple kernel patches to enable the touchpad buttons. This patch in synaptics only addresses the re-routing of the top buttons. The final iteration of the kernel

Re: [PATCH] Byte-swapping and size-checking generator all-in-one

2015-03-17 Thread Peter Hutterer
On Wed, Mar 11, 2015 at 08:46:41PM +0200, asalle@gmail.com wrote: --- .gitignore | 3 + Makefile.am | 4 +- Xext/Makefile.am| 2 +- Xext/shape.c| 167 ++- configure.ac| 41 ++- proto/.gitignore| 5 +

Re: [PATCH xf86-input-libinput 1/2] Add a helper function for making properties

2015-03-17 Thread Hans de Goede
Hi, On 16-03-15 23:22, Peter Hutterer wrote: Signed-off-by: Peter Hutterer peter.hutte...@who-t.net Both patches look good to me and are: Reviewed-by: Hans de Goede hdego...@redhat.com Regards, Hans --- src/libinput.c | 212 ++--- 1

Re: [PATCH synaptics] Revert Support the new Lenovo X1 Carbon 3rd trackpoint buttons

2015-03-17 Thread Hans de Goede
Hi, On 17-03-15 07:14, Peter Hutterer wrote: This reverts commit 064445364b4775b25ba49c2250b22b169f291147. The Lenovo *50 series, including the X1 Carbon 3rd always require multiple kernel patches to enable the touchpad buttons. This patch in synaptics only addresses the re-routing of the top

[PATCH v2 synaptics] Revert Support the new Lenovo X1 Carbon 3rd trackpoint buttons

2015-03-17 Thread Peter Hutterer
This reverts commit 064445364b4775b25ba49c2250b22b169f291147. The Lenovo *50 series, including the X1 Carbon 3rd always require multiple kernel patches to enable the touchpad buttons. This patch in synaptics only addresses the re-routing of the top buttons. The final iteration of the kernel

Re: [PATCH 2/2] modesetting: Include dix-config.h from dumb_bo.c

2015-03-17 Thread Alex Deucher
On Mon, Mar 16, 2015 at 9:21 PM, Michel Dänzer mic...@daenzer.net wrote: From: Michel Dänzer michel.daen...@amd.com Fixes mmap failures with 32-bit builds. Signed-off-by: Michel Dänzer mic...@daenzer.net For the series: Reviewed-by: Alex Deucher alexander.deuc...@amd.com ---