]> www.infradead.org Git - users/jedix/linux-maple.git/commit
selftests/mm: add more mseal traversal tests
authorPedro Falcato <pedro.falcato@gmail.com>
Sat, 17 Aug 2024 00:18:34 +0000 (01:18 +0100)
committerLiam R. Howlett <Liam.Howlett@Oracle.com>
Mon, 19 Aug 2024 20:11:54 +0000 (16:11 -0400)
commitab77309d735e8437f6e47bd008e08b7b6a03280e
tree02575ee2eadbad970d005e1da54feae67dd92d34
parent185ce909cbf105b8ae63b5c63aff83aed6b86f22
selftests/mm: add more mseal traversal tests

Add more mseal traversal tests across VMAs, where we could possibly
screw up sealing checks. These test more across-vma traversal for
mprotect, munmap and madvise. Particularly, we test for the case where a
regular VMA is followed by a sealed VMA.

Signed-off-by: Pedro Falcato <pedro.falcato@gmail.com>
tools/testing/selftests/mm/mseal_test.c