summaryrefslogtreecommitdiffstats
path: root/kernel/kcsan/kcsan_test.c
Commit message (Expand)AuthorAgeFilesLines
* kcsan: Support reporting scoped read-write access typeMarco Elver2021-09-131-3/+5
* kcsan: Start stack trace with explicit location if providedMarco Elver2021-09-131-8/+11
* kcsan: test: Fix flaky test caseMarco Elver2021-09-131-4/+18
* kcsan: test: Use kunit_skip() to skip testsMarco Elver2021-09-131-4/+7
* kcsan: test: Defer kcsan_test_init() after kunit initializationMarco Elver2021-09-131-1/+1
* kcsan: permissive: Ignore data-racy 1-bit value changesMarco Elver2021-07-201-0/+32
* kcsan: Fix printk format stringArnd Bergmann2021-04-221-1/+1
* kcsan: Switch to KUNIT_CASE_PARAM for parameterized testsMarco Elver2021-03-081-62/+54
* kcsan: Make test follow KUnit style recommendationsMarco Elver2021-03-081-0/+1207