]> git.pld-linux.org Git - packages/kernel.git/commitdiff
delta-signal-fix01.diff
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 27 Apr 2010 06:44:19 +0000 (06:44 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    kernel-vserver-2.3.patch -> 1.38

kernel-vserver-2.3.patch

index b9956fb3ccb82f8ed64f36c812f4b3eb74600b6e..7d2c3e72c4c5369fe70ab798907b1ecf3c96ae29 100644 (file)
@@ -30208,3 +30208,14 @@ diff -NurpP --minimal linux-2.6.33.2/security/selinux/hooks.c linux-2.6.33.2-vs2
  #include <linux/parser.h>
  #include <linux/nfs_mount.h>
  #include <net/ipv6.h>
+--- linux-2.6.27.45-vs2.3.x-N3/kernel/signal.c 2010-02-01 20:10:59.000000000 +0100
++++ linux-2.6.31.13-vs2.3.x-N3/kernel/signal.c 2010-01-28 00:24:14.000000000 +0100
+@@ -1074,7 +1137,7 @@ int kill_pid_info(int sig, struct siginf
+       rcu_read_lock();
+ retry:
+       p = pid_task(pid, PIDTYPE_PID);
+-      if (p && vx_check(vx_task_xid(p), VS_ADMIN | VS_IDENT)) {
++      if (p && vx_check(vx_task_xid(p), VS_IDENT)) {
+               error = group_send_sig_info(sig, info, p);
+               if (unlikely(error == -ESRCH))
+                       /*
This page took 0.083723 seconds and 4 git commands to generate.