Skip to content

Commit

Permalink
syscalls: update the syscall table to Linux v5.15
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Moore <[email protected]>
Signed-off-by: Tom Hromatka <[email protected]>
  • Loading branch information
pcmoore authored and drakenclimber committed Nov 4, 2021
1 parent 092c686 commit abad8a8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions include/seccomp-syscalls.h
Original file line number Diff line number Diff line change
Expand Up @@ -1403,6 +1403,8 @@

#define __SNR_process_madvise __NR_process_madvise

#define __SNR_process_mrelease __NR_process_mrelease

#define __SNR_process_vm_readv __NR_process_vm_readv

#define __SNR_process_vm_writev __NR_process_vm_writev
Expand Down
3 changes: 2 additions & 1 deletion src/syscalls.csv
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#syscall (v5.14.0-rc7 2021-08-23),x86,x86_64,x32,arm,aarch64,mips,mips64,mips64n32,parisc,parisc64,ppc,ppc64,riscv64,s390,s390x,sh
#syscall (v5.15.0 2021-11-03),x86,x86_64,x32,arm,aarch64,mips,mips64,mips64n32,parisc,parisc64,ppc,ppc64,riscv64,s390,s390x,sh
accept,PNR,43,43,285,202,168,42,42,35,35,330,330,202,PNR,PNR,344
accept4,364,288,288,366,242,334,293,297,320,320,344,344,242,364,364,358
access,33,21,21,33,PNR,33,20,20,33,33,33,33,PNR,33,33,33
Expand Down Expand Up @@ -268,6 +268,7 @@ preadv,333,295,534,361,69,330,289,293,315,315,320,320,69,328,328,333
preadv2,378,327,546,392,286,361,321,325,347,347,380,380,286,376,376,381
prlimit64,340,302,302,369,261,338,297,302,321,321,325,325,261,334,334,339
process_madvise,440,440,440,440,440,440,440,440,440,440,440,440,440,440,440,440
process_mrelease,448,448,448,448,448,448,448,448,448,448,448,448,448,448,448,448
process_vm_readv,347,310,539,376,270,345,304,309,330,330,351,351,270,340,340,365
process_vm_writev,348,311,540,377,271,346,305,310,331,331,352,352,271,341,341,366
prof,44,PNR,PNR,PNR,PNR,44,PNR,PNR,PNR,PNR,44,44,PNR,PNR,PNR,PNR
Expand Down

0 comments on commit abad8a8

Please sign in to comment.