]> www.infradead.org Git - users/jedix/linux-maple.git/commit
selftests/mm: skip uffd-wp-mremap if userfaultfd not available
authorBrendan Jackman <jackmanb@google.com>
Tue, 11 Mar 2025 13:18:14 +0000 (13:18 +0000)
committerAndrew Morton <akpm@linux-foundation.org>
Mon, 17 Mar 2025 05:06:38 +0000 (22:06 -0700)
commitf4b3e6c7f14c3e84c4faf228868a62289efed22b
treed60a4fbef975dd6482c8e95cbe34fcfdee22cb33
parent0046dbed80e67f57014bdfdcabd7a8ae5e73824a
selftests/mm: skip uffd-wp-mremap if userfaultfd not available

It's obvious that this should fail in that case, but still, save the
reader the effort of figuring out that they've run into this by just
SKIPping

Link: https://lkml.kernel.org/r/20250311-mm-selftests-v4-3-dec210a658f5@google.com
Signed-off-by: Brendan Jackman <jackmanb@google.com>
Reviewed-by: Dev Jain <dev.jain@arm.com>
Cc: Lorenzo Stoakes <lorenzo.stoakes@oracle.com>
Cc: Mateusz Guzik <mjguzik@gmail.com>
Cc: Shuah Khan <shuah@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
tools/testing/selftests/mm/uffd-wp-mremap.c