packages: kernel/kernel-small_fixes.patch - removed hunk present in 3.0.2
baggins
baggins at pld-linux.org
Tue Aug 16 13:28:41 CEST 2011
Author: baggins Date: Tue Aug 16 11:28:41 2011 GMT
Module: packages Tag: HEAD
---- Log message:
- removed hunk present in 3.0.2
---- Files affected:
packages/kernel:
kernel-small_fixes.patch (1.32 -> 1.33)
---- Diffs:
================================================================
Index: packages/kernel/kernel-small_fixes.patch
diff -u packages/kernel/kernel-small_fixes.patch:1.32 packages/kernel/kernel-small_fixes.patch:1.33
--- packages/kernel/kernel-small_fixes.patch:1.32 Mon Aug 1 18:35:15 2011
+++ packages/kernel/kernel-small_fixes.patch Tue Aug 16 13:28:36 2011
@@ -234,41 +234,6 @@
the body of a message to majordomo at vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
-As reported by Ben Greer and Froncois Romieu. The code path in
-the netif_carrier code leads it to try and disable
-a late workqueue to reenable it immediately
-netif_carrier_on
--> linkwatch_fire_event
- -> linkwatch_schedule_work
- -> cancel_delayed_work
- -> del_timer_sync
-
-If __cancel_delayed_work is used instead then there is no
-problem of waiting for running linkwatch_event.
-
-There is a race between linkwatch_event running re-scheduling
-but it is harmless to schedule an extra scan of the linkwatch queue.
-
-Signed-off-by: Stephen Hemminger <shemminger at vyatta.com>
-
-
---- a/net/core/link_watch.c 2011-07-22 15:25:31.027533604 -0700
-+++ b/net/core/link_watch.c 2011-07-22 15:31:27.531520028 -0700
-@@ -126,7 +126,7 @@ static void linkwatch_schedule_work(int
- return;
-
- /* It's already running which is good enough. */
-- if (!cancel_delayed_work(&linkwatch_work))
-+ if (!__cancel_delayed_work(&linkwatch_work))
- return;
-
- /* Otherwise we reschedule it again for immediate execution. */
-
---
-To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
-the body of a message to majordomo at vger.kernel.org
-More majordomo info at http://vger.kernel.org/majordomo-info.html
-Please read the FAQ at http://www.tux.org/lkml/
commit 3326c784c9f492e988617d93f647ae0cfd4c8d09
Author: Jiri Pirko <jpirko at redhat.com>
Date: Wed Jul 20 04:54:38 2011 +0000
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/kernel/kernel-small_fixes.patch?r1=1.32&r2=1.33&f=u
More information about the pld-cvs-commit
mailing list