From: Christophe Leroy Date: Fri, 28 Feb 2020 00:00:08 +0000 (+0000) Subject: selftests: pidfd: Add pidfd_fdinfo_test in .gitignore X-Git-Tag: v5.5.9~83 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b3db6632fbe9f5f2418e30cc2dbc95af0644f8ef;p=thirdparty%2Fkernel%2Fstable.git selftests: pidfd: Add pidfd_fdinfo_test in .gitignore commit 186e28a18aeb0fec99cc586fda337e6b23190791 upstream. 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") Signed-off-by: Christophe Leroy Acked-by: Christian Brauner Cc: stable@vger.kernel.org Link: https://lore.kernel.org/r/966567c7dbaa26a06730d796354f8a086c0ee288.1582847778.git.christophe.leroy@c-s.fr Signed-off-by: Christian Brauner Signed-off-by: Greg Kroah-Hartman --- diff --git a/tools/testing/selftests/pidfd/.gitignore b/tools/testing/selftests/pidfd/.gitignore index 8d069490e17be..161facf28d6aa 100644 --- a/tools/testing/selftests/pidfd/.gitignore +++ b/tools/testing/selftests/pidfd/.gitignore @@ -2,3 +2,4 @@ pidfd_open_test pidfd_poll_test pidfd_test pidfd_wait +pidfd_fdinfo_test