On 5/15/26 10:48, Sarthak Sharma wrote: > Rewrite gup_test.c using kselftest_harness.h. The new test uses > FIXTURE_VARIANT to cover seven configurations (private/shared, > read/write, THP, hugetlb) and runs four test cases per variant > (GUP_BASIC_TEST, PIN_BASIC_TEST, DUMP_USER_PAGES_TEST with get and > pin), giving 28 TAP-reported cases in total without requiring any > command-line arguments. > > Update run_vmtests.sh: remove run_gup_matrix() and the multiple flagged > invocations of gup_test, replacing them with a single unconditional > invocation. Benchmark functionality is handled by tools/mm/gup_bench > introduced in the previous patch. >
Thanks for working on this! Compared to the old test (e.g., matrix) are we now performing less tests? What's the runtime of the new test? Would be good to incorporate that information in the patch description. -- Cheers, David

