linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH tip/core/rcu 0/11] Fixes for 3.12
@ 2013-08-18  1:37 Paul E. McKenney
  2013-08-18  1:37 ` [PATCH tip/core/rcu 01/11] rcu: Expedite grace periods during suspend/resume Paul E. McKenney
  2013-08-18  3:24 ` [PATCH tip/core/rcu 0/11] Fixes for 3.12 Josh Triplett
  0 siblings, 2 replies; 25+ messages in thread
From: Paul E. McKenney @ 2013-08-18  1:37 UTC (permalink / raw)
  To: linux-kernel
  Cc: mingo, laijs, dipankar, akpm, mathieu.desnoyers, josh, niv, tglx,
	peterz, rostedt, dhowells, edumazet, darren, fweisbec, sbw

Hello!

This series contains a number of miscellaneous fixes:

1.	Switch to expedited grace periods during hibernation operations
	(courtesy of Borislav Petkov).

2.	Restrict above expediting to systems of 256 or fewer CPUs.

3.	Make RCU debugobjects fixup actions leak callbacks rather than
	risking corrupting the callback lists.

4.	Propagate above callback leaking to debugobjects's callers.

5.	Make call_rcu() leak callbacks when debugobjects indicates an error.

6.	Switch to expedited grace periods during suspend/resume operations
	(Courtesy of Bjørn Mork).

7.	Avoid needless self-wakeups from the grace-period kthreads.

8.	Make list_first_or_null_rcu() use list_entry_rcu() (courtesy of
	Tejun Heo).

9.	Fix irq_work_queue() build error for TREE_PREEMPT_RCU for some
	configurations (courtesy of James Hogan).

10.	Simplify _rcu_barrier() processing per Linus Torvalds feedback.

11.	Avoid signed-overflow undefined behavior in time_after() and friends.

							Thanx, Paul


 b/include/linux/debugobjects.h |    6 +-
 b/include/linux/jiffies.h      |    8 +--
 b/include/linux/rculist.h      |    5 +-
 b/init/Kconfig                 |    1 
 b/kernel/rcu.h                 |   10 ++--
 b/kernel/rcupdate.c            |  100 -----------------------------------------
 b/kernel/rcutree.c             |   62 ++++++++++++++++++++++---
 b/lib/debugobjects.c           |   20 +++++---
 8 files changed, 86 insertions(+), 126 deletions(-)


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

end of thread, other threads:[~2013-08-19  9:18 UTC | newest]

Thread overview: 25+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-18  1:37 [PATCH tip/core/rcu 0/11] Fixes for 3.12 Paul E. McKenney
2013-08-18  1:37 ` [PATCH tip/core/rcu 01/11] rcu: Expedite grace periods during suspend/resume Paul E. McKenney
2013-08-18  1:37   ` [PATCH tip/core/rcu 02/11] rcu: Expedite during suspend and resume only on smallish systems Paul E. McKenney
2013-08-18  3:18     ` Josh Triplett
2013-08-19  0:32       ` Paul E. McKenney
2013-08-18  1:37   ` [PATCH tip/core/rcu 03/11] rcu: Simplify debug-objects fixups Paul E. McKenney
2013-08-18  1:37   ` [PATCH tip/core/rcu 04/11] debugobjects: Make debug_object_activate() return status Paul E. McKenney
2013-08-18  1:37   ` [PATCH tip/core/rcu 05/11] rcu: Make call_rcu() leak callbacks for debug-object errors Paul E. McKenney
2013-08-18  1:37   ` [PATCH tip/core/rcu 06/11] rcu: Switch to exedited grace periods for suspend as well as hibernation Paul E. McKenney
2013-08-18  3:20     ` Josh Triplett
2013-08-19  0:33       ` Paul E. McKenney
2013-08-18  1:37   ` [PATCH tip/core/rcu 07/11] rcu: Avoid redundant grace-period kthread wakeups Paul E. McKenney
2013-08-18  1:37   ` [PATCH tip/core/rcu 08/11] rculist: list_first_or_null_rcu() should use list_entry_rcu() Paul E. McKenney
2013-08-18  1:37   ` [PATCH tip/core/rcu 09/11] rcu: Select IRQ_WORK from TREE_PREEMPT_RCU Paul E. McKenney
2013-08-18  1:37   ` [PATCH tip/core/rcu 10/11] rcu: Simplify _rcu_barrier() processing Paul E. McKenney
2013-08-18  1:37   ` [PATCH tip/core/rcu 11/11] jiffies: Avoid undefined behavior from signed overflow Paul E. McKenney
2013-08-18  3:23     ` Josh Triplett
2013-08-19  0:41       ` Paul E. McKenney
2013-08-19  1:20         ` Josh Triplett
2013-08-19  4:14           ` Paul E. McKenney
2013-08-18  3:17   ` [PATCH tip/core/rcu 01/11] rcu: Expedite grace periods during suspend/resume Josh Triplett
2013-08-18  9:34     ` Borislav Petkov
2013-08-19  0:29       ` Paul E. McKenney
2013-08-19  9:18         ` Borislav Petkov
2013-08-18  3:24 ` [PATCH tip/core/rcu 0/11] Fixes for 3.12 Josh Triplett

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).