]> git.baikalelectronics.ru Git - kernel.git/commit
drm: don't set the signal blocker on the master process.
authorDave Airlie <airlied@linux.ie>
Sun, 24 Aug 2008 07:02:26 +0000 (17:02 +1000)
committerDave Airlie <airlied@linux.ie>
Sun, 24 Aug 2008 20:35:33 +0000 (06:35 +1000)
commit410185dda9cd3b96352567f1a4cadff8d5f293d3
tree697956db50347ef93490e6220d29b11d9f7f1ee9
parent0c7f93f9b82fe7258c937f91fbb9490d599bbb44
drm: don't set the signal blocker on the master process.

There is a problem with debugging the X server and gdb crashes in
the xkb startup code.

This avoids the problem by allowing the master process to get signals.
It should be safe as the signal blocker is mainly so that you can
Ctrl-Z a 3D application without locking up the whole box. Ctrl-Z the
X server isn't something many people do.

Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/drm_lock.c