[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <d8df684e-0c09-44ea-87a4-cdbaf65ab0b8@linuxfoundation.org>
Date: Wed, 24 Sep 2025 17:24:44 -0600
From: Shuah Khan <skhan@...uxfoundation.org>
To: Madhur Kumar <madhurkumar004@...il.com>, shuah@...nel.org
Cc: linux-kernel@...r.kernel.org, linux-kselftest@...r.kernel.org,
Shuah Khan <skhan@...uxfoundation.org>
Subject: Re: [PATCH 1/2] selftests/acct: add cleanup for leftover process_log
binary
On 9/22/25 03:10, Madhur Kumar wrote:
> Some kselftests generate temporary binaries that are not tracked
> by TEST_GEN_PROGS. Add EXTRA_CLEAN entry to remove process_log
> during `make kselftest-clean`.
>
> Signed-off-by: Madhur Kumar <madhurkumar004@...il.com>
> ---
> tools/testing/selftests/acct/Makefile | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/tools/testing/selftests/acct/Makefile b/tools/testing/selftests/acct/Makefile
> index 7e025099cf65..16eb97079e63 100644
> --- a/tools/testing/selftests/acct/Makefile
> +++ b/tools/testing/selftests/acct/Makefile
> @@ -1,5 +1,6 @@
> # SPDX-License-Identifier: GPL-2.0
> TEST_GEN_PROGS := acct_syscall
> CFLAGS += -Wall
> +EXTRA_CLEAN := process_log
>
> -include ../lib.mk
> \ No newline at end of file
> +include ../lib.mk
Why is this deleted and added back
Please fix the patch and send v2.
thanks,
-- Shuah
Powered by blists - more mailing lists