summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/gecko.py
diff options
context:
space:
mode:
authorCorey Minyard <corey@minyard.net>2025-04-10 22:44:26 +0300
committerCorey Minyard <corey@minyard.net>2025-05-08 01:25:48 +0300
commit6bd0eb6d759b9a22c5509ea04e19c2e8407ba418 (patch)
tree872ff7afa408d40989dddf411e7f1a08ea4d6e2e /tools/perf/scripts/python/gecko.py
parent87105e07806767b81910d165441607c1461ba2b8 (diff)
downloadlinux-6bd0eb6d759b9a22c5509ea04e19c2e8407ba418.tar.xz
ipmi:ssif: Fix a shutdown race
It was possible for the SSIF thread to stop and quit before the kthread_stop() call because ssif->stopping was set before the stop. So only exit the SSIF thread is kthread_should_stop() returns true. There is no need to wake the thread, as the wait will be interrupted by kthread_stop(). Signed-off-by: Corey Minyard <cminyard@mvista.com>
Diffstat (limited to 'tools/perf/scripts/python/gecko.py')
0 files changed, 0 insertions, 0 deletions