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: linux-kernel@vger.kernel.org, josh@joshtriplett.org,
	rostedt@goodmis.org, mathieu.desnoyers@efficios.com,
	jiangshanlai@gmail.com, lianglihao@huawei.com, tj@kernel.org,
	changcheng.liu@intel.com, mawilcox@microsoft.com,
	evix84@gmail.com, byungchul.park@lge.com
Subject: Re: [GIT PULL rcu/next] RCU commits for 4.17
Date: Sun, 11 Mar 2018 10:43:49 +0100	[thread overview]
Message-ID: <20180311094349.gzarj6gxunpot2vk@gmail.com> (raw)
In-Reply-To: <20180310155717.GA10068@linux.vnet.ibm.com>


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

> Hello, Ingo!
> 
> This pull request contains the following changes:
> 
> 1.	Miscellaneous fixes, perhaps most notably removing obsolete
> 	code whose only purpose in life was to gather information for
> 	the now-removed RCU debugfs facility.  Other notable changes
> 	include removing NO_HZ_FULL_ALL in favor of the nohz_full kernel
> 	boot parameter, minor optimizations for expedited grace periods,
> 	some added tracing, creating an RCU-specific workqueue using Tejun's
> 	new WQ_MEM_RECLAIM flag, and several cleanups to code and comments.
> 
> 	http://lkml.kernel.org/r/20180226215219.GA27379@linux.vnet.ibm.com
> 
> 2.	SRCU cleanups and optimizations.
> 
> 	http://lkml.kernel.org/r/20180226215614.GA31616@linux.vnet.ibm.com
> 
> 3.	Torture-test updates, perhaps most notably the adding of ARMv8
> 	support, but also including numerous cleanups and usability fixes.
> 
> 	http://lkml.kernel.org/r/20180307172627.GA15805@linux.vnet.ibm.com
> 
> All of these changes have been subjected to 0day Test Robot and -next
> testing, and are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git for-mingo
> 
> for you to fetch changes up to 338c46403f169dd76bff8ed58fd0be0d600e7aba:
> 
>   Merge branches 'fixes.2018.02.23a', 'srcu.2018.02.20a' and 'torture.2018.02.20a' into HEAD (2018-02-23 15:15:41 -0800)
> 
> ----------------------------------------------------------------
> Byungchul Park (1):
>       srcu: Remove dead code in srcu_gp_end()
> 
> Ildar Ismagilov (3):
>       rcu: Fix misprint in srcu_funnel_exp_start
>       srcu: Prevent sdp->srcu_gp_seq_needed_exp counter wrap
>       srcu: Reduce scans of srcu_data in counter wrap check
> 
> Lihao Liang (4):
>       rcu: Remove unnecessary spinlock in rcu_boot_init_percpu_data()
>       doc: Fix typo in rcutorture documentation
>       doc: Fix typo in rcu_head comments
>       rcutorture: Add basic ARM64 support to run scripts
> 
> Liu, Changcheng (1):
>       rcu: Remove redundant nxttail index macro define
> 
> Matthew Wilcox (1):
>       rcu: Use wrapper for lockdep asserts
> 
> Paul E. McKenney (27):
>       sched/isolation: Eliminate NO_HZ_FULL_ALL
>       rcu: Fix CPU offload boot message when no CPUs are offloaded
>       rcu: Remove obsolete boost statistics for debugfs
>       rcu: Remove obsolete callback-invocation statistics for debugfs
>       rcu: Remove obsolete __rcu_pending() statistics for debugfs
>       rcu: Remove obsolete force-quiescent-state statistics for debugfs
>       rcu: More clearly identify grace-period kthread stack dump
>       rcu: Consolidate rcu.h #ifdefs
>       rcu: Fix init_rcu_head() comment.
>       rcu: Add more tracing of expedited grace periods
>       rcu: Trace expedited GP delays due to transitioning CPUs
>       rcu: Make expedited RCU CPU selection avoid unnecessary stores
>       srcu: Abstract function name
>       rcu: Remove SRCU throttling
>       rcutorture: Replace multi-instance kzalloc() with kcalloc()
>       rcutorture: Abstract function and module names
>       rcutorture: Avoid fake-writer use of undefined primitives
>       rcutorture: Re-enable testing of dynamic expediting
>       rcutorture: Record which grace-period primitives are tested
>       rcutorture: Update kvm.sh header comment
>       torture: Specify qemu memory size with --memory argument
>       torture: Default jitter off when running rcuperf
>       torture: Adjust rcuperf trace processing to allow for workqueues
>       torture: Grace periods do not piggyback off of themselves
>       torture: Provide more sensible nreader/nwriter defaults for rcuperf
>       rcu: Create RCU-specific workqueues with rescuers
>       Merge branches 'fixes.2018.02.23a', 'srcu.2018.02.20a' and 'torture.2018.02.20a' into HEAD
> 
> Tejun Heo (1):
>       rcu: Call touch_nmi_watchdog() while printing stall warnings
> 
>  Documentation/timers/NO_HZ.txt                     |  7 ---
>  include/linux/rcupdate.h                           | 10 +--
>  include/linux/types.h                              |  2 +-
>  include/trace/events/rcu.h                         |  4 ++
>  kernel/rcu/rcu.h                                   | 38 ++++++++----
>  kernel/rcu/rcuperf.c                               | 21 ++++++-
>  kernel/rcu/rcutorture.c                            | 72 ++++++++++++----------
>  kernel/rcu/srcutree.c                              | 29 +++++----
>  kernel/rcu/tree.c                                  | 72 ++++++++--------------
>  kernel/rcu/tree.h                                  | 36 +----------
>  kernel/rcu/tree_exp.h                              | 36 ++++++++---
>  kernel/rcu/tree_plugin.h                           | 34 ++++++----
>  kernel/time/Kconfig                                | 10 ---
>  kernel/time/tick-sched.c                           | 22 +------
>  .../testing/selftests/rcutorture/bin/functions.sh  | 17 ++++-
>  .../rcutorture/bin/kvm-recheck-rcuperf-ftrace.sh   | 11 ++--
>  .../selftests/rcutorture/bin/kvm-test-1-run.sh     |  4 +-
>  tools/testing/selftests/rcutorture/bin/kvm.sh      | 22 +++++--
>  .../selftests/rcutorture/configs/rcu/TASKS03       |  1 -
>  .../selftests/rcutorture/configs/rcu/TASKS03.boot  |  2 +-
>  .../selftests/rcutorture/configs/rcu/TREE04        |  1 -
>  .../selftests/rcutorture/configs/rcu/TREE04.boot   |  2 +-
>  .../selftests/rcutorture/configs/rcu/TREE07        |  1 -
>  .../rcutorture/configs/rcuperf/ver_functions.sh    | 24 +-------
>  .../selftests/rcutorture/doc/rcu-test-image.txt    |  2 +-
>  25 files changed, 238 insertions(+), 242 deletions(-)

Pulled, thanks a lot Paul!

	Ingo

      reply	other threads:[~2018-03-11  9:43 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-03-10 15:57 [GIT PULL rcu/next] RCU commits for 4.17 Paul E. McKenney
2018-03-11  9:43 ` Ingo Molnar [this message]

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=20180311094349.gzarj6gxunpot2vk@gmail.com \
    --to=mingo@kernel.org \
    --cc=byungchul.park@lge.com \
    --cc=changcheng.liu@intel.com \
    --cc=evix84@gmail.com \
    --cc=jiangshanlai@gmail.com \
    --cc=josh@joshtriplett.org \
    --cc=lianglihao@huawei.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mathieu.desnoyers@efficios.com \
    --cc=mawilcox@microsoft.com \
    --cc=paulmck@linux.vnet.ibm.com \
    --cc=rostedt@goodmis.org \
    --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.