mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH rcu 0/6] RCU CPU stall-warning updates for v6.3
@ 2023-01-05  0:51 Paul E. McKenney
  2023-01-05  0:51 ` [PATCH rcu 1/6] genirq: Fix the return type of kstat_cpu_irqs_sum() Paul E. McKenney
                   ` (5 more replies)
  0 siblings, 6 replies; 9+ messages in thread
From: Paul E. McKenney @ 2023-01-05  0:51 UTC (permalink / raw)
  To: rcu; +Cc: linux-kernel, kernel-team, rostedt

Hello!

This series contains RCU CPU stall-warning updates:

1.	Fix the return type of kstat_cpu_irqs_sum(), courtesy of Zhen Lei.

2.	Add helper kstat_cpu_softirqs_sum(), courtesy of Zhen Lei.

3.	Add helper nr_context_switches_cpu(), courtesy of Zhen Lei.

4.	Add RCU stall diagnosis information, courtesy of Zhen Lei.

5.	Align the output of RCU CPU stall warning messages, courtesy of
	Zhen Lei.

6.	Allow up to five minutes expedited RCU CPU stall-warning timeouts.

						Thanx, Paul

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

 b/Documentation/admin-guide/kernel-parameters.txt |    6 ++++
 b/include/linux/kernel_stat.h                     |    2 -
 b/kernel/rcu/Kconfig.debug                        |   13 +++++++++
 b/kernel/rcu/rcu.h                                |    1 
 b/kernel/rcu/tree.c                               |   18 ++++++++++++
 b/kernel/rcu/tree.h                               |   19 +++++++++++++
 b/kernel/rcu/tree_stall.h                         |   31 ++++++++++++++++++++++
 b/kernel/rcu/update.c                             |    2 +
 b/kernel/sched/core.c                             |    5 +++
 include/linux/kernel_stat.h                       |   12 ++++++++
 kernel/rcu/Kconfig.debug                          |    2 -
 kernel/rcu/tree_stall.h                           |    6 ++--
 12 files changed, 112 insertions(+), 5 deletions(-)

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

end of thread, other threads:[~2023-01-09 15:15 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-05  0:51 [PATCH rcu 0/6] RCU CPU stall-warning updates for v6.3 Paul E. McKenney
2023-01-05  0:51 ` [PATCH rcu 1/6] genirq: Fix the return type of kstat_cpu_irqs_sum() Paul E. McKenney
2023-01-05  0:51 ` [PATCH rcu 2/6] sched: Add helper kstat_cpu_softirqs_sum() Paul E. McKenney
2023-01-05  0:51 ` [PATCH rcu 3/6] sched: Add helper nr_context_switches_cpu() Paul E. McKenney
2023-01-05  0:51 ` [PATCH rcu 4/6] rcu: Add RCU stall diagnosis information Paul E. McKenney
2023-01-05  0:51 ` [PATCH rcu 5/6] rcu: Align the output of RCU CPU stall warning messages Paul E. McKenney
2023-01-05  0:51 ` [PATCH rcu 6/6] rcu: Allow up to five minutes expedited RCU CPU stall-warning timeouts Paul E. McKenney
2023-01-09 10:10   ` Geert Uytterhoeven
2023-01-09 15:13     ` 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

all inboxes | Powered by JetHome®