* [PATCH for-next 3/7] selftests/mm: Add a few missing gitignore files [not found] <20241025014010.6533-1-lizhijian@fujitsu.com> @ 2024-10-25 1:40 ` Li Zhijian 2024-10-25 19:10 ` John Hubbard 0 siblings, 1 reply; 2+ messages in thread From: Li Zhijian @ 2024-10-25 1:40 UTC (permalink / raw) To: linux-kselftest Cc: shuah, linux-kernel, Li Zhijian, Donet Tom, Andrew Morton, linux-mm Compiled binary files should be added to .gitignore 'git status' complains: Untracked files: (use "git add <file>..." to include in what will be committed) mm/hugetlb_dio mm/pkey_sighandler_tests_32 mm/pkey_sighandler_tests_64 Cc: Donet Tom <donettom@linux.ibm.com> Cc: Andrew Morton <akpm@linux-foundation.org> Cc: Shuah Khan <shuah@kernel.org> Signed-off-by: Li Zhijian <lizhijian@fujitsu.com> --- Cc: linux-mm@kvack.org --- Hello, Cover letter is here. This patch set aims to make 'git status' clear after 'make' and 'make run_tests' for kselftests. --- V2: split as seperate patch from a small one [0] [0] https://lore.kernel.org/linux-kselftest/20241015010817.453539-1-lizhijian@fujitsu.com/ --- tools/testing/selftests/mm/.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/testing/selftests/mm/.gitignore b/tools/testing/selftests/mm/.gitignore index da030b43e43b..2ac11b7fcb26 100644 --- a/tools/testing/selftests/mm/.gitignore +++ b/tools/testing/selftests/mm/.gitignore @@ -51,3 +51,5 @@ hugetlb_madv_vs_map mseal_test seal_elf droppable +hugetlb_dio +pkey_sighandler_tests* -- 2.44.0 ^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH for-next 3/7] selftests/mm: Add a few missing gitignore files 2024-10-25 1:40 ` [PATCH for-next 3/7] selftests/mm: Add a few missing gitignore files Li Zhijian @ 2024-10-25 19:10 ` John Hubbard 0 siblings, 0 replies; 2+ messages in thread From: John Hubbard @ 2024-10-25 19:10 UTC (permalink / raw) To: Li Zhijian, linux-kselftest Cc: shuah, linux-kernel, Donet Tom, Andrew Morton, linux-mm On 10/24/24 6:40 PM, Li Zhijian wrote: > Compiled binary files should be added to .gitignore > 'git status' complains: > Untracked files: > (use "git add <file>..." to include in what will be committed) > mm/hugetlb_dio > mm/pkey_sighandler_tests_32 > mm/pkey_sighandler_tests_64 > > Cc: Donet Tom <donettom@linux.ibm.com> > Cc: Andrew Morton <akpm@linux-foundation.org> > Cc: Shuah Khan <shuah@kernel.org> > Signed-off-by: Li Zhijian <lizhijian@fujitsu.com> > --- > Cc: linux-mm@kvack.org > --- > Hello, > Cover letter is here. > > This patch set aims to make 'git status' clear after 'make' and 'make > run_tests' for kselftests. > --- > V2: > split as seperate patch from a small one [0] > [0] https://lore.kernel.org/linux-kselftest/20241015010817.453539-1-lizhijian@fujitsu.com/ > --- > tools/testing/selftests/mm/.gitignore | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/tools/testing/selftests/mm/.gitignore b/tools/testing/selftests/mm/.gitignore > index da030b43e43b..2ac11b7fcb26 100644 > --- a/tools/testing/selftests/mm/.gitignore > +++ b/tools/testing/selftests/mm/.gitignore > @@ -51,3 +51,5 @@ hugetlb_madv_vs_map > mseal_test > seal_elf > droppable > +hugetlb_dio > +pkey_sighandler_tests* Reviewed-by: John Hubbard <jhubbard@nvidia.com> thanks, -- John Hubbard ^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-10-25 19:10 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
[not found] <20241025014010.6533-1-lizhijian@fujitsu.com>
2024-10-25 1:40 ` [PATCH for-next 3/7] selftests/mm: Add a few missing gitignore files Li Zhijian
2024-10-25 19:10 ` John Hubbard
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox