[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20160822152956.GA8160@linux.vnet.ibm.com>
Date: Mon, 22 Aug 2016 08:29:56 -0700
From: "Paul E. McKenney" <paulmck@...ux.vnet.ibm.com>
To: linux-kernel@...r.kernel.org
Cc: mingo@...nel.org, jiangshanlai@...il.com, dipankar@...ibm.com,
akpm@...ux-foundation.org, mathieu.desnoyers@...icios.com,
josh@...htriplett.org, tglx@...utronix.de, peterz@...radead.org,
rostedt@...dmis.org, dhowells@...hat.com, edumazet@...gle.com,
dvhart@...ux.intel.com, fweisbec@...il.com, oleg@...hat.com,
bobby.prani@...il.com
Subject: [PATCH tip/core/rcu 0/5] Miscellaneous fixes for 4.9
Hello!
This series contains miscellaneous fixes:
1. Fix a soft lockup in the RCU's callback-offload (rcuo) kthreads,
courtesy of Ding Tianhong.
2. Use rcu_gp_kthread_wake() to wake up grace period kthreads,
avoiding spurious/redundant wakeups, courtesy of Jisheng Zhang.
3. Make wake_up_nohz_cpu() handle CPUs going offline.
4. Don't use modular infrastructure in non-modular code, courtesy
of Paul Gortmaker.
5. Avoid redundant quiescent-state chasing by more carefully
initializing flags for newly onlined CPUs.
Thanx, Paul
------------------------------------------------------------------------
rcu/tree.c | 12 ++++++------
rcu/tree_plugin.h | 1 +
rcu/update.c | 3 +--
sched/core.c | 7 +++++++
4 files changed, 15 insertions(+), 8 deletions(-)
Powered by blists - more mailing lists