]> www.infradead.org Git - users/jedix/linux-maple.git/commit
dtrace: accomodate changes in the 4.1 kernel for sparc64
authorKris Van Hees <kris.van.hees@oracle.com>
Sat, 11 Jul 2015 04:18:28 +0000 (03:18 -0100)
committerNick Alcock <nick.alcock@oracle.com>
Tue, 21 Jul 2015 14:30:21 +0000 (15:30 +0100)
commit48431b3da06677ff1abcd51eb88106a32f3bfc0f
tree724e4866e1c07b2508c90598bbbdc7df66a158e7
parent6fe16636cd9ebd5a9cc6132cbb2f9fefcf39b9d4
dtrace: accomodate changes in the 4.1 kernel for sparc64

The handling of some system calls changed:

- The sigaltstack system call is no longer a special case using a
  stub in assembler.
- New system call: execveat

This commit also fixes a problem with the support for the execveat
system call on x86_64, where not all arguments were being passed in
the entry probe for that new system call.

Signed-off-by: Kris Van Hees <kris.van.hees@oracle.com>
Acked-by: Nick Alcock <nick.alcock@oracle.com>
arch/sparc/include/asm/dtrace_syscall.h
arch/sparc/kernel/dtrace_syscall.c
arch/sparc/kernel/dtrace_syscall_stubs.S
arch/x86/kernel/dtrace_syscall.c