All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH tip/core/rcu 0/9] CPU-hotplug updates for 4.2
@ 2015-05-12 21:49 Paul E. McKenney
  2015-05-12 21:49 ` [PATCH tip/core/rcu 1/9] rcu: Eliminate HOTPLUG_CPU #ifdef in favor of IS_ENABLED() Paul E. McKenney
  0 siblings, 1 reply; 23+ messages in thread
From: Paul E. McKenney @ 2015-05-12 21:49 UTC (permalink / raw)
  To: linux-kernel
  Cc: mingo, laijs, dipankar, akpm, mathieu.desnoyers, josh, tglx,
	peterz, rostedt, dhowells, edumazet, dvhart, fweisbec, oleg,
	bobby.prani

Hello!

The following series improves RCU's handling of CPU hotplug.  It also
contains a couple of ARM placeholder patches in case someone gets caught
out by tighter diagnostics.

1.	Eliminate a HOTPLUG_CPU #ifdef in favor of IS_ENABLED()

2.	Adjust rcu_read_unlock_special()'s acquisition of the
	task's lock to start allowing for the fact that blocked
	tasks are no longer migrated to the root rcu_node structure.
	If the warning does not trigger, a later patch will eliminate
	the loop.

3.	Rmove dead code from force_qs_rnp().

4.	Remove redundant offline check.

5.	Correctly initialize ->rcu_qs_ctr_snap at online time to get the
	code out of its current "working by accident" state.

6.	Move smpboot_unpark_threads() handling into a notifier for
	uniformity.

7.	[Placeholder for ARM64]  Use common code for ARM64 CPU-offline
	notification.

8.	[Placeholder for ARM]  Use common code for ARM CPU-offline
	notification.

9.	Remove extraneous __cpuinit, courtesy of Paul Gortmaker.

							Thanx, Paul

------------------------------------------------------------------------

 b/arch/arm/kernel/smp.c    |    6 +----
 b/arch/arm64/kernel/smp.c  |    6 +----
 b/kernel/cpu.c             |    4 +--
 b/kernel/rcu/tree.c        |   47 ++++++++++++++-------------------------------
 b/kernel/rcu/tree_plugin.h |    9 +++++---
 5 files changed, 27 insertions(+), 45 deletions(-)


^ permalink raw reply	[flat|nested] 23+ messages in thread

end of thread, other threads:[~2015-12-14 12:18 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-05-12 21:49 [PATCH tip/core/rcu 0/9] CPU-hotplug updates for 4.2 Paul E. McKenney
2015-05-12 21:49 ` [PATCH tip/core/rcu 1/9] rcu: Eliminate HOTPLUG_CPU #ifdef in favor of IS_ENABLED() Paul E. McKenney
2015-05-12 21:50   ` [PATCH tip/core/rcu 2/9] rcu: Adjust ->lock acquisition for tasks no longer migrating Paul E. McKenney
2015-05-12 21:50   ` [PATCH tip/core/rcu 3/9] rcu: Remove dead code from force_qs_rnp() Paul E. McKenney
2015-05-12 21:50   ` [PATCH tip/core/rcu 4/9] rcu: Remove redundant offline check Paul E. McKenney
2015-05-12 21:50   ` [PATCH tip/core/rcu 5/9] rcu: Correctly initialize ->rcu_qs_ctr_snap at online time Paul E. McKenney
2015-05-12 21:50   ` [PATCH tip/core/rcu 6/9] cpu: Handle smpboot_unpark_threads() uniformly Paul E. McKenney
2015-05-12 21:50   ` [PATCH tip/core/rcu 7/9] arm64: Use common outgoing-CPU-notification code Paul E. McKenney
2015-05-12 21:50     ` Paul E. McKenney
2015-05-21  8:58     ` Will Deacon
2015-05-21  8:58       ` Will Deacon
2015-05-21 12:48       ` Paul E. McKenney
2015-05-21 12:48         ` Paul E. McKenney
2015-05-21 13:25         ` Catalin Marinas
2015-05-21 13:25           ` Catalin Marinas
2015-05-22  3:26           ` Paul E. McKenney
2015-05-22  3:26             ` Paul E. McKenney
2015-05-12 21:50   ` [PATCH tip/core/rcu 8/9] arm: " Paul E. McKenney
2015-05-12 21:50     ` Paul E. McKenney
2015-12-14 12:18     ` Geert Uytterhoeven
2015-12-14 12:18       ` Geert Uytterhoeven
2015-12-14 12:18       ` Geert Uytterhoeven
2015-05-12 21:50   ` [PATCH tip/core/rcu 9/9] cpu: Remove new instance of __cpuinit that crept back in Paul E. McKenney

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.