[ANNOUNCE] xorg-server 1.19.4

2017-10-04 Thread Adam Jackson
A collection of stability fixes from the development branch, including two minor CVEs. Thanks to all who sent in patches! Aaron Plattner (1): randr: Use RRTransformEqual in RRCrtcPendingTransform Adam Jackson (11): parser: Fix crash when xf86nameCompare(s1 = x, s2 = NULL)

Re: [RFC v2 07/12] present: Check the whole exec queue on event

2017-10-04 Thread Adam Jackson
On Fri, 2017-09-29 at 18:22 +0200, Michel Dänzer wrote: > This is a bug fix which is independent of the rest of the series, so it > should be submitted separately and applied for an upcoming 1.19.4 release. > > Reviewed-by: Michel Dänzer I'm not that much of a stickler.

Re: [PATCH xserver 1/2] xf86-video-modesetting: Add ms_queue_vblank helper [v3]

2017-10-04 Thread Adam Jackson
On Fri, 2017-09-29 at 08:48 -0700, Keith Packard wrote: > This provides an API wrapper around the kernel interface for queueing > a vblank event, simplifying all of the callers. > > v2: Fix missing '|' in computing vbl.request.type > > v3: Remove spurious bit of next patch (thanks, Michel

Re: Tag forwarded X11 connection as remote

2017-10-04 Thread Michal Srb
On středa 4. října 2017 5:53:15 CEST Damien Miller wrote: > On Mon, 2 Oct 2017, Michal Srb wrote: > > SSH only needs to change the first byte sent from X client to server > > to mark it as remote. SSH already modifies the whole first message > > (replaces authorization data), so changing the first

Re: Tag forwarded X11 connection as remote

2017-10-04 Thread Damien Miller
On Mon, 2 Oct 2017, Michal Srb wrote: > SSH only needs to change the first byte sent from X client to server > to mark it as remote. SSH already modifies the whole first message > (replaces authorization data), so changing the first byte is easy > addition. > > I have attached patch that