aboutsummaryrefslogtreecommitdiffstats
path: root/lib/test_kasan.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-12-01kasan: add test for vmallocDaniel Axtens1-0/+26
2019-09-24lib/test_kasan.c: add roundtrip testsMark Rutland1-0/+41
2019-07-12lib/test_kasan: Add test for double-kzfree detectionMarco Elver1-0/+17
2019-07-12lib/test_kasan: add bitops testsMarco Elver1-3/+78
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-5/+1
2019-03-05kasan: remove use after scope bugs detection.Andrey Ryabinin1-24/+0
2018-10-26lib/test_kasan.c: add tests for several string/memory API functionsAndrey Ryabinin1-0/+70
2018-04-11kasan: fix invalid-free test crashing the kernelAndrey Konovalov1-0/+8
2018-02-06kasan: remove redundant initialization of variable 'real_size'Colin Ian King1-1/+1
2018-02-06kasan: detect invalid freesDmitry Vyukov1-0/+50
2018-02-06kasan: detect invalid frees for large objectsDmitry Vyukov1-0/+33
2018-02-06kasan: add tests for alloca poisoningPaul Lawrence1-0/+22
2017-11-17lib/test: delete five error messages for failed memory allocationsMarkus Elfring1-3/+2
2017-03-31kasan: report only the first error by defaultMark Rutland1-0/+10
2017-02-24kasan: add memcg kmem_cache testGreg Thelen1-0/+34
2016-11-30kasan: support use-after-scope detectionDmitry Vyukov1-0/+29
2016-05-20kasan/tests: add tests for user memory access functionsAndrey Ryabinin1-0/+49
2016-05-20mm, kasan: add a ksize() testAlexander Potapenko1-0/+20
2016-03-25kasan: test fix: warn if the UAF could not be detected in kmalloc_uaf2Alexander Potapenko1-0/+2
2016-03-25kasan: modify kmalloc_large_oob_right(), add kmalloc_pagealloc_oob_right()Alexander Potapenko1-1/+27
2015-11-05lib: test_kasan: add some testcasesWang Long1-0/+69
2015-09-10lib/test_kasan.c: make kmalloc_oob_krealloc_less more correctlyWang Long1-1/+1
2015-09-10lib/test_kasan.c: fix a typoWang Long1-2/+2
2015-02-13lib: add kasan test moduleAndrey Ryabinin1-0/+277