From: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
To: linux-kernel@vger.kernel.org
Cc: mingo@kernel.org, jiangshanlai@gmail.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/6] Miscellaneous fixes for 4.7
Date: Tue, 12 Apr 2016 08:01:57 -0700 [thread overview]
Message-ID: <20160412150157.GA19367@linux.vnet.ibm.com> (raw)
Hello!
This series provides miscellaneous fixes for RCU:
1. Consolidate RCU's single-shot dumping of the ftrace buffer.
This is a bit widespread, so the upcoming documentation,
expedited-grace-period, and torture patchsets are also based
on this patch.
2. Awaken grace-period kthread at RCU CPU stall-warning time.
3. Move the FQS timeout farther into the future only if the current
wakeup actually resulted in an FQS scan.
4. Awaken grace-period kthread if too long since FQS.
5. Remove superfluous versions of rcu_read_lock_sched_held(),
courtesy of Boqun Feng.
6. Dump ftrace buffer when kicking grace-period kthread.
Thanx, Paul
------------------------------------------------------------------------
include/linux/rcupdate.h | 30 +++++++++----------
kernel/rcu/rcutorture.c | 17 +----------
kernel/rcu/tree.c | 71 ++++++++++++++++++++++++++++++++++++++---------
kernel/rcu/tree.h | 2 +
kernel/rcu/update.c | 4 +-
5 files changed, 79 insertions(+), 45 deletions(-)
next reply other threads:[~2016-04-12 15:03 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-04-12 15:01 Paul E. McKenney [this message]
2016-04-12 15:02 ` [PATCH tip/core/rcu 1/6] rcu: Consolidate dumping of ftrace buffer Paul E. McKenney
2016-04-12 15:02 ` [PATCH tip/core/rcu 2/6] rcu: Awaken grace-period kthread when stalled Paul E. McKenney
2016-04-12 15:02 ` [PATCH tip/core/rcu 3/6] rcu: Make FQS schedule advance only if FQS happened Paul E. McKenney
2016-04-12 15:02 ` [PATCH tip/core/rcu 4/6] rcu: Awaken grace-period kthread if too long since FQS Paul E. McKenney
2016-04-12 15:02 ` [PATCH tip/core/rcu 5/6] rcu: Remove superfluous versions of rcu_read_lock_sched_held() Paul E. McKenney
2016-04-12 15:02 ` [PATCH tip/core/rcu 6/6] rcu: Dump ftrace buffer when kicking grace-period kthread 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=20160412150157.GA19367@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=jiangshanlai@gmail.com \
--cc=josh@joshtriplett.org \
--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.