]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
checksyscalls: move instance functionality into generic code
authorThomas Weißschuh <linux@weissschuh.net>
Thu, 2 Apr 2026 14:36:20 +0000 (16:36 +0200)
committerNicolas Schier <nsc@kernel.org>
Sun, 5 Apr 2026 07:21:32 +0000 (09:21 +0200)
commitc7c55f0e1667aa25c0ac047bd873159722358f6c
tree2af9e111ce2b187b274d7ded63e0e0b2d473deab
parentb34db3fa85c4d34ceee5231cd27e587153bc25ab
checksyscalls: move instance functionality into generic code

On MIPS the checksyscalls.sh script may be executed multiple times.
Currently these multiple executions are executed on each build as kbuild
see that the commands have changed each time.

Use a dedicated stamp file for each different invocation to avoid the
spurious executions.

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-3-6641be1de2db@weissschuh.net
Signed-off-by: Nicolas Schier <nsc@kernel.org>
Kbuild
arch/mips/Makefile