]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
checksyscalls: move path to reference table to a variable
authorThomas Weißschuh <linux@weissschuh.net>
Thu, 2 Apr 2026 14:36:18 +0000 (16:36 +0200)
committerNicolas Schier <nsc@kernel.org>
Sun, 5 Apr 2026 07:21:23 +0000 (09:21 +0200)
commit9fba6131aeaec0637fd8636b9fb49b6596214525
treeb6dce86d9009a16bf55f3878bd3968108111a40e
parent5471878477a3e9d4851f39c8becbb39d290d0192
checksyscalls: move path to reference table to a variable

An upcoming patch will need to reuse this path.

Move it into a reusable variable.

Signed-off-by: Thomas Weißschuh <linux@weissschuh.net>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Reviewed-by: Nicolas Schier <nsc@kernel.org>
Link: https://patch.msgid.link/20260402-kbuild-missing-syscalls-v3-1-6641be1de2db@weissschuh.net
Signed-off-by: Nicolas Schier <nsc@kernel.org>
scripts/checksyscalls.sh