Re: [PATCH v2 11/11] tools: add hmm gup test for long term pinned device pages

2021-12-07 Thread Jason Gunthorpe
On Mon, Dec 06, 2021 at 12:52:51PM -0600, Alex Sierra wrote: > The intention is to test device coherent type pages that have been > called through get user pages with PIN_LONGTERM flag set. > > Signed-off-by: Alex Sierra > tools/testing/selftests/vm/Makefile| 2 +- >

[PATCH v2 11/11] tools: add hmm gup test for long term pinned device pages

2021-12-06 Thread Alex Sierra
The intention is to test device coherent type pages that have been called through get user pages with PIN_LONGTERM flag set. Signed-off-by: Alex Sierra --- tools/testing/selftests/vm/Makefile| 2 +- tools/testing/selftests/vm/hmm-tests.c | 81 ++ 2 files changed, 82