mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-16 10:11:38 -04:00
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>
This commit is contained in:
committed by
Nicolas Schier
parent
9fba6131ae
commit
e856b6ca14
@@ -10,6 +10,8 @@
|
||||
# checksyscalls.sh gcc gcc-options
|
||||
#
|
||||
|
||||
set -e
|
||||
|
||||
reference_table="$(dirname $0)/../arch/x86/entry/syscalls/syscall_32.tbl"
|
||||
|
||||
ignore_list() {
|
||||
|
||||
Reference in New Issue
Block a user