Re: [RFC V2 PATCH 7/8] selftests: kvm: Add hugepage support to priv_memfd_test suite.

From: Shuah Khan
Date: Thu May 12 2022 - 13:51:44 EST


On 5/10/22 6:08 PM, Vishal Annapurve wrote:
From: Austin Diviness <diviness@xxxxxxxxxx>

Adds ability to run priv_memfd_test test suite across various sizes of pages
for shared/private memory. Shared and private memory can be allocated
with different sized pages. In order to verify that there isn't a
behavior change based on different page sizes, this change runs the
tests using the currently supported permutations.

Adds command line flags to adjust whether the tests should run with
hugepages backing the test memory.

Signed-off-by: Austin Diviness <diviness@xxxxxxxxxx>
Signed-off-by: Vishal Annapurve <vannapurve@xxxxxxxxxx>
---

Please see comments about coding style related comments on other
patches in this series.

thanks,
-- Shuah