• R
    x86 ptrace: user-sets-TF nits · 380fdd75
    Roland McGrath 提交于
    This closes some arcane holes in single-step handling that can arise
    only when user programs set TF directly (via popf or sigreturn) and
    then use vDSO (syscall/sysenter) system call entry.  In those entry
    paths, the clear_TF_reenable case hits and we must check TIF_SINGLESTEP
    to be sure our bookkeeping stays correct wrt the user's view of TF.
    Signed-off-by: NRoland McGrath <roland@redhat.com>
    380fdd75
thread_info.h 7.9 KB