mirror of
https://github.com/torvalds/linux.git
synced 2025-11-06 03:29:11 +02:00
The move of TIF_SYSCALL_EMU to SYSCALL_WORK_SYSCALL_EMU broke single step
reporting. The original code reported the single step when TIF_SINGLESTEP
was set and TIF_SYSCALL_EMU was not set. The SYSCALL_WORK conversion got
the logic wrong and now the reporting only happens when both bits are set.
Restore the original behaviour.
[ tglx: Massaged changelog and dropped the pointless double negation ]
Fixes:
|
||
|---|---|---|
| .. | ||
| common.c | ||
| common.h | ||
| kvm.c | ||
| Makefile | ||
| syscall_user_dispatch.c | ||