From: Shuah Khan <skhan@linuxfoundation.org>
To: Javier Carrasco <javier.carrasco.cruz@gmail.com>,
Shuah Khan <shuah@kernel.org>,
"David S. Miller" <davem@davemloft.net>,
Eric Dumazet <edumazet@google.com>,
Jakub Kicinski <kuba@kernel.org>, Paolo Abeni <pabeni@redhat.com>,
Allison Henderson <allison.henderson@oracle.com>,
Eric Biederman <ebiederm@xmission.com>,
Kees Cook <kees@kernel.org>
Cc: linux-kselftest@vger.kernel.org, linux-kernel@vger.kernel.org,
netdev@vger.kernel.org, linux-rdma@vger.kernel.org,
rds-devel@oss.oracle.com, linux-mm@kvack.org,
Shuah Khan <skhan@linuxfoundation.org>
Subject: Re: [PATCH v2 1/4] selftests: add unshare_test and msg_oob to gitignore
Date: Wed, 25 Sep 2024 10:41:20 -0600 [thread overview]
Message-ID: <62f52cb9-1173-46aa-96a0-d48de011fdc2@linuxfoundation.org> (raw)
In-Reply-To: <20240925-selftests-gitignore-v2-1-bbbbdef21959@gmail.com>
On 9/25/24 06:23, Javier Carrasco wrote:
> These executables are missing from their corresponding gitignore files.
> Add them to the lists.
>
> Signed-off-by: Javier Carrasco <javier.carrasco.cruz@gmail.com>
> ---
> tools/testing/selftests/core/.gitignore | 1 +
> tools/testing/selftests/net/.gitignore | 1 +
> 2 files changed, 2 insertions(+)
>
Can you split these into two patches. It will be easier
for the net patch to go through the net tree.
I take the core changes through my tree. net changes go
through net tree.
Also helps avoid any future merge conflicts if new tests
get added to net
> diff --git a/tools/testing/selftests/core/.gitignore b/tools/testing/selftests/core/.gitignore
> index 6e6712ce5817..7999361992aa 100644
> --- a/tools/testing/selftests/core/.gitignore
> +++ b/tools/testing/selftests/core/.gitignore
> @@ -1 +1,2 @@
> close_range_test
> +unshare_test
> diff --git a/tools/testing/selftests/net/.gitignore b/tools/testing/selftests/net/.gitignore
> index 1c04c780db66..9dcdff533414 100644
> --- a/tools/testing/selftests/net/.gitignore
> +++ b/tools/testing/selftests/net/.gitignore
> @@ -17,6 +17,7 @@ ipv6_flowlabel
> ipv6_flowlabel_mgr
> log.txt
> msg_zerocopy
> +msg_oob
> ncdevmem
> nettest
> psock_fanout
>
thanks,
-- Shuah
next prev parent reply other threads:[~2024-09-25 16:41 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-09-25 12:23 [PATCH v2 0/4] selftsets: gitignore and clean target file additions Javier Carrasco
2024-09-25 12:23 ` [PATCH v2 1/4] selftests: add unshare_test and msg_oob to gitignore Javier Carrasco
2024-09-25 16:41 ` Shuah Khan [this message]
2024-09-26 9:32 ` Paolo Abeni
2024-09-26 9:52 ` Javier Carrasco
2024-09-25 12:23 ` [PATCH v2 2/4] selftests: rds: add include.sh to EXTRA_CLEAN Javier Carrasco
2024-09-25 12:23 ` [PATCH v2 3/4] selftests: rds: add gitignore file for include.sh Javier Carrasco
2024-09-25 12:23 ` [PATCH v2 4/4] selftests: exec: update gitignore for load_address Javier Carrasco
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=62f52cb9-1173-46aa-96a0-d48de011fdc2@linuxfoundation.org \
--to=skhan@linuxfoundation.org \
--cc=allison.henderson@oracle.com \
--cc=davem@davemloft.net \
--cc=ebiederm@xmission.com \
--cc=edumazet@google.com \
--cc=javier.carrasco.cruz@gmail.com \
--cc=kees@kernel.org \
--cc=kuba@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-kselftest@vger.kernel.org \
--cc=linux-mm@kvack.org \
--cc=linux-rdma@vger.kernel.org \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.com \
--cc=rds-devel@oss.oracle.com \
--cc=shuah@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox