aboutsummaryrefslogtreecommitdiff
path: root/scripts/gdb/linux/tasks.py
diff options
context:
space:
mode:
authorMax Filippov <[email protected]>2021-02-07 04:57:58 -0800
committerMax Filippov <[email protected]>2021-03-29 11:25:11 -0700
commit7b9acbb6aad4f54623dcd4bd4b1a60fe0c727b09 (patch)
tree370431fbaa75e42e1c97d2dec184de46005ddd9b /scripts/gdb/linux/tasks.py
parentab5eb336411f18fd449a1fb37d36a55ec422603f (diff)
xtensa: fix uaccess-related livelock in do_page_fault
If a uaccess (e.g. get_user()) triggers a fault and there's a fault signal pending, the handler will return to the uaccess without having performed a uaccess fault fixup, and so the CPU will immediately execute the uaccess instruction again, whereupon it will livelock bouncing between that instruction and the fault handler. https://lore.kernel.org/lkml/[email protected]/ Cc: [email protected] Reported-by: Mark Rutland <[email protected]> Signed-off-by: Max Filippov <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/tasks.py')
0 files changed, 0 insertions, 0 deletions