Re: [PATCH] selftests/mm: Skip failed memfd setups in gup_longterm

2025-06-06 Thread Lorenzo Stoakes
On Thu, Jun 05, 2025 at 10:34:31PM +0100, Mark Brown wrote: > Unlike the other cases gup_longterm's memfd tests previously skipped the > test when failing to set up the file descriptor to test, restore this > behaviour. > > Signed-off-by: Mark Brown Thanks, LGTM. I tested locally and this resolve

Re: [PATCH] selftests/mm: Skip failed memfd setups in gup_longterm

2025-06-06 Thread David Hildenbrand
On 06.06.25 03:04, Andrew Morton wrote: On Thu, 05 Jun 2025 22:34:31 +0100 Mark Brown wrote: Unlike the other cases gup_longterm's memfd tests previously skipped the test when failing to set up the file descriptor to test, restore this behaviour. Signed-off-by: Mark Brown I added a bunch o

Re: [PATCH] selftests/mm: Skip failed memfd setups in gup_longterm

2025-06-05 Thread Andrew Morton
On Thu, 05 Jun 2025 22:34:31 +0100 Mark Brown wrote: > Unlike the other cases gup_longterm's memfd tests previously skipped the > test when failing to set up the file descriptor to test, restore this > behaviour. > > Signed-off-by: Mark Brown I added a bunch of stuff to this. Please check?