public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH tip/core/rcu 0/16] Miscellaneous fixes for v5.11
@ 2020-11-05 23:08 Paul E. McKenney
  2020-11-05 23:09 ` [PATCH tip/core/rcu 01/16] rcu: Don't invoke try_invoke_on_locked_down_task() with irqs disabled paulmck
                   ` (15 more replies)
  0 siblings, 16 replies; 17+ messages in thread
From: Paul E. McKenney @ 2020-11-05 23:08 UTC (permalink / raw)
  To: rcu
  Cc: linux-kernel, kernel-team, mingo, jiangshanlai, akpm,
	mathieu.desnoyers, josh, tglx, peterz, rostedt, dhowells,
	edumazet, fweisbec, oleg, joel

Hello!

This series contains miscellaneous fixes:

1.	Don't invoke try_invoke_on_locked_down_task() with irqs disabled.

2.	Move x86's rcu_cpu_starting() earlier.

3.	Panic after fixed number of stalls.

4.	Update list.h comment to explicitly note circular lists.

5.	Implement rcu_segcblist_is_offloaded() config dependent.

6.	Fix single-CPU check in rcu_blocking_is_gp().

7.	Clarify nocb kthreads naming in RCU_NOCB_CPU config.

8.	Add a warning if CPU being onlined did not report QS already.

9.	Make struct kernel_param_ops definitions const.

10.	Fix ftrace recursion.

11.	nocb: Avoid raising softirq for offloaded ready-to-execute CBs.

12.	Prevent lockdep-RCU splats on lock acquisition/release.

13.	Fix a typo in rcu_blocking_is_gp() header comment.

14.	Do not report strict GPs for outgoing CPUs.

15.	Defer kvfree_rcu() allocation to a clean context.

16.	Take early exit on memory-allocation failure.

						Thanx, Paul

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

 arch/x86/kernel/cpu/mtrr/mtrr.c |    2 
 arch/x86/kernel/smpboot.c       |    1 
 include/linux/kernel.h          |    1 
 include/linux/list.h            |    2 
 kernel/rcu/Kconfig              |   20 ++--
 kernel/rcu/rcu_segcblist.h      |    2 
 kernel/rcu/srcutree.c           |    4 
 kernel/rcu/tree.c               |  188 +++++++++++++++++++++++++---------------
 kernel/rcu/tree.h               |    2 
 kernel/rcu/tree_plugin.h        |    2 
 kernel/rcu/tree_stall.h         |   28 ++++-
 kernel/sysctl.c                 |   11 ++
 12 files changed, 178 insertions(+), 85 deletions(-)

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

end of thread, other threads:[~2020-11-05 23:10 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-11-05 23:08 [PATCH tip/core/rcu 0/16] Miscellaneous fixes for v5.11 Paul E. McKenney
2020-11-05 23:09 ` [PATCH tip/core/rcu 01/16] rcu: Don't invoke try_invoke_on_locked_down_task() with irqs disabled paulmck
2020-11-05 23:09 ` [PATCH tip/core/rcu 02/16] x86/smpboot: Move rcu_cpu_starting() earlier paulmck
2020-11-05 23:09 ` [PATCH tip/core/rcu 03/16] rcu: Panic after fixed number of stalls paulmck
2020-11-05 23:09 ` [PATCH tip/core/rcu 04/16] list.h: Update comment to explicitly note circular lists paulmck
2020-11-05 23:09 ` [PATCH tip/core/rcu 05/16] rcu: Implement rcu_segcblist_is_offloaded() config dependent paulmck
2020-11-05 23:09 ` [PATCH tip/core/rcu 06/16] rcu: Fix single-CPU check in rcu_blocking_is_gp() paulmck
2020-11-05 23:09 ` [PATCH tip/core/rcu 07/16] rcu: Clarify nocb kthreads naming in RCU_NOCB_CPU config paulmck
2020-11-05 23:09 ` [PATCH tip/core/rcu 08/16] rcu/tree: Add a warning if CPU being onlined did not report QS already paulmck
2020-11-05 23:09 ` [PATCH tip/core/rcu 09/16] rcu/tree: Make struct kernel_param_ops definitions const paulmck
2020-11-05 23:09 ` [PATCH tip/core/rcu 10/16] rcu,ftrace: Fix ftrace recursion paulmck
2020-11-05 23:09 ` [PATCH tip/core/rcu 11/16] rcu/tree: nocb: Avoid raising softirq for offloaded ready-to-execute CBs paulmck
2020-11-05 23:09 ` [PATCH tip/core/rcu 12/16] rcu: Prevent lockdep-RCU splats on lock acquisition/release paulmck
2020-11-05 23:09 ` [PATCH tip/core/rcu 13/16] rcu: Fix a typo in rcu_blocking_is_gp() header comment paulmck
2020-11-05 23:09 ` [PATCH tip/core/rcu 14/16] rcu: Do not report strict GPs for outgoing CPUs paulmck
2020-11-05 23:09 ` [PATCH tip/core/rcu 15/16] rcu/tree: Defer kvfree_rcu() allocation to a clean context paulmck
2020-11-05 23:09 ` [PATCH tip/core/rcu 16/16] srcu: Take early exit on memory-allocation failure paulmck

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox