* [GIT PULL rcu/urgent] Banishing kthreads
@ 2011-06-17 14:57 Paul E. McKenney
2011-06-17 14:58 ` Paul E. McKenney
2011-06-18 19:48 ` Ingo Molnar
0 siblings, 2 replies; 3+ messages in thread
From: Paul E. McKenney @ 2011-06-17 14:57 UTC (permalink / raw)
To: mingo; +Cc: linux-kernel, torvalds, peterz, akpm, benh, fweisbec, ak,
tim.c.chen
Hello, Ingo,
This pull request banishes RCU kthreads in the RCU_BOOST=n case,
in response to popular demand. There are two commits in this
series:
1. Minimal patch that #ifdefs out the kthread code.
2. Code-movement patch that puts the code #ifdefed out above
under existing #ifdefs in kernel/rcutree_plugin.h.
These changes are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-2.6-rcu.git rcu/urgent
Thanx, Paul
------------------>
Paul E. McKenney (1):
rcu: Simplify curing of load woes
Shaohua Li (1):
rcu: Use softirq to address performance regression
Documentation/filesystems/proc.txt | 1 +
include/linux/interrupt.h | 1 +
include/trace/events/irq.h | 3 +-
kernel/rcutree.c | 88 ++++++++++++++++-------------------
kernel/rcutree.h | 1 +
kernel/rcutree_plugin.h | 20 ++++----
kernel/softirq.c | 2 +-
tools/perf/util/trace-event-parse.c | 1 +
8 files changed, 57 insertions(+), 60 deletions(-)
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: [GIT PULL rcu/urgent] Banishing kthreads
2011-06-17 14:57 [GIT PULL rcu/urgent] Banishing kthreads Paul E. McKenney
@ 2011-06-17 14:58 ` Paul E. McKenney
2011-06-18 19:48 ` Ingo Molnar
1 sibling, 0 replies; 3+ messages in thread
From: Paul E. McKenney @ 2011-06-17 14:58 UTC (permalink / raw)
To: mingo; +Cc: linux-kernel, torvalds, peterz, akpm, benh, fweisbec, ak,
tim.c.chen
On Fri, Jun 17, 2011 at 07:57:23AM -0700, Paul E. McKenney wrote:
> Hello, Ingo,
>
> This pull request banishes RCU kthreads in the RCU_BOOST=n case,
> in response to popular demand. There are two commits in this
> series:
>
> 1. Minimal patch that #ifdefs out the kthread code.
>
> 2. Code-movement patch that puts the code #ifdefed out above
> under existing #ifdefs in kernel/rcutree_plugin.h.
>
> These changes are available in the git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-2.6-rcu.git rcu/urgent
This time with the correct request-pull info. :-/
Thanx, Paul
------------------->
Paul E. McKenney (2):
rcu: use softirq instead of kthreads except when RCU_BOOST=y
rcu: Move RCU_BOOST #ifdefs to header file
kernel/rcutree.c | 382 ++-----------------------------------------
kernel/rcutree.h | 13 ++-
kernel/rcutree_plugin.h | 419 +++++++++++++++++++++++++++++++++++++++++++++--
kernel/rcutree_trace.c | 32 +++-
4 files changed, 456 insertions(+), 390 deletions(-)
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: [GIT PULL rcu/urgent] Banishing kthreads
2011-06-17 14:57 [GIT PULL rcu/urgent] Banishing kthreads Paul E. McKenney
2011-06-17 14:58 ` Paul E. McKenney
@ 2011-06-18 19:48 ` Ingo Molnar
1 sibling, 0 replies; 3+ messages in thread
From: Ingo Molnar @ 2011-06-18 19:48 UTC (permalink / raw)
To: Paul E. McKenney
Cc: linux-kernel, torvalds, peterz, akpm, benh, fweisbec, ak,
tim.c.chen
* Paul E. McKenney <paulmck@linux.vnet.ibm.com> wrote:
> Hello, Ingo,
>
> This pull request banishes RCU kthreads in the RCU_BOOST=n case,
> in response to popular demand. There are two commits in this
> series:
>
> 1. Minimal patch that #ifdefs out the kthread code.
>
> 2. Code-movement patch that puts the code #ifdefed out above
> under existing #ifdefs in kernel/rcutree_plugin.h.
>
> These changes are available in the git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-2.6-rcu.git rcu/urgent
>
> Thanx, Paul
>
> ------------------>
>
> Paul E. McKenney (1):
> rcu: Simplify curing of load woes
>
> Shaohua Li (1):
> rcu: Use softirq to address performance regression
>
> Documentation/filesystems/proc.txt | 1 +
> include/linux/interrupt.h | 1 +
> include/trace/events/irq.h | 3 +-
> kernel/rcutree.c | 88 ++++++++++++++++-------------------
> kernel/rcutree.h | 1 +
> kernel/rcutree_plugin.h | 20 ++++----
> kernel/softirq.c | 2 +-
> tools/perf/util/trace-event-parse.c | 1 +
> 8 files changed, 57 insertions(+), 60 deletions(-)
Pulled, thanks a lot Paul!
Ingo
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2011-06-18 19:48 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-17 14:57 [GIT PULL rcu/urgent] Banishing kthreads Paul E. McKenney
2011-06-17 14:58 ` Paul E. McKenney
2011-06-18 19:48 ` Ingo Molnar
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox