* [PATCH] selftests/mm: remove duplicate .gitignore entries
@ 2025-06-26 2:07 Moon Hee Lee
2025-06-26 4:02 ` Dev Jain
0 siblings, 1 reply; 2+ messages in thread
From: Moon Hee Lee @ 2025-06-26 2:07 UTC (permalink / raw)
To: akpm, shuah
Cc: linux-mm, linux-kselftest, linux-kernel, linux-kernel-mentees,
Moon Hee Lee
Remove redundant entries in .gitignore confirmed by:
$ sort tools/testing/selftests/mm/.gitignore | uniq -d
hugetlb_dio
pkey_sighandler_tests_32
pkey_sighandler_tests_64
These entries were originally added by [1], and later duplicated by [2].
[1] https://lore.kernel.org/all/20240924185911.117937-1-lorenzo.stoakes@oracle.com/
[2] https://lore.kernel.org/all/20241125064036.413536-1-lizhijian@fujitsu.com/
Signed-off-by: Moon Hee Lee <moonhee.lee.ca@gmail.com>
---
tools/testing/selftests/mm/.gitignore | 3 ---
1 file changed, 3 deletions(-)
diff --git a/tools/testing/selftests/mm/.gitignore b/tools/testing/selftests/mm/.gitignore
index 824266982aa3..f2dafa0b700b 100644
--- a/tools/testing/selftests/mm/.gitignore
+++ b/tools/testing/selftests/mm/.gitignore
@@ -38,9 +38,6 @@ map_fixed_noreplace
write_to_hugetlbfs
hmm-tests
memfd_secret
-hugetlb_dio
-pkey_sighandler_tests_32
-pkey_sighandler_tests_64
soft-dirty
split_huge_page_test
ksm_tests
--
2.43.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] selftests/mm: remove duplicate .gitignore entries
2025-06-26 2:07 [PATCH] selftests/mm: remove duplicate .gitignore entries Moon Hee Lee
@ 2025-06-26 4:02 ` Dev Jain
0 siblings, 0 replies; 2+ messages in thread
From: Dev Jain @ 2025-06-26 4:02 UTC (permalink / raw)
To: Moon Hee Lee, akpm, shuah
Cc: linux-mm, linux-kselftest, linux-kernel, linux-kernel-mentees
On 26/06/25 7:37 am, Moon Hee Lee wrote:
> Remove redundant entries in .gitignore confirmed by:
>
> $ sort tools/testing/selftests/mm/.gitignore | uniq -d
> hugetlb_dio
> pkey_sighandler_tests_32
> pkey_sighandler_tests_64
>
> These entries were originally added by [1], and later duplicated by [2].
>
> [1] https://lore.kernel.org/all/20240924185911.117937-1-lorenzo.stoakes@oracle.com/
> [2] https://lore.kernel.org/all/20241125064036.413536-1-lizhijian@fujitsu.com/
>
> Signed-off-by: Moon Hee Lee <moonhee.lee.ca@gmail.com>
> ---
>
The two patches have a difference of 2 months in posting - someone must be running an old kernel...
Reviewed-by: Dev Jain <dev.jain@arm.com>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-06-26 4:03 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-26 2:07 [PATCH] selftests/mm: remove duplicate .gitignore entries Moon Hee Lee
2025-06-26 4:02 ` Dev Jain
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).