r4458 - dists/sarge-security/kernel/source/kernel-source-2.6.8-2.6.8/debian/patches

Simon Horman horms at costa.debian.org
Fri Oct 14 09:52:38 UTC 2005


Author: horms
Date: 2005-10-14 09:52:37 +0000 (Fri, 14 Oct 2005)
New Revision: 4458

Modified:
   dists/sarge-security/kernel/source/kernel-source-2.6.8-2.6.8/debian/patches/nptl-signal-delivery-deadlock-fix.dpatch
Log:
Backport was wrong

Modified: dists/sarge-security/kernel/source/kernel-source-2.6.8-2.6.8/debian/patches/nptl-signal-delivery-deadlock-fix.dpatch
===================================================================
--- dists/sarge-security/kernel/source/kernel-source-2.6.8-2.6.8/debian/patches/nptl-signal-delivery-deadlock-fix.dpatch	2005-10-14 09:42:24 UTC (rev 4457)
+++ dists/sarge-security/kernel/source/kernel-source-2.6.8-2.6.8/debian/patches/nptl-signal-delivery-deadlock-fix.dpatch	2005-10-14 09:52:37 UTC (rev 4458)
@@ -31,7 +31,7 @@
  {
  	struct task_struct *t;
  
-+        if (p->signal->flags & SIGNAL_GROUP_EXIT)
++        if (p->signal->group_exit)
 +		/*
 +		 * The process is in the middle of dying already.
 +		 */




More information about the Kernel-svn-changes mailing list