SOURCES (Titanium): linux-2.6-vs2.3.patch - fix for signaling issue causing...

hawk hawk at pld-linux.org
Sat Nov 22 12:12:38 CET 2008


Author: hawk                         Date: Sat Nov 22 11:12:38 2008 GMT
Module: SOURCES                       Tag: Titanium
---- Log message:
- fix for signaling issue causing weird behaviour when running X inside
  guest and trying to switch TTYs

---- Files affected:
SOURCES:
   linux-2.6-vs2.3.patch (1.1.2.17.2.30 -> 1.1.2.17.2.31) 

---- Diffs:

================================================================
Index: SOURCES/linux-2.6-vs2.3.patch
diff -u SOURCES/linux-2.6-vs2.3.patch:1.1.2.17.2.30 SOURCES/linux-2.6-vs2.3.patch:1.1.2.17.2.31
--- SOURCES/linux-2.6-vs2.3.patch:1.1.2.17.2.30	Sat Nov 22 12:10:23 2008
+++ SOURCES/linux-2.6-vs2.3.patch	Sat Nov 22 12:12:31 2008
@@ -16759,7 +16759,7 @@
  retry:
  	p = pid_task(pid, PIDTYPE_PID);
 -	if (p) {
-+	if (p && vx_check(vx_task_xid(p), VS_WATCH | VS_IDENT)) {
++	if (p && vx_check(vx_task_xid(p), VS_ADMIN | VS_IDENT)) {
  		error = group_send_sig_info(sig, info, p);
  		if (unlikely(error == -ESRCH))
  			/*
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/linux-2.6-vs2.3.patch?r1=1.1.2.17.2.30&r2=1.1.2.17.2.31&f=u



More information about the pld-cvs-commit mailing list