]> www.infradead.org Git - users/jedix/linux-maple.git/commit
dtrace: accomodate changes in the 4.1 kernels
authorKris Van Hees <kris.van.hees@oracle.com>
Wed, 1 Jul 2015 09:31:30 +0000 (05:31 -0400)
committerNick Alcock <nick.alcock@oracle.com>
Tue, 21 Jul 2015 14:30:13 +0000 (15:30 +0100)
commit93f57aa2e742fbffdf427300531889974afac2ea
tree6e9ca23deadc5d1125c5abac5941bb7447762e3c
parent6e9d5be0c0c3e899c79623a91cfe422821a5c365
dtrace: accomodate changes in the 4.1 kernels

The handling of some system calls changed in the 4.1 kernel.

- The iopl system call is no longer a special case using a stub.
- The implementation of stub-based system calls changed.
- New system call: execveat

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