[Wayland-bugs] [Bug 70849] [bug] switching vt in drm mode accumulate open fds in weston-launch process
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Fri Oct 25 22:36:32 CEST 2013
https://bugs.freedesktop.org/show_bug.cgi?id=70849
Kristian Høgsberg <krh at bitplanet.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #2 from Kristian Høgsberg <krh at bitplanet.net> ---
I went with a slightly simpler fix, but also added support for the EVIOCREVOKE
ioctl. Also applied to 1.3.
commit 0eee0a28ba24dae62767bc5576c1e1b5dfe33869
Author: Kristian Høgsberg <krh at bitplanet.net>
Date: Fri Oct 25 13:34:58 2013 -0700
weston-launch: Revoke and close input fds when we vt switch away
We used to leak the input fds, as weston would reopen all fds on vt
enter. We could just close them after sending the open fd through the
socket, but this patch also adds support for the new EVIOCREVOKE evdev
ioctl, that revokes the fd in question (including the copy that we
sent to the compositor).
https://bugs.freedesktop.org/show_bug.cgi?id=70849
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/wayland-bugs/attachments/20131025/f7b12bd6/attachment.html>
More information about the Wayland-bugs
mailing list