From: David Miller <[email protected]> Date: Thu, 06 Feb 2014 20:39:21 -0800 (PST)
> From: "Srivatsa S. Bhat" <[email protected]> > Date: Thu, 06 Feb 2014 03:43:46 +0530 > >> Subsystems that want to register CPU hotplug callbacks, as well as perform >> initialization for the CPUs that are already online, often do it as shown >> below: > ... >> This is wrong, since it is prone to ABBA deadlocks involving the >> cpu_add_remove_lock and the cpu_hotplug.lock (when running concurrently >> with CPU hotplug operations). >> >> Instead, the correct and race-free way of performing the callback >> registration is: > ... >> Fix the code in net/core/flow.c by using this latter form of callback >> registration. >> >> Cc: "David S. Miller" <[email protected]> >> Cc: Li RongQing <[email protected]> >> Cc: Sasha Levin <[email protected]> >> Cc: Andrew Morton <[email protected]> >> Cc: Chris Metcalf <[email protected]> >> Cc: [email protected] >> Signed-off-by: Srivatsa S. Bhat <[email protected]> > > Applied. I just realized that this has a dependency not in the 'net' tree, so I reverted and assume you will merge this with the patch that provides the necessary interface(s). Signed-off-by: David S. Miller <[email protected]> -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

