diff mbox series

proc: Add .gitignore for proc-subset-pid selftest

Message ID 20210601164305.11776-1-dmatlack@google.com (mailing list archive)
State Accepted
Commit 263e88d678baa1a2e3f2d5afbdcd9fd3feb80a4d
Headers show
Series proc: Add .gitignore for proc-subset-pid selftest | expand

Commit Message

David Matlack June 1, 2021, 4:43 p.m. UTC
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(+)

Comments

Christian Brauner June 2, 2021, 8:57 a.m. UTC | #1
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>
Andrew Morton June 2, 2021, 10:43 p.m. UTC | #2
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.
diff mbox series

Patch

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