diff options
author | Eric W. Biederman <[email protected]> | 2022-04-29 09:16:10 -0500 |
---|---|---|
committer | Eric W. Biederman <[email protected]> | 2022-05-11 14:34:14 -0500 |
commit | cb3c19c93d656caa6fe63d6277aabd7e570f1d03 (patch) | |
tree | 9417a39175b98f0fd014216ffe1139dc67a4d97d /tools/perf/scripts/python/task-analyzer.py | |
parent | 16cc1bc67de88be19fa595f4645506ea2ac106d2 (diff) |
signal: Use lockdep_assert_held instead of assert_spin_locked
The distinction is that assert_spin_locked() checks if the lock is
held *by*anyone* whereas lockdep_assert_held() asserts the current
context holds the lock. Also, the check goes away if you build
without lockdep.
Suggested-by: Peter Zijlstra <[email protected]>
Link: https://lkml.kernel.org/r/Ympr/+PX4XgT/[email protected]
Tested-by: Kees Cook <[email protected]>
Reviewed-by: Oleg Nesterov <[email protected]>
Link: https://lkml.kernel.org/r/[email protected]
Signed-off-by: "Eric W. Biederman" <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/task-analyzer.py')
0 files changed, 0 insertions, 0 deletions