r4457 - dists/sarge/kernel/source/kernel-source-2.6.8-2.6.8/debian/patches

Simon Horman horms at costa.debian.org
Fri Oct 14 09:42:25 UTC 2005


Author: horms
Date: 2005-10-14 09:42:24 +0000 (Fri, 14 Oct 2005)
New Revision: 4457

Modified:
   dists/sarge/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/kernel/source/kernel-source-2.6.8-2.6.8/debian/patches/nptl-signal-delivery-deadlock-fix.dpatch
===================================================================
--- dists/sarge/kernel/source/kernel-source-2.6.8-2.6.8/debian/patches/nptl-signal-delivery-deadlock-fix.dpatch	2005-10-14 09:17:28 UTC (rev 4456)
+++ dists/sarge/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)
@@ -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