rcu.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH tip/core/rcu 0/12] Miscellaneous fixes for v5.4
@ 2019-08-01 22:37 Paul E. McKenney
  2019-08-01 22:37 ` [PATCH tip/core/rcu 01/12] lockdep: Make print_lock() address visible Paul E. McKenney
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: Paul E. McKenney @ 2019-08-01 22:37 UTC (permalink / raw)
  To: rcu
  Cc: linux-kernel, mingo, jiangshanlai, dipankar, akpm,
	mathieu.desnoyers, josh, tglx, peterz, rostedt, dhowells,
	edumazet, fweisbec, oleg, joel

Hello!

This series contains miscellaneous fixes:

1.	Make lockdep's print_lock() address visible.

2.	Fix tick_broadcast_offline() lockdep complaint.

3.	Restore barrier() to rcu_read_lock() and rcu_read_unlock().

4.	Add kernel parameter to dump trace after RCU CPU stall warning.

5.	Add destroy_work_on_stack() to match INIT_WORK_ONSTACK().

6.	Avoid srcutorture security-based pointer obfuscation.

7.	Change return type of rcu_spawn_one_boost_kthread(), courtesy of
	Byungchul Park.

8.	Add rcutree.kthread_prio pointer to stallwarn.txt.

9.	Prevent late-arriving interrupts from disrupting offline, courtesy
	of Peter Zijlstra.

10.	Remove redundant "if" condition from rcu_gp_is_expedited().

11.	Use common outgoing-CPU-notification code for arm.

12.	Fix spelling mistake "greate"->"great", courtesy of Mukesh Ojha.

							Thanx, Paul

------------------------------------------------------------------------

 Documentation/RCU/Design/Requirements/Requirements.html |   71 ++++++++++++++++
 Documentation/RCU/stallwarn.txt                         |    6 +
 Documentation/admin-guide/kernel-parameters.txt         |    4 
 arch/arm/kernel/smp.c                                   |    6 -
 include/linux/tick.h                                    |   10 --
 kernel/locking/lockdep.c                                |    2 
 kernel/rcu/rcu.h                                        |    1 
 kernel/rcu/rcu_segcblist.h                              |   21 ----
 kernel/rcu/srcutree.c                                   |    5 -
 kernel/rcu/tree_exp.h                                   |    8 +
 kernel/rcu/tree_plugin.h                                |   31 ++----
 kernel/rcu/tree_stall.h                                 |    4 
 kernel/rcu/update.c                                     |    5 -
 kernel/sched/core.c                                     |   57 +++++++++++-
 kernel/sched/idle.c                                     |    5 -
 15 files changed, 164 insertions(+), 72 deletions(-)

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

end of thread, other threads:[~2019-08-01 22:39 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-01 22:37 [PATCH tip/core/rcu 0/12] Miscellaneous fixes for v5.4 Paul E. McKenney
2019-08-01 22:37 ` [PATCH tip/core/rcu 01/12] lockdep: Make print_lock() address visible Paul E. McKenney
2019-08-01 22:37 ` [PATCH tip/core/rcu 02/12] time/tick-broadcast: Fix tick_broadcast_offline() lockdep complaint Paul E. McKenney
2019-08-01 22:37 ` [PATCH tip/core/rcu 03/12] rcu: Restore barrier() to rcu_read_lock() and rcu_read_unlock() Paul E. McKenney
2019-08-01 22:37 ` [PATCH tip/core/rcu 04/12] rcu: Add kernel parameter to dump trace after RCU CPU stall warning Paul E. McKenney
2019-08-01 22:37 ` [PATCH tip/core/rcu 05/12] rcu: Add destroy_work_on_stack() to match INIT_WORK_ONSTACK() Paul E. McKenney
2019-08-01 22:37 ` [PATCH tip/core/rcu 06/12] srcu: Avoid srcutorture security-based pointer obfuscation Paul E. McKenney
2019-08-01 22:37 ` [PATCH tip/core/rcu 07/12] rcu: Change return type of rcu_spawn_one_boost_kthread() Paul E. McKenney
2019-08-01 22:37 ` [PATCH tip/core/rcu 08/12] doc: Add rcutree.kthread_prio pointer to stallwarn.txt Paul E. McKenney
2019-08-01 22:37 ` [PATCH tip/core/rcu 09/12] idle: Prevent late-arriving interrupts from disrupting offline Paul E. McKenney
2019-08-01 22:37 ` [PATCH tip/core/rcu 10/12] rcu: Remove redundant "if" condition from rcu_gp_is_expedited() Paul E. McKenney
2019-08-01 22:37 ` [PATCH tip/core/rcu 11/12] arm: Use common outgoing-CPU-notification code Paul E. McKenney
2019-08-01 22:37 ` [PATCH tip/core/rcu 12/12] rcu: Fix spelling mistake "greate"->"great" Paul E. McKenney

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