[PATCH 0/4] x86 step/syscall-trace fixes & cleanups

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Ingo Molnar <mingo@...>, Thomas Gleixner <tglx@...>
Cc: <linux-kernel@...>
Date: Wednesday, July 16, 2008 - 7:02 pm

Hi!

I'm posting these four patches for everyone to see on the list, but they
can be pulled from GIT as well.


The following changes since commit 8a0ca91e1db5de5eb5b18cfa919d52ff8be375af:
  Linus Torvalds (1):
        Merge branch 'for-linus' of git://git.kernel.org/.../drzeus/mmc

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/frob/linux-2.6-roland.git x86/step

Roland McGrath (4):
      x86 ptrace: block-step fix
      x86 ptrace: unify TIF_SINGLESTEP
      x86 ptrace: unify syscall tracing
      x86 ptrace: user-sets-TF nits

 arch/x86/ia32/ia32entry.S     |   17 +++--
 arch/x86/kernel/entry_32.S    |   23 ++-----
 arch/x86/kernel/entry_64.S    |   14 +++--
 arch/x86/kernel/ptrace.c      |  151 +++++++++++++++--------------------------
 arch/x86/kernel/signal_32.c   |    6 --
 arch/x86/kernel/signal_64.c   |    6 --
 arch/x86/kernel/step.c        |   35 ++++++++--
 include/asm-x86/calling.h     |    6 +-
 include/asm-x86/ptrace-abi.h  |    6 +-
 include/asm-x86/thread_info.h |   21 +++---
 10 files changed, 129 insertions(+), 156 deletions(-)



Thanks,
Roland
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH 0/4] x86 step/syscall-trace fixes & cleanups, Roland McGrath, (Wed Jul 16, 7:02 pm)
[PATCH 4/4] x86 ptrace: user-sets-TF nits, Roland McGrath, (Wed Jul 16, 7:05 pm)
[PATCH 3/4] x86 ptrace: unify syscall tracing, Roland McGrath, (Wed Jul 16, 7:05 pm)
[PATCH 2/4] x86 ptrace: unify TIF_SINGLESTEP, Roland McGrath, (Wed Jul 16, 7:04 pm)
[PATCH 1/4] x86 ptrace: block-step fix, Roland McGrath, (Wed Jul 16, 7:03 pm)