summaryrefslogtreecommitdiffstats
path: root/mm/kfence/kfence_test.c
Commit message (Expand)AuthorAgeFilesLines
* kfence: test: try to avoid test_gfpzero trigger rcu_stallPeng Liu2022-03-221-0/+1
* kunit: fix UAF when run kfence test case test_gfpzeroPeng Liu2022-03-221-1/+1
* kfence: make test case compatible with run time set sample intervalPeng Liu2022-02-111-4/+4
* mm/kfence: Convert kfence_guarded_alloc() to struct slabVlastimil Babka2022-01-061-3/+3
* mm: Convert struct page to struct slab in functions used by other subsystemsVlastimil Babka2022-01-061-2/+2
* kfence: test: use kunit_skip() to skip testsMarco Elver2021-11-061-6/+8
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-09-081-0/+3
|\
| * kfence: test: fail fast if disabled at bootMarco Elver2021-09-081-0/+3
* | kfence: add function to mask address bitsSven Schnelle2021-07-301-1/+12
|/
* kfence: defer kfence_test_init to ensure that kunit debugfs is createdWeizhao Ouyang2021-07-231-1/+1
* mm, slub: change run-time assertion in kmalloc_index() to compile-timeHyeonggon Yoo2021-06-291-2/+3
* kfence: report sensitive information based on no_hash_pointersMarco Elver2021-02-261-1/+1
* kfence: add test suiteMarco Elver2021-02-261-0/+858