linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] selftests: pidfd: Add pidfd_fdinfo_test in .gitignore
@ 2020-02-28  0:00 Christophe Leroy
  2020-02-28  0:18 ` Christian Brauner
  0 siblings, 1 reply; 3+ messages in thread
From: Christophe Leroy @ 2020-02-28  0:00 UTC (permalink / raw)
  To: Christian Kellner, Shuah Khan, Christian Brauner
  Cc: linux-kernel, linuxppc-dev, linux-mm, linux-kselftest

The commit identified below added pidfd_fdinfo_test
but failed to add it to .gitignore

Fixes: 2def297ec7fb ("pidfd: add tests for NSpid info in fdinfo")
Cc: stable@vger.kernel.org
Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>
---
 tools/testing/selftests/pidfd/.gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tools/testing/selftests/pidfd/.gitignore b/tools/testing/selftests/pidfd/.gitignore
index 3a779c084d96..39559d723c41 100644
--- a/tools/testing/selftests/pidfd/.gitignore
+++ b/tools/testing/selftests/pidfd/.gitignore
@@ -2,4 +2,5 @@ pidfd_open_test
 pidfd_poll_test
 pidfd_test
 pidfd_wait
+pidfd_fdinfo_test
 pidfd_getfd_test
-- 
2.25.0



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

end of thread, other threads:[~2020-02-28 13:42 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-28  0:00 [PATCH] selftests: pidfd: Add pidfd_fdinfo_test in .gitignore Christophe Leroy
2020-02-28  0:18 ` Christian Brauner
2020-02-28 13:41   ` Christian Brauner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).