diff options
author | Philipp Rudo | 2020-04-06 14:47:48 +0200 |
---|---|---|
committer | Vasily Gorbik | 2020-04-22 16:20:55 +0200 |
commit | 8ebf6da9db1b2a20bb86cc1bee2552e894d03308 (patch) | |
tree | 5f29c829690f812c8690f40ebedcf53fb60aae27 /Documentation/riscv | |
parent | ae83d0b416db002fe95601e7f97f64b59514d936 (diff) |
s390/ftrace: fix potential crashes when switching tracers
Switching tracers include instruction patching. To prevent that a
instruction is patched while it's read the instruction patching is done
in stop_machine 'context'. This also means that any function called
during stop_machine must not be traced. Thus add 'notrace' to all
functions called within stop_machine.
Fixes: 1ec2772e0c3c ("s390/diag: add a statistic for diagnose calls")
Fixes: 38f2c691a4b3 ("s390: improve wait logic of stop_machine")
Fixes: 4ecf0a43e729 ("processor: get rid of cpu_relax_yield")
Signed-off-by: Philipp Rudo <prudo@linux.ibm.com>
Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
Diffstat (limited to 'Documentation/riscv')
0 files changed, 0 insertions, 0 deletions