aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/kcsan/kcsan_test.c
AgeCommit message (Expand)AuthorFilesLines
12 dayskcsan, compiler_types: Introduce __data_racy type qualifierMarco Elver1-0/+17
2023-10-18mm: delete checks for xor_unlock_is_negative_byte()Matthew Wilcox (Oracle)1-3/+0
2023-10-18bitops: add xor_unlock_is_negative_byte()Matthew Wilcox (Oracle)1-4/+4
2023-04-18printk: export console trace point for kcsan/kasan/kfence/kmsanPavankumar Kondeti1-14/+6
2023-01-02kcsan: test: don't put the expect array on the stackMax Filippov1-1/+6
2022-05-25Merge tag 'linux-kselftest-kunit-5.19-rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds1-18/+13
2022-05-16kcsan: test: use new suite_{init,exit} supportMarco Elver1-18/+13
2022-04-05kcsan: Use preemption model accessorsValentin Schneider1-2/+3
2021-12-09kcsan: Only test clear_bit_unlock_is_negative_byte if arch defines itMarco Elver1-3/+5
2021-12-09kcsan: Make barrier tests compatible with lockdepMarco Elver1-14/+23
2021-12-09kcsan: test: Add test cases for memory barrier instrumentationMarco Elver1-0/+319
2021-12-09kcsan: test: Match reordered or normal accessesMarco Elver1-29/+63
2021-12-09kcsan: Call scoped accesses reordered in reportsMarco Elver1-2/+2
2021-09-13kcsan: Support reporting scoped read-write access typeMarco Elver1-3/+5
2021-09-13kcsan: Start stack trace with explicit location if providedMarco Elver1-8/+11
2021-09-13kcsan: test: Fix flaky test caseMarco Elver1-4/+18
2021-09-13kcsan: test: Use kunit_skip() to skip testsMarco Elver1-4/+7
2021-09-13kcsan: test: Defer kcsan_test_init() after kunit initializationMarco Elver1-1/+1
2021-07-20kcsan: permissive: Ignore data-racy 1-bit value changesMarco Elver1-0/+32
2021-04-22kcsan: Fix printk format stringArnd Bergmann1-1/+1
2021-03-08kcsan: Switch to KUNIT_CASE_PARAM for parameterized testsMarco Elver1-62/+54
2021-03-08kcsan: Make test follow KUnit style recommendationsMarco Elver1-0/+1207