Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

checksyscalls: fail on all intermediate errors

Make sure that a failure of any intermediate step also fails the
overall execution.

Link: https://sashiko.dev/#/patchset/20260402-kbuild-missing-syscalls-v3-0-6641be1de2db%40weissschuh.net
Signed-off-by: Thomas Weißschuh <linux@weissschuh.net>
Link: https://patch.msgid.link/20260404-checksyscalls-set-e-v1-1-206400e78668@weissschuh.net
Signed-off-by: Nicolas Schier <nsc@kernel.org>

authored by

Thomas Weißschuh and committed by
Nicolas Schier
e856b6ca 9fba6131

+2
+2
scripts/checksyscalls.sh
··· 10 10 # checksyscalls.sh gcc gcc-options 11 11 # 12 12 13 + set -e 14 + 13 15 reference_table="$(dirname $0)/../arch/x86/entry/syscalls/syscall_32.tbl" 14 16 15 17 ignore_list() {