Re: [PATCH v3 8/8] selftests/mm: Add gup test matrix in run_vmtests.sh

From: David Hildenbrand
Date: Mon Jun 26 2023 - 04:12:44 EST


On 23.06.23 16:29, Peter Xu wrote:
Add a matrix for testing gup based on the current gup_test. Only run the
matrix when -a is specified because it's a bit slow.

It covers:

- Different types of huge pages: thp, hugetlb, or no huge page
- Permissions: Write / Read-only
- Fast-gup, with/without
- Types of the GUP: pin / gup / longterm pins
- Shared / Private memories
- GUP size: 1 / 512 / random page sizes

Signed-off-by: Peter Xu <peterx@xxxxxxxxxx>
---

Acked-by: David Hildenbrand <david@xxxxxxxxxx>

--
Cheers,

David / dhildenb