All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH RFC smp] Remove diagnostics and adjust config for CSD lock diagnostics
@ 2023-03-21  0:54 Paul E. McKenney
  2023-03-21  0:55 ` [PATCH CSDlock 1/4] locking/csd_lock: Add Kconfig option for csd_debug default Paul E. McKenney
                   ` (5 more replies)
  0 siblings, 6 replies; 15+ messages in thread
From: Paul E. McKenney @ 2023-03-21  0:54 UTC (permalink / raw)
  To: linux-kernel; +Cc: kernel-team, rostedt, jgross, mingo, peterz, corbet

Hello!

This series removes CSD-lock diagnostics that were once very useful
but which have not seen much action since.  It also adjusts Kconfig and
kernel-boot-parameter setup.

1.	locking/csd_lock: Add Kconfig option for csd_debug default.

2.	locking/csd_lock: Remove added data from CSD lock debugging.

3.	locking/csd_lock: Remove per-CPU data indirection from CSD
	lock debugging.

4.	kernel/smp: Make csdlock_debug= resettable.

						Thanx, Paul

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

 Documentation/admin-guide/kernel-parameters.txt   |   17 -
 b/Documentation/admin-guide/kernel-parameters.txt |    6 
 b/kernel/smp.c                                    |    2 
 b/lib/Kconfig.debug                               |    9 
 kernel/smp.c                                      |  260 ++--------------------
 5 files changed, 47 insertions(+), 247 deletions(-)

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

end of thread, other threads:[~2023-03-28 18:17 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-21  0:54 [PATCH RFC smp] Remove diagnostics and adjust config for CSD lock diagnostics Paul E. McKenney
2023-03-21  0:55 ` [PATCH CSDlock 1/4] locking/csd_lock: Add Kconfig option for csd_debug default Paul E. McKenney
2023-03-28  8:34   ` [tip: smp/core] " tip-bot2 for Paul E. McKenney
2023-03-21  0:55 ` [PATCH CSDlock 2/4] locking/csd_lock: Remove added data from CSD lock debugging Paul E. McKenney
2023-03-28  8:34   ` [tip: smp/core] " tip-bot2 for Paul E. McKenney
2023-03-21  0:55 ` [PATCH CSDlock 3/4] locking/csd_lock: Remove per-CPU data indirection " Paul E. McKenney
2023-03-28  8:34   ` [tip: smp/core] " tip-bot2 for Paul E. McKenney
2023-03-21  0:55 ` [PATCH CSDlock 4/4] kernel/smp: Make csdlock_debug= resettable Paul E. McKenney
2023-03-28  8:34   ` [tip: smp/core] " tip-bot2 for Paul E. McKenney
2023-03-28 18:16     ` Paul E. McKenney
2023-03-21  5:46 ` [PATCH RFC smp] Remove diagnostics and adjust config for CSD lock diagnostics Juergen Gross
2023-03-21 10:22 ` Peter Zijlstra
2023-03-21 15:38   ` Paul E. McKenney
2023-03-22  9:57     ` Peter Zijlstra
2023-03-22 14:46       ` Paul E. McKenney

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.