* [PATCH] scripts/remove-stale-files: clean up stale lib/test_fortify.log
@ 2024-08-08 14:42 Masahiro Yamada
2024-08-08 18:01 ` Kees Cook
0 siblings, 1 reply; 2+ messages in thread
From: Masahiro Yamada @ 2024-08-08 14:42 UTC (permalink / raw)
To: Kees Cook; +Cc: linux-kbuild, Masahiro Yamada, linux-kernel
Commit 6eeccc5361e8 ("fortify: refactor test_fortify Makefile to fix some
build problems") moved test_fortify.log from lib/ to lib/test_fortify/.
If lib/test_fortify.log from previous builds remains, Git will show it as
an untracked file. Let's clean it up.
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
---
Kees,
Please apply this to your tree.
Or, if you can modify your branch, please squash this to 6eeccc5361e8
scripts/remove-stale-files | 2 ++
1 file changed, 2 insertions(+)
diff --git a/scripts/remove-stale-files b/scripts/remove-stale-files
index f38d26b78c2a..8fc55a749ccc 100755
--- a/scripts/remove-stale-files
+++ b/scripts/remove-stale-files
@@ -21,3 +21,5 @@ set -e
# then will be really dead and removed from the code base entirely.
rm -f *.spec
+
+rm -f lib/test_fortify.log
--
2.43.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] scripts/remove-stale-files: clean up stale lib/test_fortify.log
2024-08-08 14:42 [PATCH] scripts/remove-stale-files: clean up stale lib/test_fortify.log Masahiro Yamada
@ 2024-08-08 18:01 ` Kees Cook
0 siblings, 0 replies; 2+ messages in thread
From: Kees Cook @ 2024-08-08 18:01 UTC (permalink / raw)
To: Masahiro Yamada; +Cc: linux-kbuild, linux-kernel
On Thu, Aug 08, 2024 at 11:42:36PM +0900, Masahiro Yamada wrote:
> Commit 6eeccc5361e8 ("fortify: refactor test_fortify Makefile to fix some
> build problems") moved test_fortify.log from lib/ to lib/test_fortify/.
>
> If lib/test_fortify.log from previous builds remains, Git will show it as
> an untracked file. Let's clean it up.
>
> Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
> ---
>
> Kees,
> Please apply this to your tree.
Ah, thanks! I didn't know about this script.
> Or, if you can modify your branch, please squash this to 6eeccc5361e8
Yes; I've squashed it now.
-Kees
>
> scripts/remove-stale-files | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/scripts/remove-stale-files b/scripts/remove-stale-files
> index f38d26b78c2a..8fc55a749ccc 100755
> --- a/scripts/remove-stale-files
> +++ b/scripts/remove-stale-files
> @@ -21,3 +21,5 @@ set -e
> # then will be really dead and removed from the code base entirely.
>
> rm -f *.spec
> +
> +rm -f lib/test_fortify.log
> --
> 2.43.0
>
--
Kees Cook
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-08-08 18:01 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-08 14:42 [PATCH] scripts/remove-stale-files: clean up stale lib/test_fortify.log Masahiro Yamada
2024-08-08 18:01 ` Kees Cook
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox