SOURCES (LINUX_2_6): linux-2.6-vs2.1.patch - fixed (?) for 2.6.17.11.
cieciwa
cieciwa at pld-linux.org
Tue Aug 29 14:00:30 CEST 2006
Author: cieciwa Date: Tue Aug 29 12:00:29 2006 GMT
Module: SOURCES Tag: LINUX_2_6
---- Log message:
- fixed (?) for 2.6.17.11.
---- Files affected:
SOURCES:
linux-2.6-vs2.1.patch (1.1.2.30 -> 1.1.2.31)
---- Diffs:
================================================================
Index: SOURCES/linux-2.6-vs2.1.patch
diff -u SOURCES/linux-2.6-vs2.1.patch:1.1.2.30 SOURCES/linux-2.6-vs2.1.patch:1.1.2.31
--- SOURCES/linux-2.6-vs2.1.patch:1.1.2.30 Mon Aug 7 13:23:55 2006
+++ SOURCES/linux-2.6-vs2.1.patch Tue Aug 29 14:00:22 2006
@@ -20754,9 +20754,9 @@
/*
@@ -1015,9 +1012,23 @@ asmlinkage long sys_getppid(void)
- #endif
- break;
- }
+ pid = rcu_dereference(current->real_parent)->tgid;
+ rcu_read_unlock();
+
- return pid;
+ return vx_map_pid(pid);
}
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SOURCES/linux-2.6-vs2.1.patch?r1=1.1.2.30&r2=1.1.2.31&f=u
More information about the pld-cvs-commit
mailing list