All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ingo Molnar <mingo@kernel.org>
To: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
Cc: arnd@arndb.de, bjorn@mork.no, bob@cozybit.com, bp@suse.de,
	davem@davemloft.net, davidlohr.bueso@hp.com, dipankar@in.ibm.com,
	eric.dumazet@gmail.com, fengguang.wu@intel.com,
	fweisbec@gmail.com, james.hogan@imgtec.com,
	johannes@sipsolutions.net, john.stultz@linaro.org,
	josh@joshtriplett.org, kaber@trash.net, kevin@guarana.org,
	laijs@cn.fujitsu.com, lizefan@huawei.com,
	mathieu.desnoyers@efficios.com, riel@surriel.com,
	rostedt@goodmis.org, sedat.dilek@gmail.com, symingz@gmail.com,
	tglx@linutronix.de, tj@kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [GIT PULL rcu/next] RCU commits for 3.12
Date: Tue, 3 Sep 2013 07:43:33 +0200	[thread overview]
Message-ID: <20130903054333.GA16261@gmail.com> (raw)
In-Reply-To: <20130902182959.GA32334@linux.vnet.ibm.com>


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

> Hello, Ingo,
> 
> The major changes for this series are:
> 
> 1.	Update RCU documentation.  These were posted to LKML at
> 	https://lkml.org/lkml/2013/8/19/611.
> 
> 2.	Miscellaneous fixes.  These were posted to LKML at
> 	https://lkml.org/lkml/2013/8/19/619.
> 
> 3.	Full-system idle detection.  This is for use by Frederic
> 	Weisbecker's adaptive-ticks mechanism.	Its purpose is
> 	to allow the timekeeping CPU to shut off its tick when
> 	all other CPUs are idle.  These were posted to LKML at
> 	https://lkml.org/lkml/2013/8/19/648.
> 
> 4.	Improve rcutorture test coverage.  These were posted to LKML at
> 	https://lkml.org/lkml/2013/8/19/675.
> 
> All of these commits have been subjected to -next testing and are
> available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git rcu/next
> 
> for you to fetch changes up to 25f27ce4a6a4995c8bdd69b4b2180465ed5ad2b8:
> 
>   Merge branches 'doc.2013.08.19a', 'fixes.2013.08.20a', 'sysidle.2013.08.31a' and 'torture.2013.08.20a' into HEAD (2013-08-31 14:44:45 -0700)
> 
> ----------------------------------------------------------------
> 
> Borislav Petkov (1):
>       rcu: Expedite grace periods during suspend/resume
> 
> James Hogan (1):
>       rcu: Select IRQ_WORK from TREE_PREEMPT_RCU
> 
> Paul E. McKenney (24):
>       rcu: Fix rcu_barrier() documentation
>       rcu: Simplify debug-objects fixups
>       debugobjects: Make debug_object_activate() return status
>       rcu: Make call_rcu() leak callbacks for debug-object errors
>       rcu: Avoid redundant grace-period kthread wakeups
>       rcu: Eliminate unused APIs intended for adaptive ticks
>       nohz_full: Add testing information to documentation
>       nohz_full: Add Kconfig parameter for scalable detection of all-idle state
>       nohz_full: Add rcu_dyntick data for scalable detection of all-idle state
>       nohz_full: Add per-CPU idle-state tracking
>       nohz_full: Add full-system idle states and variables
>       nohz_full: Add full-system-idle arguments to API
>       rcu: Update RTFP documentation
>       doc: Fix memory-barrier control-dependency example
>       rcu: Add duplicate-callback tests to rcutorture
>       rcu: Increase rcutorture test coverage
>       rcu: Sort rcutorture module parameters
>       rcu: Remove unused variable from rcu_torture_writer()
>       rcu: Make rcutorture emit online failures if verbose
>       rcu: Simplify _rcu_barrier() processing
>       jiffies: Avoid undefined behavior from signed overflow
>       nohz_full: Add full-system-idle state machine
>       nohz_full: Force RCU's grace-period kthreads onto timekeeping CPU
>       Merge branches 'doc.2013.08.19a', 'fixes.2013.08.20a', 'sysidle.2013.08.31a' and 'torture.2013.08.20a' into HEAD
> 
> Tejun Heo (1):
>       rculist: list_first_or_null_rcu() should use list_entry_rcu()
> 
>  Documentation/RCU/RTFP.txt        | 858 ++++++++++++++++++++++++--------------
>  Documentation/RCU/rcubarrier.txt  |  12 +-
>  Documentation/RCU/torture.txt     |  10 +
>  Documentation/memory-barriers.txt |  10 +-
>  Documentation/timers/NO_HZ.txt    |  44 +-
>  include/linux/debugobjects.h      |   6 +-
>  include/linux/jiffies.h           |   8 +-
>  include/linux/rculist.h           |   5 +-
>  include/linux/rcupdate.h          |  22 +-
>  init/Kconfig                      |   1 +
>  kernel/rcu.h                      |  10 +-
>  kernel/rcupdate.c                 | 100 -----
>  kernel/rcutorture.c               | 388 ++++++++---------
>  kernel/rcutree.c                  | 150 ++++---
>  kernel/rcutree.h                  |  17 +
>  kernel/rcutree_plugin.h           | 424 ++++++++++++++++++-
>  kernel/time/Kconfig               |  50 +++
>  lib/debugobjects.c                |  20 +-
>  18 files changed, 1418 insertions(+), 717 deletions(-)

Pulled, thanks a lot Paul!

	Ingo

           reply	other threads:[~2013-09-03  5:43 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <20130902182959.GA32334@linux.vnet.ibm.com>]

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=20130903054333.GA16261@gmail.com \
    --to=mingo@kernel.org \
    --cc=arnd@arndb.de \
    --cc=bjorn@mork.no \
    --cc=bob@cozybit.com \
    --cc=bp@suse.de \
    --cc=davem@davemloft.net \
    --cc=davidlohr.bueso@hp.com \
    --cc=dipankar@in.ibm.com \
    --cc=eric.dumazet@gmail.com \
    --cc=fengguang.wu@intel.com \
    --cc=fweisbec@gmail.com \
    --cc=james.hogan@imgtec.com \
    --cc=johannes@sipsolutions.net \
    --cc=john.stultz@linaro.org \
    --cc=josh@joshtriplett.org \
    --cc=kaber@trash.net \
    --cc=kevin@guarana.org \
    --cc=laijs@cn.fujitsu.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=lizefan@huawei.com \
    --cc=mathieu.desnoyers@efficios.com \
    --cc=paulmck@linux.vnet.ibm.com \
    --cc=riel@surriel.com \
    --cc=rostedt@goodmis.org \
    --cc=sedat.dilek@gmail.com \
    --cc=symingz@gmail.com \
    --cc=tglx@linutronix.de \
    --cc=tj@kernel.org \
    /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.