Skip to content

Commit 4926c7a

Browse files
peaktocreekakpm00
authored andcommitted
selftest mm/mseal memory sealing
selftest for memory sealing change in mmap() and mseal(). Link: https://lkml.kernel.org/r/[email protected] Signed-off-by: Jeff Xu <[email protected]> Reviewed-by: Kees Cook <[email protected]> Reviewed-by: Liam R. Howlett <[email protected]> Cc: Dave Hansen <[email protected]> Cc: Greg Kroah-Hartman <[email protected]> Cc: Guenter Roeck <[email protected]> Cc: Jann Horn <[email protected]> Cc: Jeff Xu <[email protected]> Cc: Jonathan Corbet <[email protected]> Cc: Jorge Lucangeli Obes <[email protected]> Cc: Linus Torvalds <[email protected]> Cc: Matthew Wilcox (Oracle) <[email protected]> Cc: Muhammad Usama Anjum <[email protected]> Cc: Pedro Falcato <[email protected]> Cc: Stephen Röttger <[email protected]> Cc: Suren Baghdasaryan <[email protected]> Cc: Amer Al Shanawany <[email protected]> Cc: Javier Carrasco <[email protected]> Cc: Shuah Khan <[email protected]> Signed-off-by: Andrew Morton <[email protected]>
1 parent 8be7258 commit 4926c7a

File tree

3 files changed

+1838
-0
lines changed

3 files changed

+1838
-0
lines changed

tools/testing/selftests/mm/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,4 @@ mkdirty
4747
va_high_addr_switch
4848
hugetlb_fault_after_madv
4949
hugetlb_madv_vs_map
50+
mseal_test

tools/testing/selftests/mm/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ TEST_GEN_FILES += mlock2-tests
5959
TEST_GEN_FILES += mrelease_test
6060
TEST_GEN_FILES += mremap_dontunmap
6161
TEST_GEN_FILES += mremap_test
62+
TEST_GEN_FILES += mseal_test
6263
TEST_GEN_FILES += on-fault-limit
6364
TEST_GEN_FILES += pagemap_ioctl
6465
TEST_GEN_FILES += thuge-gen

0 commit comments

Comments
 (0)