linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH tip/core/rcu 0/3] Additional RCU commits for 3.3
@ 2012-01-09 22:14 Paul E. McKenney
  2012-01-10  8:59 ` Ingo Molnar
  0 siblings, 1 reply; 2+ messages in thread
From: Paul E. McKenney @ 2012-01-09 22:14 UTC (permalink / raw)
  To: linux-kernel
  Cc: mingo, laijs, dipankar, akpm, mathieu.desnoyers, josh, niv, tglx,
	peterz, rostedt, Valdis.Kletnieks, dhowells, eric.dumazet,
	darren, patches

Hello, Ingo,

Further -next and other testing uncovered one upcoming change and some
build warnings.  The three commits below address these.  I am putting
them forward for 3.3, but of course if the risk of change exceeds the
magnitude of the problems, I can keep them queued for 3.4.  These are
all quite small, have been exposed to -next testing, and I retested them
against current tip/master.

The specific changes are as follows:

1.	Change rcutorture's module parameters of type int to instead
	be bool.  This is in preparation for Rusty's patch that makes
	type-int module parameters illegal.  (Courtesy of Rusty Russell.)

2.	Add "const" to the new is_idle_task()'s argument, which
	addresses a build warning located by Stephen Rothwell.

3.	Add __cpuinit to rcu_torture_onoff() to address a section
	mismatch build warning.  (Courtesy of Heiko Carstens.)

These changes are based off of 3.2-rc7 and are available in the git
repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git rcu/urgent

							Thanx, Paul

------------------>

Heiko Carstens (1):
      rcu: Add missing __cpuinit annotation in rcutorture code

Paul E. McKenney (1):
      sched: Add "const" to is_idle_task() parameter

Rusty Russell (1):
      rcu: Make rcutorture bool parameters really bool (core code)

 include/linux/sched.h |    2 +-
 kernel/rcutorture.c   |    8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)


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

* Re: [PATCH tip/core/rcu 0/3] Additional RCU commits for 3.3
  2012-01-09 22:14 [PATCH tip/core/rcu 0/3] Additional RCU commits for 3.3 Paul E. McKenney
@ 2012-01-10  8:59 ` Ingo Molnar
  0 siblings, 0 replies; 2+ messages in thread
From: Ingo Molnar @ 2012-01-10  8:59 UTC (permalink / raw)
  To: Paul E. McKenney
  Cc: linux-kernel, laijs, dipankar, akpm, mathieu.desnoyers, josh,
	niv, tglx, peterz, rostedt, Valdis.Kletnieks, dhowells,
	eric.dumazet, darren, patches


* Paul E. McKenney <paulmck@linux.vnet.ibm.com> wrote:

> Hello, Ingo,
> 
> Further -next and other testing uncovered one upcoming change and some
> build warnings.  The three commits below address these.  I am putting
> them forward for 3.3, but of course if the risk of change exceeds the
> magnitude of the problems, I can keep them queued for 3.4.  These are
> all quite small, have been exposed to -next testing, and I retested them
> against current tip/master.
> 
> The specific changes are as follows:
> 
> 1.	Change rcutorture's module parameters of type int to instead
> 	be bool.  This is in preparation for Rusty's patch that makes
> 	type-int module parameters illegal.  (Courtesy of Rusty Russell.)
> 
> 2.	Add "const" to the new is_idle_task()'s argument, which
> 	addresses a build warning located by Stephen Rothwell.
> 
> 3.	Add __cpuinit to rcu_torture_onoff() to address a section
> 	mismatch build warning.  (Courtesy of Heiko Carstens.)
> 
> These changes are based off of 3.2-rc7 and are available in the git
> repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git rcu/urgent
> 
> 							Thanx, Paul
> 
> ------------------>
> 
> Heiko Carstens (1):
>       rcu: Add missing __cpuinit annotation in rcutorture code
> 
> Paul E. McKenney (1):
>       sched: Add "const" to is_idle_task() parameter
> 
> Rusty Russell (1):
>       rcu: Make rcutorture bool parameters really bool (core code)
> 
>  include/linux/sched.h |    2 +-
>  kernel/rcutorture.c   |    8 ++++----
>  2 files changed, 5 insertions(+), 5 deletions(-)

Pulled them into tip:core/urgent, thanks Paul!

Thanks,

	Ingo

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

end of thread, other threads:[~2012-01-10  8:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-01-09 22:14 [PATCH tip/core/rcu 0/3] Additional RCU commits for 3.3 Paul E. McKenney
2012-01-10  8:59 ` Ingo Molnar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).