SOURCES (LINUX_2_6_27): linux-2.6-vs2.3.patch - updated to 2.6.27.13
adamg
adamg at pld-linux.org
Sun Jan 25 03:23:50 CET 2009
Author: adamg Date: Sun Jan 25 02:23:50 2009 GMT
Module: SOURCES Tag: LINUX_2_6_27
---- Log message:
- updated to 2.6.27.13
---- Files affected:
SOURCES:
linux-2.6-vs2.3.patch (1.2.4.11.2.47.2.4 -> 1.2.4.11.2.47.2.5)
---- Diffs:
================================================================
Index: SOURCES/linux-2.6-vs2.3.patch
diff -u SOURCES/linux-2.6-vs2.3.patch:1.2.4.11.2.47.2.4 SOURCES/linux-2.6-vs2.3.patch:1.2.4.11.2.47.2.5
--- SOURCES/linux-2.6-vs2.3.patch:1.2.4.11.2.47.2.4 Wed Jan 21 15:44:33 2009
+++ SOURCES/linux-2.6-vs2.3.patch Sun Jan 25 03:23:43 2009
@@ -16770,11 +16770,12 @@
ret = -ESRCH;
goto out_unlock;
}
-@@ -1141,7 +1163,10 @@ static int kill_something_info(int sig,
+@@ -1141,8 +1163,10 @@ static int kill_something_info(int sig,
struct task_struct * p;
for_each_process(p) {
-- if (p->pid > 1 && !same_thread_group(p, current)) {
+- if (task_pid_vnr(p) > 1 &&
+- !same_thread_group(p, current)) {
+ if (vx_check(vx_task_xid(p), VS_ADMIN|VS_IDENT) &&
+ task_pid_vnr(p) > 1 &&
+ !same_thread_group(p, current) &&
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/linux-2.6-vs2.3.patch?r1=1.2.4.11.2.47.2.4&r2=1.2.4.11.2.47.2.5&f=u
More information about the pld-cvs-commit
mailing list