Skip to content

Commit 3840485

Browse files
yuwatabluca
authored andcommitted
basic/syscall: update syscall list
Only notable change is that memfd_secret is now defined on s390(x). (cherry picked from commit 7b975e9) (cherry picked from commit 5f3ca32) (cherry picked from commit a95176e)
1 parent 4e605aa commit 3840485

20 files changed

+22
-2
lines changed

src/basic/syscall-list.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -427,6 +427,7 @@ renameat2
427427
request_key
428428
restart_syscall
429429
riscv_flush_icache
430+
riscv_hwprobe
430431
rmdir
431432
rseq
432433
rt_sigaction

src/basic/syscalls-alpha.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -427,6 +427,7 @@ renameat2 510
427427
request_key 440
428428
restart_syscall 412
429429
riscv_flush_icache
430+
riscv_hwprobe
430431
rmdir 137
431432
rseq 527
432433
rt_sigaction 352

src/basic/syscalls-arc.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -427,6 +427,7 @@ renameat2 276
427427
request_key 218
428428
restart_syscall 128
429429
riscv_flush_icache
430+
riscv_hwprobe
430431
rmdir
431432
rseq 293
432433
rt_sigaction 134

src/basic/syscalls-arm.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -427,6 +427,7 @@ renameat2 382
427427
request_key 310
428428
restart_syscall 0
429429
riscv_flush_icache
430+
riscv_hwprobe
430431
rmdir 40
431432
rseq 398
432433
rt_sigaction 174

src/basic/syscalls-arm64.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -427,6 +427,7 @@ renameat2 276
427427
request_key 218
428428
restart_syscall 128
429429
riscv_flush_icache
430+
riscv_hwprobe
430431
rmdir
431432
rseq 293
432433
rt_sigaction 134

src/basic/syscalls-i386.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -427,6 +427,7 @@ renameat2 353
427427
request_key 287
428428
restart_syscall 0
429429
riscv_flush_icache
430+
riscv_hwprobe
430431
rmdir 40
431432
rseq 386
432433
rt_sigaction 174

src/basic/syscalls-ia64.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -427,6 +427,7 @@ renameat2 1338
427427
request_key 1272
428428
restart_syscall 1246
429429
riscv_flush_icache
430+
riscv_hwprobe
430431
rmdir 1056
431432
rseq 1357
432433
rt_sigaction 1177

src/basic/syscalls-loongarch64.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -427,6 +427,7 @@ renameat2 276
427427
request_key 218
428428
restart_syscall 128
429429
riscv_flush_icache
430+
riscv_hwprobe
430431
rmdir
431432
rseq 293
432433
rt_sigaction 134

src/basic/syscalls-m68k.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -427,6 +427,7 @@ renameat2 351
427427
request_key 280
428428
restart_syscall 0
429429
riscv_flush_icache
430+
riscv_hwprobe
430431
rmdir 40
431432
rseq 384
432433
rt_sigaction 174

src/basic/syscalls-mips64.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -427,6 +427,7 @@ renameat2 5311
427427
request_key 5240
428428
restart_syscall 5213
429429
riscv_flush_icache
430+
riscv_hwprobe
430431
rmdir 5082
431432
rseq 5327
432433
rt_sigaction 5013

0 commit comments

Comments
 (0)