* [PATCH] selftests/mm: add pkey_sighandler_tests to .gitignore
@ 2026-05-15 12:59 Sarthak Sharma
2026-05-17 18:55 ` Mike Rapoport
0 siblings, 1 reply; 3+ messages in thread
From: Sarthak Sharma @ 2026-05-15 12:59 UTC (permalink / raw)
To: Andrew Morton, David Hildenbrand
Cc: Lorenzo Stoakes, Liam R . Howlett, Vlastimil Babka, Mike Rapoport,
Suren Baghdasaryan, Michal Hocko, Shuah Khan, linux-mm,
linux-kselftest, linux-kernel, Sarthak Sharma
.gitignore currently does not include the binary
pkey_sighandler_tests. Add it to .gitignore.
Signed-off-by: Sarthak Sharma <sarthak.sharma@arm.com>
---
tools/testing/selftests/mm/.gitignore | 1 +
1 file changed, 1 insertion(+)
diff --git a/tools/testing/selftests/mm/.gitignore b/tools/testing/selftests/mm/.gitignore
index b0c30c5ee9e3..1b1d9ed87039 100644
--- a/tools/testing/selftests/mm/.gitignore
+++ b/tools/testing/selftests/mm/.gitignore
@@ -62,3 +62,4 @@ merge
prctl_thp_disable
rmap
folio_split_race_test
+pkey_sighandler_tests
--
2.39.5
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] selftests/mm: add pkey_sighandler_tests to .gitignore
2026-05-15 12:59 [PATCH] selftests/mm: add pkey_sighandler_tests to .gitignore Sarthak Sharma
@ 2026-05-17 18:55 ` Mike Rapoport
2026-05-18 5:06 ` Sarthak Sharma
0 siblings, 1 reply; 3+ messages in thread
From: Mike Rapoport @ 2026-05-17 18:55 UTC (permalink / raw)
To: Sarthak Sharma
Cc: Andrew Morton, David Hildenbrand, Lorenzo Stoakes,
Liam R . Howlett, Vlastimil Babka, Suren Baghdasaryan,
Michal Hocko, Shuah Khan, linux-mm, linux-kselftest, linux-kernel
Hi Sarthak,
On Fri, May 15, 2026 at 06:29:49PM +0530, Sarthak Sharma wrote:
> .gitignore currently does not include the binary
> pkey_sighandler_tests. Add it to .gitignore.
>
> Signed-off-by: Sarthak Sharma <sarthak.sharma@arm.com>
> ---
> tools/testing/selftests/mm/.gitignore | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/tools/testing/selftests/mm/.gitignore b/tools/testing/selftests/mm/.gitignore
> index b0c30c5ee9e3..1b1d9ed87039 100644
> --- a/tools/testing/selftests/mm/.gitignore
> +++ b/tools/testing/selftests/mm/.gitignore
> @@ -62,3 +62,4 @@ merge
> prctl_thp_disable
> rmap
> folio_split_race_test
> +pkey_sighandler_tests
There are patches that switch .gitignore to a pattern-matching approach:
https://lore.kernel.org/all/20260511173411.267628-1-pratmal@google.com/
With those there'd be no need to list every executable in .gitignore
explicitly.
> --
> 2.39.5
>
--
Sincerely yours,
Mike.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] selftests/mm: add pkey_sighandler_tests to .gitignore
2026-05-17 18:55 ` Mike Rapoport
@ 2026-05-18 5:06 ` Sarthak Sharma
0 siblings, 0 replies; 3+ messages in thread
From: Sarthak Sharma @ 2026-05-18 5:06 UTC (permalink / raw)
To: Mike Rapoport
Cc: Andrew Morton, David Hildenbrand, Lorenzo Stoakes,
Liam R . Howlett, Vlastimil Babka, Suren Baghdasaryan,
Michal Hocko, Shuah Khan, linux-mm, linux-kselftest, linux-kernel
Hi Mike!
On 5/18/26 12:25 AM, Mike Rapoport wrote:
> Hi Sarthak,
>
> On Fri, May 15, 2026 at 06:29:49PM +0530, Sarthak Sharma wrote:
>> .gitignore currently does not include the binary
>> pkey_sighandler_tests. Add it to .gitignore.
>>
>> Signed-off-by: Sarthak Sharma <sarthak.sharma@arm.com>
>> ---
>> tools/testing/selftests/mm/.gitignore | 1 +
>> 1 file changed, 1 insertion(+)
>>
>> diff --git a/tools/testing/selftests/mm/.gitignore b/tools/testing/selftests/mm/.gitignore
>> index b0c30c5ee9e3..1b1d9ed87039 100644
>> --- a/tools/testing/selftests/mm/.gitignore
>> +++ b/tools/testing/selftests/mm/.gitignore
>> @@ -62,3 +62,4 @@ merge
>> prctl_thp_disable
>> rmap
>> folio_split_race_test
>> +pkey_sighandler_tests
>
> There are patches that switch .gitignore to a pattern-matching approach:
>
> https://lore.kernel.org/all/20260511173411.267628-1-pratmal@google.com/
>
> With those there'd be no need to list every executable in .gitignore
> explicitly.
Thank you for letting me know. In that case, my patch may become
unnecessary once this series lands.
>
>> --
>> 2.39.5
>>
>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2026-05-18 5:07 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-15 12:59 [PATCH] selftests/mm: add pkey_sighandler_tests to .gitignore Sarthak Sharma
2026-05-17 18:55 ` Mike Rapoport
2026-05-18 5:06 ` Sarthak Sharma
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox