add new syscall numbers for bpf and kexec_file_load
authorSzabolcs Nagy <nsz@port70.net>
Mon, 15 Dec 2014 23:20:36 +0000 (00:20 +0100)
committerRich Felker <dalias@aerifal.cx>
Tue, 23 Dec 2014 06:44:19 +0000 (01:44 -0500)
commitf90fafea3c5f1acd7b9bc8e720b417e2dba1d92d
tree31ee640733cf370e82122737c6aa1cfbcf793012
parent91f15e2d0d7621a3ce7b4ff8f3dbc61119b44cc7
add new syscall numbers for bpf and kexec_file_load

these syscalls are new in linux v3.18, bpf is present on all
supported archs except sh, kexec_file_load is only allocted for
x86_64 and x32 yet.

bpf was added in linux commit 99c55f7d47c0dc6fc64729f37bf435abf43f4c60

kexec_file_load syscall number was allocated in commit
f0895685c7fd8c938c91a9d8a6f7c11f22df58d2
arch/arm/bits/syscall.h
arch/i386/bits/syscall.h
arch/microblaze/bits/syscall.h
arch/mips/bits/syscall.h
arch/or1k/bits/syscall.h
arch/powerpc/bits/syscall.h
arch/x32/bits/syscall.h
arch/x86_64/bits/syscall.h