Bug#651370: libgl1-mesa-glx: need close on exec for dri device

2012-03-11 Thread David Fries
Updating the Debian bug report log: The patch is now in master git://anongit.freedesktop.org/git/mesa/mesa b60120608f6ddf4098bc324363197c979ee04cb7 Author: David Fries 2011-12-10 11:28:45 Committer: Dave Airlie 2012-03-11 14:05:50 -- To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.or

Bug#651370: [Mesa-dev] Bug#651370: libgl1-mesa-glx: need close on exec for dri device

2011-12-13 Thread Adam Jackson
On Sat, 2011-12-10 at 11:46 -0600, David Fries wrote: > Set the close on exec flag when opening dri character devices, so they > will be closed and free any resouces allocated in exec. Reviewed-by: Adam Jackson - ajax signature.asc Description: This is a digitally signed message part

Bug#651370: libgl1-mesa-glx: need close on exec for dri device

2011-12-10 Thread David Fries
Set the close on exec flag when opening dri character devices, so they will be closed and free any resouces allocated in exec. --- Just for fun I included a git bundle of the commit. Please Cc me on any replies as I'm not subscribed to the mesa list. src/egl/drivers/dri2/platform_wayland.c

Bug#651370: libgl1-mesa-glx: need close on exec for dri device

2011-12-08 Thread Julien Cristau
On Wed, Dec 7, 2011 at 23:43:13 -0600, David Fries wrote: > diff -upr /tmp/mesa-7.11/src/egl/drivers/dri2/platform_wayland.c > mesa-7.11/src/egl/drivers/dri2/platform_wayland.c > --- /tmp/mesa-7.11/src/egl/drivers/dri2/platform_wayland.c2011-07-08 > 20:37:09.0 -0500 > +++ mesa-7.11/

Bug#651370: libgl1-mesa-glx: need close on exec for dri device

2011-12-08 Thread Michel Dänzer
On Mit, 2011-12-07 at 23:43 -0600, David Fries wrote: > Package: libgl1-mesa-glx > > Version: 7.11-6 > Severity: normal > Tags: patch > > When dri is used the character device /dev/dri/card0 is opened. That > file descriptor should be set with the close on exec file as currently > those resourc