The patch titled Subject: proc: add .gitignore for proc-subset-pid selftest has been added to the -mm tree. Its filename is proc-add-gitignore-for-proc-subset-pid-selftest.patch This patch should soon appear at https://ozlabs.org/~akpm/mmots/broken-out/proc-add-gitignore-for-proc-subset-pid-selftest.patch and later at https://ozlabs.org/~akpm/mmotm/broken-out/proc-add-gitignore-for-proc-subset-pid-selftest.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/process/submit-checklist.rst when testing your code *** The -mm tree is included into linux-next and is updated there every 3-4 working days ------------------------------------------------------ From: David Matlack <dmatlack@xxxxxxxxxx> Subject: proc: add .gitignore for proc-subset-pid selftest This new selftest needs an entry in the .gitignore file otherwise git will try to track the binary. Link: https://lkml.kernel.org/r/20210601164305.11776-1-dmatlack@xxxxxxxxxx Signed-off-by: David Matlack <dmatlack@xxxxxxxxxx> Cc: Shuah Khan <shuah@xxxxxxxxxx> Cc: Alexey Dobriyan <adobriyan@xxxxxxxxx> Cc: Alexey Gladkov <gladkov.alexey@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- tools/testing/selftests/proc/.gitignore | 1 + 1 file changed, 1 insertion(+) --- a/tools/testing/selftests/proc/.gitignore~proc-add-gitignore-for-proc-subset-pid-selftest +++ a/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 _ Patches currently in -mm which might be from dmatlack@xxxxxxxxxx are proc-add-gitignore-for-proc-subset-pid-selftest.patch