linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/6] syscall_trace fixes and cleanups
@ 2012-05-03 17:42 Will Deacon
  2012-05-03 17:42 ` [PATCH 1/6] ARM: audit: fix treatment of saved ip register during syscall tracing Will Deacon
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Will Deacon @ 2012-05-03 17:42 UTC (permalink / raw)
  To: linux-arm-kernel

Hello all,

This series makes a number of fixes and cleanups to the system call
tracing code on ARM, as well as fixing the interactions with audit.

The first two patches should probably go into -stable whilst the rest
can wait for later. Note that this will conflict horribly with the
tracehook code added recently (sitting in -next) and also with the
additional tracehook patch sitting in the patch system (7375/1).

I'd like to get the two stable patches in ASAP and then help with the
conflict resolution for the merge window (although other ideas welcome).
I can rebase the rest of the series as required.

I lightly tested the audit stuff and gave strace a decent run tracing
through forks.

All comments welcome,

Will


Will Deacon (6):
  ARM: audit: fix treatment of saved ip register during syscall tracing
  ARM: audit: use only AUDIT_ARCH_ARM regardless of endianness
  audit: arm: only allow syscall auditing for pure EABI userspace
  ARM: entry: don't bother with syscall tracing on ret_from_fork path
  ARM: audit: move syscall auditing until after ptrace SIGTRAP handling
  ARM: ptrace: provide separate functions for tracing syscall
    {entry,exit}

 arch/arm/kernel/entry-common.S |   20 +++++-----------
 arch/arm/kernel/ptrace.c       |   49 +++++++++++++++++++++++----------------
 init/Kconfig                   |    2 +-
 3 files changed, 36 insertions(+), 35 deletions(-)

-- 
1.7.4.1

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2012-05-03 17:43 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-03 17:42 [PATCH 0/6] syscall_trace fixes and cleanups Will Deacon
2012-05-03 17:42 ` [PATCH 1/6] ARM: audit: fix treatment of saved ip register during syscall tracing Will Deacon
2012-05-03 17:42 ` [PATCH 2/6] ARM: audit: use only AUDIT_ARCH_ARM regardless of endianness Will Deacon
2012-05-03 17:42 ` [PATCH 3/6] audit: arm: only allow syscall auditing for pure EABI userspace Will Deacon
2012-05-03 17:42 ` [PATCH 4/6] ARM: entry: don't bother with syscall tracing on ret_from_fork path Will Deacon
2012-05-03 17:42 ` [PATCH 5/6] ARM: audit: move syscall auditing until after ptrace SIGTRAP handling Will Deacon
2012-05-03 17:43 ` [PATCH 6/6] ARM: ptrace: provide separate functions for tracing syscall {entry, exit} Will Deacon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).