| From: Moon Hee Lee <moonhee.lee.ca@gmail.com> |
| Subject: selftests/mm: remove duplicate .gitignore entries |
| Date: Wed, 25 Jun 2025 19:07:58 -0700 |
| |
| 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/ |
| |
| Link: https://lkml.kernel.org/r/20250626020758.163243-1-moonhee.lee.ca@gmail.com |
| Signed-off-by: Moon Hee Lee <moonhee.lee.ca@gmail.com> |
| Reviewed-by: Dev Jain <dev.jain@arm.com> |
| Cc: Shuah Khan <shuah@kernel.org> |
| Signed-off-by: Andrew Morton <akpm@linux-foundation.org> |
| --- |
| |
| tools/testing/selftests/mm/.gitignore | 3 --- |
| 1 file changed, 3 deletions(-) |
| |
| --- a/tools/testing/selftests/mm/.gitignore~selftests-mm-remove-duplicate-gitignore-entries |
| +++ a/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 |
| _ |