Re: [PATCH v3 00/10] selftests/mm: Some cleanups from trying to run them

2025-03-05 Thread Muhammad Usama Anjum
Hi, Thanks for adding to the series Dev Jain. The series looks good. Thanks for doing such a series. It helps everyone. For the series: Reviewed-by: Muhammad Usama Anjum On 2/28/25 9:54 PM, Brendan Jackman wrote: > I never had much luck running mm selftests so I spent a few hours > digging int

[PATCH v3 00/10] selftests/mm: Some cleanups from trying to run them

2025-02-28 Thread Brendan Jackman
I never had much luck running mm selftests so I spent a few hours digging into why. Looks like most of the reason is missing SKIP checks, so this series is just adding a bunch of those that I found. I did not do anything like all of them, just the ones I spotted in gup_longterm, gup_test, mmap, us