diff options
author | Peter Zijlstra <[email protected]> | 2023-02-03 15:31:11 +0100 |
---|---|---|
committer | Peter Zijlstra <[email protected]> | 2023-02-13 16:36:14 +0100 |
commit | eedeb787ebb53de5c5dcf7b7b39d01bf1b0f037d (patch) | |
tree | 62e298bf3aa2d36e0c7bab7d5d127b7ee6c5ab95 /scripts/gdb/linux | |
parent | ceaa837f96adb69c0df0397937cd74991d5d821a (diff) |
freezer,umh: Fix call_usermode_helper_exec() vs SIGKILL
Tetsuo-San noted that commit f5d39b020809 ("freezer,sched: Rewrite
core freezer logic") broke call_usermodehelper_exec() for the KILLABLE
case.
Specifically it was missed that the second, unconditional,
wait_for_completion() was not optional and ensures the on-stack
completion is unused before going out-of-scope.
Fixes: f5d39b020809 ("freezer,sched: Rewrite core freezer logic")
Reported-by: [email protected]
Reported-by: Tetsuo Handa <[email protected]>
Debugged-by: Tetsuo Handa <[email protected]>
Signed-off-by: Peter Zijlstra (Intel) <[email protected]>
Link: https://lkml.kernel.org/r/[email protected]
Diffstat (limited to 'scripts/gdb/linux')
0 files changed, 0 insertions, 0 deletions