commit | 380fdd7585a4c2f41b48925eba85c0654b7b858b | [log] [tgz] |
---|---|---|
author | Roland McGrath <roland@redhat.com> | Wed Jul 09 02:39:29 2008 -0700 |
committer | Roland McGrath <roland@redhat.com> | Wed Jul 16 12:15:17 2008 -0700 |
tree | 3e405cd6cb0be449671ef28c6275fd7ad6b99295 | |
parent | d4d67150165df8bf1cc05e532f6efca96f907cab [diff] |
x86 ptrace: user-sets-TF nits 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: Roland McGrath <roland@redhat.com>