diff options
author | Tejun Heo <[email protected]> | 2018-01-22 14:00:55 -0800 |
---|---|---|
committer | Ingo Molnar <[email protected]> | 2018-01-24 10:00:09 +0100 |
commit | 88f1c87de11a86d839f4ce5313e552d96709b990 (patch) | |
tree | 4869d6b64b9317c2eaf4df912b3dd6deec207fa4 /tools/perf/scripts/python/export-to-sqlite.py | |
parent | a97cb0e7b3f4c6297fd857055ae8e895f402f501 (diff) |
locking/lockdep: Avoid triggering hardlockup from debug_show_all_locks()
debug_show_all_locks() iterates all tasks and print held locks whole
holding tasklist_lock. This can take a while on a slow console device
and may end up triggering NMI hardlockup detector if someone else ends
up waiting for tasklist_lock.
Touch the NMI watchdog while printing the held locks to avoid
spuriously triggering the hardlockup detector.
Signed-off-by: Tejun Heo <[email protected]>
Signed-off-by: Peter Zijlstra (Intel) <[email protected]>
Cc: Linus Torvalds <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Cc: [email protected]
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions