summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/mm/mseal_test.c
AgeCommit message (Expand)AuthorFilesLines
2026-08-24selftests/mm: drop duplicate test_seal_mprotect_two_vma_with_gap() callHongfu Li1-2/+1
2026-08-06selftests/mm: use MAP_FAILED for mmap error checklonglong yan1-53/+53
2025-11-27selftests: complete kselftest include centralizationBala-Vignesh-Reddy1-1/+1
2025-02-17selftests/mm: Use PKEY_UNRESTRICTED macroYury Khrustalev1-3/+3
2025-01-13selftests/mm: mseal_test: remove unused variablesMuhammad Usama Anjum1-4/+4
2024-09-21Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-22/+175
2024-09-03selftests/mm: add more mseal traversal testsPedro Falcato1-1/+105
2024-09-01selftest mm/mseal: fix test_seal_mremap_move_dontunmap_anyaddrJeff Xu1-21/+36
2024-09-01selftests/mm: add mseal test for no-discard madvisePedro Falcato1-1/+35
2024-09-01selftests: mm: fix build errors on armhfMuhammad Usama Anjum1-24/+13
2024-07-03selftests/mm: mseal, self_elf: rename TEST_END_CHECK to REPORT_TEST_PASSJohn Hubbard1-46/+46
2024-07-03selftests/mm: mseal, self_elf: factor out test macros and other duplicated itemsJohn Hubbard1-48/+1
2024-07-03selftests/mm: mseal, self_elf: fix missing __NR_msealJohn Hubbard1-1/+1
2024-05-23selftest mm/mseal read-only elf memory segmentJeff Xu1-36/+94
2024-05-23selftest mm/mseal memory sealingJeff Xu1-0/+1836