]> www.infradead.org Git - users/willy/xarray.git/commit
locking/csd_lock: Provide an indication of ongoing CSD-lock stall
authorPaul E. McKenney <paulmck@kernel.org>
Mon, 1 Jul 2024 20:33:58 +0000 (13:33 -0700)
committerNeeraj Upadhyay <neeraj.upadhyay@kernel.org>
Wed, 14 Aug 2024 18:35:39 +0000 (00:05 +0530)
commitac9d45544cd571decca395715d0b0a3b617d02f4
tree6d655737023d0034472741592d5759db35414266
parentc1972c8dc987769eac8e5dede536d3cff489c6ee
locking/csd_lock: Provide an indication of ongoing CSD-lock stall

If a CSD-lock stall goes on long enough, it will cause an RCU CPU
stall warning.  This additional warning provides much additional
console-log traffic and little additional information.  Therefore,
provide a new csd_lock_is_stuck() function that returns true if there
is an ongoing CSD-lock stall.  This function will be used by the RCU
CPU stall warnings to provide a one-line indication of the stall when
this function returns true.

[ neeraj.upadhyay: Apply Rik van Riel feedback. ]
[ neeraj.upadhyay: Apply kernel test robot feedback. ]

Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
Cc: Imran Khan <imran.f.khan@oracle.com>
Cc: Ingo Molnar <mingo@kernel.org>
Cc: Leonardo Bras <leobras@redhat.com>
Cc: "Peter Zijlstra (Intel)" <peterz@infradead.org>
Cc: Rik van Riel <riel@surriel.com>
Signed-off-by: Neeraj Upadhyay <neeraj.upadhyay@kernel.org>
include/linux/smp.h
kernel/smp.c
lib/Kconfig.debug