From: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
To: linux-kernel@vger.kernel.org
Cc: mingo@kernel.org, laijs@cn.fujitsu.com, dipankar@in.ibm.com,
akpm@linux-foundation.org, mathieu.desnoyers@efficios.com,
josh@joshtriplett.org, tglx@linutronix.de, peterz@infradead.org,
rostedt@goodmis.org, dhowells@redhat.com, edumazet@google.com,
dvhart@linux.intel.com, fweisbec@gmail.com, oleg@redhat.com,
bobby.prani@gmail.com
Subject: [PATCH tip/core/rcu 0/9] CPU-hotplug updates for 4.2
Date: Tue, 12 May 2015 14:49:45 -0700 [thread overview]
Message-ID: <20150512214945.GA813@linux.vnet.ibm.com> (raw)
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(-)
next reply other threads:[~2015-05-12 21:49 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-05-12 21:49 Paul E. McKenney [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20150512214945.GA813@linux.vnet.ibm.com \
--to=paulmck@linux.vnet.ibm.com \
--cc=akpm@linux-foundation.org \
--cc=bobby.prani@gmail.com \
--cc=dhowells@redhat.com \
--cc=dipankar@in.ibm.com \
--cc=dvhart@linux.intel.com \
--cc=edumazet@google.com \
--cc=fweisbec@gmail.com \
--cc=josh@joshtriplett.org \
--cc=laijs@cn.fujitsu.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mathieu.desnoyers@efficios.com \
--cc=mingo@kernel.org \
--cc=oleg@redhat.com \
--cc=peterz@infradead.org \
--cc=rostedt@goodmis.org \
--cc=tglx@linutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.