[PATCH 0/3] checksyscalls: only run when necessary
From: Thomas Weißschuh
Date: Tue Mar 03 2026 - 12:56:54 EST
Currently checksyscalls.sh is unconditionally executed during each build.
Most of these executions are unnecessary.
Only run checksyscalls.sh if one of its inputs have changed.
Intended to be applied through the asm-generic tree.
Signed-off-by: Thomas Weißschuh <linux@xxxxxxxxxxxxxx>
---
Thomas Weißschuh (3):
checksyscalls: move path to reference table to a variable
checksyscalls: only run when necessary
checksyscalls: move instance functionality into generic code
Kbuild | 14 ++++++++++----
arch/mips/Makefile | 6 ++----
scripts/checksyscalls.sh | 9 ++++++++-
3 files changed, 20 insertions(+), 9 deletions(-)
---
base-commit: 6de23f81a5e08be8fbf5e8d7e9febc72a5b5f27f
change-id: 20260212-kbuild-missing-syscalls-e328de3c4b54
Best regards,
--
Thomas Weißschuh <linux@xxxxxxxxxxxxxx>