diff options
author | Heiko Carstens <hca@linux.ibm.com> | 2023-10-12 09:40:49 +0200 |
---|---|---|
committer | Vasily Gorbik <gor@linux.ibm.com> | 2023-10-23 18:21:23 +0200 |
commit | 0f86ac4ba71329936c44ef71222f1c50284a8928 (patch) | |
tree | 979fddd1dba4314d6a66fa7417ec5fc1681fb212 /scripts/gdb/linux/utils.py | |
parent | 0f1a14e0348eb48e93e139af569944349b725f3f (diff) |
s390/mm,fault: remove VM_FAULT_BADCONTEXT
Remove VM_FAULT_BADCONTEXT and instead call do_no_context() via
wrappers. This adds two new wrappers similar to what x86 has:
handle_fault_error() and handle_fault_error_nolock(). Both of them
simply call do_no_context(), while handle_fault_error() also unlocks
mmap lock, which avoids adding lots of mmap_read_unlock() calls with
this and subsequent patches.
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
Diffstat (limited to 'scripts/gdb/linux/utils.py')
0 files changed, 0 insertions, 0 deletions