aboutsummaryrefslogtreecommitdiffstats
path: root/mm/kfence/kfence_test.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-03-22kfence: test: try to avoid test_gfpzero trigger rcu_stallPeng Liu1-0/+1
2022-03-22kunit: fix UAF when run kfence test case test_gfpzeroPeng Liu1-1/+1
2022-02-11kfence: make test case compatible with run time set sample intervalPeng Liu1-4/+4
2022-01-06mm/kfence: Convert kfence_guarded_alloc() to struct slabVlastimil Babka1-3/+3
2022-01-06mm: Convert struct page to struct slab in functions used by other subsystemsVlastimil Babka1-2/+2
2021-11-06kfence: test: use kunit_skip() to skip testsMarco Elver1-6/+8
2021-09-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+3
2021-09-08kfence: test: fail fast if disabled at bootMarco Elver1-0/+3
2021-07-30kfence: add function to mask address bitsSven Schnelle1-1/+12
2021-07-23kfence: defer kfence_test_init to ensure that kunit debugfs is createdWeizhao Ouyang1-1/+1
2021-06-29mm, slub: change run-time assertion in kmalloc_index() to compile-timeHyeonggon Yoo1-2/+3
2021-02-26kfence: report sensitive information based on no_hash_pointersMarco Elver1-1/+1
2021-02-26kfence: add test suiteMarco Elver1-0/+858