All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] proc: Add .gitignore for proc-subset-pid selftest
@ 2021-06-01 16:43 David Matlack
  2021-06-02  8:57 ` Christian Brauner
  0 siblings, 1 reply; 3+ messages in thread
From: David Matlack @ 2021-06-01 16:43 UTC (permalink / raw)
  To: linux-kselftest, linux-fsdevel, linux-kernel
  Cc: Shuah Khan, Alexey Dobriyan, akpm, Alexey Gladkov, David Matlack

This new selftest needs an entry in the .gitignore file otherwise git
will try to track the binary.

Signed-off-by: David Matlack <dmatlack@google.com>
---
 tools/testing/selftests/proc/.gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tools/testing/selftests/proc/.gitignore b/tools/testing/selftests/proc/.gitignore
index bed4b5318a86..8f3e72e626fa 100644
--- a/tools/testing/selftests/proc/.gitignore
+++ b/tools/testing/selftests/proc/.gitignore
@@ -10,6 +10,7 @@
 /proc-self-map-files-002
 /proc-self-syscall
 /proc-self-wchan
+/proc-subset-pid
 /proc-uptime-001
 /proc-uptime-002
 /read
-- 
2.32.0.rc0.204.g9fa02ecfa5-goog


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] proc: Add .gitignore for proc-subset-pid selftest
  2021-06-01 16:43 [PATCH] proc: Add .gitignore for proc-subset-pid selftest David Matlack
@ 2021-06-02  8:57 ` Christian Brauner
  2021-06-02 22:43   ` Andrew Morton
  0 siblings, 1 reply; 3+ messages in thread
From: Christian Brauner @ 2021-06-02  8:57 UTC (permalink / raw)
  To: David Matlack
  Cc: linux-kselftest, linux-fsdevel, linux-kernel, Shuah Khan,
	Alexey Dobriyan, akpm, Alexey Gladkov

On Tue, Jun 01, 2021 at 04:43:05PM +0000, David Matlack wrote:
> This new selftest needs an entry in the .gitignore file otherwise git
> will try to track the binary.
> 
> Signed-off-by: David Matlack <dmatlack@google.com>
> ---

Could use a
Cc: stable@kernel.org
link but Shuah might be able to fix this when applying.

Otherwise looks good,
Acked-by: Christian Brauner <christian.brauner@ubuntu.com>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] proc: Add .gitignore for proc-subset-pid selftest
  2021-06-02  8:57 ` Christian Brauner
@ 2021-06-02 22:43   ` Andrew Morton
  0 siblings, 0 replies; 3+ messages in thread
From: Andrew Morton @ 2021-06-02 22:43 UTC (permalink / raw)
  To: Christian Brauner
  Cc: David Matlack, linux-kselftest, linux-fsdevel, linux-kernel,
	Shuah Khan, Alexey Dobriyan, Alexey Gladkov

On Wed, 2 Jun 2021 10:57:10 +0200 Christian Brauner <christian.brauner@ubuntu.com> wrote:

> On Tue, Jun 01, 2021 at 04:43:05PM +0000, David Matlack wrote:
> > This new selftest needs an entry in the .gitignore file otherwise git
> > will try to track the binary.
> > 
> > Signed-off-by: David Matlack <dmatlack@google.com>
> > ---
> 
> Could use a
> Cc: stable@kernel.org
> link but Shuah might be able to fix this when applying.

I added

Fixes: 268af17ada5855 ("selftests: proc: test subset=pid")

but no cc:stable - 268af17ada5855 was added during the 5.13 cycle.

> Otherwise looks good,
> Acked-by: Christian Brauner <christian.brauner@ubuntu.com>

Thanks.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-06-02 22:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-01 16:43 [PATCH] proc: Add .gitignore for proc-subset-pid selftest David Matlack
2021-06-02  8:57 ` Christian Brauner
2021-06-02 22:43   ` Andrew Morton

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.