[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <8a8b9f978a6d45341edeaf793a9518f800b42955.camel@oracle.com>
Date: Thu, 3 Oct 2024 22:16:10 +0000
From: Allison Henderson <allison.henderson@...cle.com>
To: "zhangjiao2@...s.chinamobile.com" <zhangjiao2@...s.chinamobile.com>,
"davem@...emloft.net" <davem@...emloft.net>
CC: "linux-rdma@...r.kernel.org" <linux-rdma@...r.kernel.org>,
"rds-devel@....oracle.com" <rds-devel@....oracle.com>,
"shuah@...nel.org"
<shuah@...nel.org>,
"edumazet@...gle.com" <edumazet@...gle.com>,
"kuba@...nel.org" <kuba@...nel.org>,
"netdev@...r.kernel.org"
<netdev@...r.kernel.org>,
"pabeni@...hat.com" <pabeni@...hat.com>
Subject: Re: [PATCH] selftests: rds: Remove include.sh when make clean
On Fri, 2024-09-27 at 12:49 +0800, zhangjiao2 wrote:
> From: zhang jiao <zhangjiao2@...s.chinamobile.com>
>
> Remove include.sh when make clean
>
> Signed-off-by: zhang jiao <zhangjiao2@...s.chinamobile.com>
Hi Zhang,
Thanks for the patch, but it looks like Javier submitted the same fix
around the same time.
https://patchwork.kernel.org/project/linux-rdma/patch/20240924-selftests-gitignore-v1-2-9755ac883388@gmail.com/
I've already given the rvb the other version, but thank you for
catching this anyway!
Allison
> ---
> tools/testing/selftests/net/rds/Makefile | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/tools/testing/selftests/net/rds/Makefile
> b/tools/testing/selftests/net/rds/Makefile
> index da9714bc7aad..0b697669ea51 100644
> --- a/tools/testing/selftests/net/rds/Makefile
> +++ b/tools/testing/selftests/net/rds/Makefile
> @@ -7,6 +7,6 @@ TEST_PROGS := run.sh \
> include.sh \
> test.py
>
> -EXTRA_CLEAN := /tmp/rds_logs
> +EXTRA_CLEAN := /tmp/rds_logs include.sh
>
> include ../../lib.mk
Powered by blists - more mailing lists