diff options
author | Alexander Gordeev <agordeev@linux.ibm.com> | 2021-05-06 20:06:00 +0200 |
---|---|---|
committer | Vasily Gorbik <gor@linux.ibm.com> | 2021-06-07 17:06:59 +0200 |
commit | bdb8c9353ead1a4176e9ba034ea7ceb210c8a59c (patch) | |
tree | 6670cffbce3805d715ebaed93fef07cf425ca7b6 /samples/seccomp | |
parent | 27c1dac0b6d8c3b640e24a1b762c7244fbb116fd (diff) |
s390/mm: ensure switch_mm() is executed with interrupts disabled
Architecture callback switch_mm() is allowed to be called with
enabled interrupts. However, our implementation of switch_mm()
does not expect that. Let's follow other architectures and make
sure switch_mm() is always executed with interrupts disabled,
regardless of what happens with the generic kernel code in the
future.
Signed-off-by: Alexander Gordeev <agordeev@linux.ibm.com>
Reviewed-by: Heiko Carstens <hca@linux.ibm.com>
Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
Diffstat (limited to 'samples/seccomp')
0 files changed, 0 insertions, 0 deletions