aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/kcsan/kcsan_test.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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