r3655 - trunk/kernel/source/kernel-source-2.6.8-2.6.8/debian/patches

Simon Horman horms at costa.debian.org
Mon Aug 1 09:29:23 UTC 2005


Author: horms
Date: 2005-08-01 09:29:22 +0000 (Mon, 01 Aug 2005)
New Revision: 3655

Removed:
   trunk/kernel/source/kernel-source-2.6.8-2.6.8/debian/patches/fs-exec-reparent-timers.dpatch
Log:
remove bogus patch

Deleted: trunk/kernel/source/kernel-source-2.6.8-2.6.8/debian/patches/fs-exec-reparent-timers.dpatch
===================================================================
--- trunk/kernel/source/kernel-source-2.6.8-2.6.8/debian/patches/fs-exec-reparent-timers.dpatch	2005-08-01 06:47:14 UTC (rev 3654)
+++ trunk/kernel/source/kernel-source-2.6.8-2.6.8/debian/patches/fs-exec-reparent-timers.dpatch	2005-08-01 09:29:22 UTC (rev 3655)
@@ -1,33 +0,0 @@
-commit fe3d5c8793fcaf33c5d3118a7f3ffc135eadaf4d
-tree 19fac0a8a24b4c106babdfee1e68b5e794ece216
-parent 9ee1c939d1cb936b1f98e8d81aeffab57bae46ab
-author Linus Torvalds <torvalds at osdl.org> 1119125869 -0700
-committer Chris Wright <chrisw at osdl.org> 1119468770 -0700
-
-[PATCH] Clean up subthread exec (CAN-2005-1913)
-
-Make sure we re-parent itimers.  If subthread exec's with timer pending,
-signal is delivered to old group-leader and can panic kernel.
-
-Signed-off-by: Linus Torvalds <torvalds at ppc970.osdl.org>
-Signed-off-by: Chris Wright <chrisw at osdl.org>
-
-I:100644 100644 e56ee24370255e2ab4df9a3933ec03f0d07a2de3 422cc0ec5e366b846336a22398ddc019ca6212c2 M	fs/exec.c
-
-Key:
-S: Skipped
-I: Included Included verbatim
-D: Deleted  Manually deleted by subsequent user edit
-R: Revised  Manually revised by subsequent user edit
-
-diff --git a/fs/exec.c b/fs/exec.c
---- a/fs/exec.c
-+++ b/fs/exec.c
-@@ -649,6 +649,7 @@ static inline int de_thread(struct task_
- 	}
- 	sig->group_exit_task = NULL;
- 	sig->notify_count = 0;
-+	sig->real_timer.data = (unsigned long)current;
- 	spin_unlock_irq(lock);
- 
- 	/*




More information about the Kernel-svn-changes mailing list