Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-12-01kasan: add test for vmallocDaniel Axtens
2019-09-25lib/test_kasan.c: add roundtrip testsMark Rutland
2019-07-12lib/test_kasan: Add test for double-kzfree detectionMarco Elver
2019-07-12lib/test_kasan: add bitops testsMarco Elver
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-03-06kasan: remove use after scope bugs detection.Andrey Ryabinin
2018-10-27lib/test_kasan.c: add tests for several string/memory API functionsAndrey Ryabinin
2018-04-11kasan: fix invalid-free test crashing the kernelAndrey Konovalov
2018-02-07kasan: remove redundant initialization of variable 'real_size'Colin Ian King
2018-02-07kasan: detect invalid freesDmitry Vyukov
2018-02-07kasan: detect invalid frees for large objectsDmitry Vyukov
2018-02-07kasan: add tests for alloca poisoningPaul Lawrence
2017-11-18lib/test: delete five error messages for failed memory allocationsMarkus Elfring
2017-04-01kasan: report only the first error by defaultMark Rutland
2017-02-25kasan: add memcg kmem_cache testGreg Thelen
2016-12-01kasan: support use-after-scope detectionDmitry Vyukov
2016-05-21kasan/tests: add tests for user memory access functionsAndrey Ryabinin
2016-05-21mm, kasan: add a ksize() testAlexander Potapenko
2016-03-26kasan: test fix: warn if the UAF could not be detected in kmalloc_uaf2Alexander Potapenko
2016-03-26kasan: modify kmalloc_large_oob_right(), add kmalloc_pagealloc_oob_right()Alexander Potapenko
2015-11-06lib: test_kasan: add some testcasesWang Long
2015-09-10lib/test_kasan.c: make kmalloc_oob_krealloc_less more correctlyWang Long
2015-09-10lib/test_kasan.c: fix a typoWang Long
2015-02-14lib: add kasan test moduleAndrey Ryabinin