• S
    add new syscall numbers for bpf and kexec_file_load · f90fafea
    Szabolcs Nagy 提交于
    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
    f90fafea
syscall.h 16.6 KB