diff options
author | Oleg Nesterov <[email protected]> | 2015-11-15 20:33:11 +0100 |
---|---|---|
committer | Ingo Molnar <[email protected]> | 2015-11-23 09:48:17 +0100 |
commit | 64038f292a1b33c7d46bd11f62f7798101152c00 (patch) | |
tree | 9fe0f8f62d272a6356e22ba154ba4878f7c32506 /tools/perf/scripts/python/syscall-counts.py | |
parent | 01783e0d452736d7deff1b920c5eccad67adc428 (diff) |
stop_machine: Fix possible cpu_stopper_thread() crash
stop_one_cpu_nowait(fn) will crash the kernel if the callback returns
nonzero, work->done == NULL in this case.
This needs more cleanups, cpu_stop_signal_done() is called right after
we check done != NULL and it does the same check.
Signed-off-by: Oleg Nesterov <[email protected]>
Signed-off-by: Peter Zijlstra (Intel) <[email protected]>
Acked-by: Tejun Heo <[email protected]>
Cc: Linus Torvalds <[email protected]>
Cc: Mike Galbraith <[email protected]>
Cc: Milos Vyletel <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Prarit Bhargava <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts.py')
0 files changed, 0 insertions, 0 deletions