summaryrefslogtreecommitdiff
path: root/kernel/kcsan/kcsan_test.c
AgeCommit message (Expand)Author
2021-09-13kcsan: Support reporting scoped read-write access typeMarco Elver
2021-09-13kcsan: Start stack trace with explicit location if providedMarco Elver
2021-09-13kcsan: test: Fix flaky test caseMarco Elver
2021-09-13kcsan: test: Use kunit_skip() to skip testsMarco Elver
2021-09-13kcsan: test: Defer kcsan_test_init() after kunit initializationMarco Elver
2021-07-20kcsan: permissive: Ignore data-racy 1-bit value changesMarco Elver
2021-04-22kcsan: Fix printk format stringArnd Bergmann
2021-03-08kcsan: Switch to KUNIT_CASE_PARAM for parameterized testsMarco Elver
2021-03-08kcsan: Make test follow KUnit style recommendationsMarco Elver