VisionFive2 Linux kernel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
More than 9999 Commits
33 Branches
55 Tags
Index
Trunk
Branches
Tags
Trunk
Branches
Tags
Home page
Home page
starfive-tech/linux.git
/
branches
/
beaglev-5.13.y
/
lib
/
test_kasan.c
Date
Commit Message
Rev
Author
2021-05-14
kasan: fix unit tests with CONFIG_UBSAN_LOCAL_BOUNDS enabled
f649dc0e
Peter Collingbourne
2021-04-30
kasan: detect false-positives in tests
99734b53
Andrey Konovalov
2021-04-30
kasan: init memory in kasan_(un)poison for HW_TAGS
aa5c219c
Andrey Konovalov
2021-04-11
kasan, arm64: tests supports for HW_TAGS async mode
e80a76aa
Andrey Konovalov
2021-04-11
kasan: Add KASAN mode kernel parameter
2603f8a7
Vincenzo Frascino
2021-02-26
kasan, mm: fail krealloc on freed objects
26a5ca7a
Andrey Konovalov
2021-02-26
kasan: rework krealloc tests
b87c28b9
Andrey Konovalov
2021-02-24
kasan: don't run tests when KASAN is not enabled
d82dc3a4
Andrey Konovalov
2021-02-24
kasan: add a test for kmem_cache_alloc/free_bulk
11516135
Andrey Konovalov
2021-02-24
kasan: add proper page allocator tests
858bdeb0
Andrey Konovalov
2021-02-24
kasan: fix bug detection via ksize for HW_TAGS mode
611806b4
Andrey Konovalov
2021-02-24
kasan: fix memory corruption in kasan_bitops_tags test
e66e1799
Andrey Konovalov
2021-02-24
kasan: adapt kmalloc_uaf2 test to HW_TAGS mode
1b1df4c4
Andrey Konovalov
2021-02-24
kasan: add compiler barriers to KUNIT_EXPECT_KASAN_FAIL
2e4bde6a
Andrey Konovalov
2021-02-24
kasan, arm64: allow using KUnit tests with HW_TAGS mode
f05842cf
Andrey Konovalov
2021-02-24
kasan: add match-all tag tests
573a4809
Andrey Konovalov
2021-02-24
kasan: add macros to simplify checking test constraints
da17e377
Andrey Konovalov
2021-02-24
kasan: clean up comments in tests
0fd37925
Andrey Konovalov
2020-12-22
kasan: rename KASAN_SHADOW_* to KASAN_GRANULE_*
1f600626
Andrey Konovalov
2020-11-02
kasan: adopt KUNIT tests to SW_TAGS mode
58b999d7
Andrey Konovalov
2020-10-13
KASAN: port KASAN Tests to KUnit
73228c7e
Patricia Alfonso
2020-10-13
KUnit: KASAN Integration
83c4e7a0
Patricia Alfonso
2020-08-07
kasan: adjust kasan_stack_oob for tag-based mode
51dcc81c
Andrey Konovalov
2020-08-07
lib/test_kasan.c: fix KASAN unit tests for tag-based KASAN
f33a0149
Walter Wu
2020-08-07
kasan: add tests for call_rcu stack recording
387d6e46
Walter Wu
2020-08-07
mm, treewide: rename kzfree() to kfree_sensitive()
453431a5
Waiman Long
2020-06-03
kasan: stop tests being eliminated as dead code with FORTIFY_SOURCE
adb72ae1
Daniel Axtens
2020-04-02
kasan: add test for invalid size in memmove
98f3b56f
Walter Wu
2020-01-31
lib/test_kasan.c: fix memory leak in kmalloc_oob_krealloc_more()
3e21d9a5
Gustavo A. R. Silva
2019-12-01
kasan: add test for vmalloc
06513916
Daniel Axtens
2019-09-24
lib/test_kasan.c: add roundtrip tests
b92a953c
Mark Rutland
2019-07-12
lib/test_kasan: Add test for double-kzfree detection
bb104ed7
Marco Elver
2019-07-12
lib/test_kasan: add bitops tests
19a33ca6
Marco Elver
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
d2912cb1
Thomas Gleixner
2019-03-05
kasan: remove use after scope bugs detection.
7771bdbb
Andrey Ryabinin
2018-10-26
lib/test_kasan.c: add tests for several string/memory API functions
0c96350a
Andrey Ryabinin
2018-04-11
kasan: fix invalid-free test crashing the kernel
91c93ed0
Andrey Konovalov
2018-02-06
kasan: remove redundant initialization of variable 'real_size'
48c23239
Colin Ian King
2018-02-06
kasan: detect invalid frees
b1d57289
Dmitry Vyukov
2018-02-06
kasan: detect invalid frees for large objects
47adccce
Dmitry Vyukov
2018-02-06
kasan: add tests for alloca poisoning
00a14294
Paul Lawrence
2017-11-17
lib/test: delete five error messages for failed memory allocations
dc2bf000
Markus Elfring
2017-03-31
kasan: report only the first error by default
b0845ce5
Mark Rutland
2017-02-24
kasan: add memcg kmem_cache test
0386bf38
Greg Thelen
2016-11-30
kasan: support use-after-scope detection
828347f8
Dmitry Vyukov
2016-05-20
kasan/tests: add tests for user memory access functions
eae08dca
Andrey Ryabinin
2016-05-20
mm, kasan: add a ksize() test
96fe805f
Alexander Potapenko
2016-03-25
kasan: test fix: warn if the UAF could not be detected in kmalloc_uaf2
9dcadd38
Alexander Potapenko
2016-03-25
kasan: modify kmalloc_large_oob_right(), add kmalloc_pagealloc_oob_right()
e6e8379c
Alexander Potapenko
2015-11-05
lib: test_kasan: add some testcases
f523e737
Wang Long
2015-09-10
lib/test_kasan.c: make kmalloc_oob_krealloc_less more correctly
6b4a35fc
Wang Long
2015-09-10
lib/test_kasan.c: fix a typo
9789d8e0
Wang Long
2015-02-13
lib: add kasan test module
3f15801c
Andrey Ryabinin