Re: [PATCH] selftests/mm: Dont fail testsuite due to a lack of hugepages

2024-03-04 Thread Muhammad Usama Anjum
On 3/5/24 12:08 AM, Nico Pache wrote: > On Fri, Mar 1, 2024 at 2:35 AM Muhammad Usama Anjum > wrote: >> >> On 3/1/24 12:33 PM, Nico Pache wrote: >>> On systems that have large core counts and large page sizes, but limited >>> memory, the userfaultfd test hugepage requirement is too large. >>> >>>

Re: [PATCH] selftests/mm: Dont fail testsuite due to a lack of hugepages

2024-03-04 Thread Nico Pache
On Fri, Mar 1, 2024 at 2:35 AM Muhammad Usama Anjum wrote: > > On 3/1/24 12:33 PM, Nico Pache wrote: > > On systems that have large core counts and large page sizes, but limited > > memory, the userfaultfd test hugepage requirement is too large. > > > > Exiting early due to missing one test's requ

Re: [PATCH] selftests/mm: Dont fail testsuite due to a lack of hugepages

2024-03-01 Thread Muhammad Usama Anjum
On 3/1/24 12:33 PM, Nico Pache wrote: > On systems that have large core counts and large page sizes, but limited > memory, the userfaultfd test hugepage requirement is too large. > > Exiting early due to missing one test's requirements is a rather aggressive > strategy, and prevents a lot of other

[PATCH] selftests/mm: Dont fail testsuite due to a lack of hugepages

2024-02-29 Thread Nico Pache
On systems that have large core counts and large page sizes, but limited memory, the userfaultfd test hugepage requirement is too large. Exiting early due to missing one test's requirements is a rather aggressive strategy, and prevents a lot of other tests from running. Remove the early exit to pr