| Commit message (Expand) | Author | Age | Files | Lines |
* | selftests/memfd/memfd_test: fix possible NULL pointer dereference | liuye | 2025-01-25 | 1 | -1/+1 |
* | selftests/memfd: add test for mapping write-sealed memfd read-only | Lorenzo Stoakes | 2024-12-30 | 1 | -0/+43 |
* | selftests/memfd: run sysctl tests when PID namespace support is enabled | Isaac J. Manjarres | 2024-12-18 | 1 | -2/+12 |
* | selftests/memfd: fix spelling mistakes | Saurav Shah | 2024-05-07 | 2 | -2/+2 |
* | selftests/memfd: delete unused declarations | Greg Thelen | 2024-02-22 | 1 | -10/+0 |
* | selftests: improve vm.memfd_noexec sysctl tests | Aleksa Sarai | 2023-08-21 | 1 | -85/+254 |
* | memfd: do not -EACCES old memfd_create() users with vm.memfd_noexec=2 | Aleksa Sarai | 2023-08-21 | 1 | -5/+17 |
* | selftests: memfd: error out test process when child test fails | Aleksa Sarai | 2023-08-21 | 1 | -1/+18 |
* | selftests/memfd: sysctl: fix MEMFD_NOEXEC_SCOPE_NOEXEC_ENFORCED | Jeff Xu | 2023-08-18 | 1 | -0/+5 |
* | selftests/memfd: fix test_sysctl | Jeff Xu | 2023-04-18 | 1 | -6/+8 |
* | Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2023-02-23 | 2 | -1/+341 |
|\ |
|
| * | selftests/memfd: add tests for MFD_NOEXEC_SEAL MFD_EXEC | Jeff Xu | 2023-01-18 | 2 | -5/+224 |
| * | selftests/memfd: add tests for F_SEAL_EXEC | Daniel Verkamp | 2023-01-18 | 1 | -1/+122 |
* | | selftests: memfd: Use installed kernel headers search path | Mathieu Desnoyers | 2023-02-13 | 1 | -3/+1 |
|/ |
|
* | selftests/memfd: clean up mapping in mfd_fail_write | Mike Kravetz | 2022-02-26 | 1 | -0/+1 |
* | selftests/memfd: remove unused variable | Greg Thelen | 2021-09-08 | 1 | -1/+1 |
* | selftests/memfd: Fix implicit declaration warnings | Michael Ellerman | 2020-11-10 | 2 | -2/+2 |
* | selftests: add build/cross-build dependency check script | Shuah Khan | 2020-04-23 | 1 | -2/+12 |
* | selftests: Fix memfd test run-time regression | Shuah Khan | 2020-04-13 | 1 | -1/+2 |
* | Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 2020-04-03 | 1 | -0/+1 |
|\ |
|
| * | .gitignore: add SPDX License Identifier | Masahiro Yamada | 2020-03-25 | 1 | -0/+1 |
* | | selftests: Fix memfd to support relocatable build (O=objdir) | Shuah Khan | 2020-03-26 | 1 | -5/+4 |
|/ |
|
* | memfd: add test for COW on MAP_PRIVATE and F_SEAL_FUTURE_WRITE mappings | Joel Fernandes (Google) | 2019-12-01 | 1 | -0/+36 |
* | selftests/memfd: add tests for F_SEAL_FUTURE_WRITE seal | Joel Fernandes (Google) | 2019-03-05 | 1 | -0/+74 |
* | selftests: memfd: split regular and hugetlbfs tests | Shuah Khan (Samsung OSG) | 2018-05-30 | 2 | -9/+3 |
* | selftests: memfd: return Kselftest Skip code for skipped tests | Shuah Khan (Samsung OSG) | 2018-05-30 | 1 | -5/+9 |
* | Merge tag 'linux-kselftest-4.16-rc4' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2018-02-28 | 1 | -0/+1 |
|\ |
|
| * | selftests: memfd: add config fragment for fuse | Anders Roxell | 2018-02-13 | 1 | -0/+1 |
* | | selftests/memfd: add run_fuse_test.sh to TEST_FILES | Anders Roxell | 2018-02-21 | 1 | -0/+1 |
|/ |
|
* | memfd-test: run fuse test on hugetlb backend memory | Marc-André Lureau | 2018-01-31 | 3 | -9/+32 |
* | memfd-test: move common code to a shared unit | Marc-André Lureau | 2018-01-31 | 5 | -40/+64 |
* | memfd-test: add 'memfd-hugetlb:' prefix when testing hugetlbfs | Marc-André Lureau | 2018-01-31 | 1 | -10/+16 |
* | memfd-test: test hugetlbfs sealing | Marc-André Lureau | 2018-01-31 | 1 | -135/+15 |
* | selftests: memfd_test.c: fix compilation warning. | Lei Yang | 2017-11-15 | 1 | -2/+2 |
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 5 | -0/+5 |
* | selftests/memfd: correct run_tests.sh permission | Li Zhijian | 2017-09-25 | 1 | -0/+0 |
* | Merge tag 'linux-kselftest-4.14-rc1-update' of git://git.kernel.org/pub/scm/l... | Linus Torvalds | 2017-09-08 | 1 | -1/+1 |
|\ |
|
| * | selftests: memfd: Align STACK_SIZE for ARM AArch64 system | Orson Zhai | 2017-08-11 | 1 | -1/+1 |
* | | selftests/memfd: add memfd_create hugetlbfs selftest | Mike Kravetz | 2017-09-06 | 3 | -86/+357 |
|/ |
|
* | selftest/memfd/Makefile: Fix build error | SeongJae Park | 2017-06-23 | 1 | -1/+1 |
* | selftests: remove CROSS_COMPILE in dedicated Makefile | bamvor.zhangjian@huawei.com | 2017-01-05 | 1 | -1/+0 |
* | selftests: remove duplicated all and clean target | bamvor.zhangjian@huawei.com | 2017-01-05 | 1 | -11/+3 |
* | selftests: Make scripts executable | Ben Hutchings | 2015-11-03 | 1 | -0/+0 |
* | selftests: memfd: Stop unnecessary rebuilds | Ben Hutchings | 2015-11-03 | 1 | -6/+6 |
* | selftests: Add missing #include directives | Ben Hutchings | 2015-11-03 | 1 | -0/+1 |
* | selftests: memfd_test: Revised STACK_SIZE to make it 16-byte aligned | Chunyan Zhang | 2015-10-15 | 1 | -1/+1 |
* | selftest/memfd: include default header install path | Tyler Baker | 2015-04-02 | 1 | -0/+1 |
* | selftest/memfd: enable cross compilation | Tyler Baker | 2015-04-02 | 1 | -3/+4 |
* | selftests: Introduce minimal shared logic for running tests | Michael Ellerman | 2015-03-13 | 1 | -3/+3 |
* | selftests/memfd: Run test on all architectures | Pranith Kumar | 2014-09-17 | 1 | -21/+0 |