Re: [PATCH] selftests/mm: remove duplicate .gitignore entries

From: Dev Jain
Date: Thu Jun 26 2025 - 00:03:20 EST



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@xxxxxxxxxx/
[2] https://lore.kernel.org/all/20241125064036.413536-1-lizhijian@xxxxxxxxxxx/

Signed-off-by: Moon Hee Lee <moonhee.lee.ca@xxxxxxxxx>
---

The two patches have a difference of 2 months in posting - someone must be running an old kernel...

Reviewed-by: Dev Jain <dev.jain@xxxxxxx>