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)
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


No differences found