[PATCH] syscalls: Update the syscall table for Linux v6.12-rc5
authorWANG Xuerui <git@xen0n.name>
Tue, 20 Aug 2024 04:21:21 +0000 (12:21 +0800)
committerFelix Geyer <fgeyer@debian.org>
Sun, 24 Nov 2024 20:54:16 +0000 (21:54 +0100)
commit2600c7039810062040b118b0fa9b7151d095c3d5
tree4609fab81fa89ddef239e421944a4bae857cd9dd
parent1629cd56a6a933e3a437e697a6e79d81c5c8e0c5
[PATCH] syscalls: Update the syscall table for Linux v6.12-rc5

Due to the addition of fstat & newfstatat to the LoongArch syscall ABI,
tests 38 and 55 have to be updated for the changed syscall numbers.

As for the PNR additions, normally they are allocated alphabetically for
the syscalls introduced between updates of the table, but in the v2.5
release branch -10245 is already assigned to map_shadow_stack in
commit 53267af3fb5 ("all: update the syscall table for Linux v6.7-rc3").
While the map_shadow_stack syscall is in fact available across all
architectures, for consistency with v2.5.5 and later it is kept in the
same position in this update.

Signed-off-by: WANG Xuerui <git@xen0n.name>
Signed-off-by: Paul Moore <paul@paul-moore.com>
Gbp-Pq: Name syscalls_Update_the_syscall_table_for_Linux_v6.12-rc5.patch
include/seccomp-syscalls.h
src/syscalls.csv
tests/38-basic-pfc_coverage.pfc
tests/55-basic-pfc_binary_tree.pfc