linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
From: Javier Carrasco <javier.carrasco.cruz@gmail.com>
To: 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,
	 Javier Carrasco <javier.carrasco.cruz@gmail.com>
Subject: [PATCH v3 5/5] selftests: exec: update gitignore for load_address
Date: Wed, 25 Sep 2024 23:55:15 +0200	[thread overview]
Message-ID: <20240925-selftests-gitignore-v3-5-9db896474170@gmail.com> (raw)
In-Reply-To: <20240925-selftests-gitignore-v3-0-9db896474170@gmail.com>

The name of the "load_address" objects has been modified, but the
corresponding entry in the gitignore file must be updated.

Update the load_address entry in the gitignore file to account for
the new names, adding an exception to keep on tracking load_address.c.

Signed-off-by: Javier Carrasco <javier.carrasco.cruz@gmail.com>
---
 tools/testing/selftests/exec/.gitignore | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/tools/testing/selftests/exec/.gitignore b/tools/testing/selftests/exec/.gitignore
index 90c238ba6a4b..a0dc5d4bf733 100644
--- a/tools/testing/selftests/exec/.gitignore
+++ b/tools/testing/selftests/exec/.gitignore
@@ -9,7 +9,8 @@ execveat.ephemeral
 execveat.denatured
 non-regular
 null-argv
-/load_address_*
+/load_address.*
+!load_address.c
 /recursion-depth
 xxxxxxxx*
 pipe

-- 
2.43.0



  parent reply	other threads:[~2024-09-25 21:55 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-09-25 21:55 [PATCH v3 0/5] selftests: gitignore and clean target file additions Javier Carrasco
2024-09-25 21:55 ` [PATCH v3 1/5] selftests: core: add unshare_test to gitignore Javier Carrasco
2024-09-30 17:45   ` Shuah Khan
2024-09-25 21:55 ` [PATCH v3 2/5] selftests: net: add msg_oob " Javier Carrasco
2024-09-25 21:55 ` [PATCH v3 3/5] selftests: rds: add include.sh to EXTRA_CLEAN Javier Carrasco
2024-09-25 21:55 ` [PATCH v3 4/5] selftests: rds: add gitignore file for include.sh Javier Carrasco
2024-09-25 21:55 ` Javier Carrasco [this message]
2024-09-30 17:45   ` [PATCH v3 5/5] selftests: exec: update gitignore for load_address Shuah Khan
2024-09-30 17:37 ` [PATCH v3 0/5] selftests: gitignore and clean target file additions 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=20240925-selftests-gitignore-v3-5-9db896474170@gmail.com \
    --to=javier.carrasco.cruz@gmail.com \
    --cc=allison.henderson@oracle.com \
    --cc=davem@davemloft.net \
    --cc=ebiederm@xmission.com \
    --cc=edumazet@google.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