WangYuli reported [1] that the temporary file created by test_fortify.sh is recognised by git as untracked file, especially if it remains after non-common exits of test_fortify.sh (e.g. killed by signal).
The following two patches handle that by renaming the temporary file and by cleaning up the file in more situations. Link: https://lore.kernel.org/linux-kbuild/[email protected]/ # [1] Signed-off-by: Nicolas Schier <[email protected]> --- Nicolas Schier (2): fortify: Rename temporary file to match ignore pattern fortify: Cleanup temp file also on non-successful exit lib/test_fortify/test_fortify.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- base-commit: 3a8660878839faadb4f1a6dd72c3179c1df56787 change-id: 20251128-fortify-improve-handling-of-tempfile-2d2ac64ba4aa Best regards, -- Nicolas
