summaryrefslogtreecommitdiff
path: root/kernel/kcsan/kcsan_test.c
AgeCommit message (Expand)Author
2021-12-09kcsan: Only test clear_bit_unlock_is_negative_byte if arch defines itMarco Elver
2021-12-09kcsan: Make barrier tests compatible with lockdepMarco Elver
2021-12-09kcsan: test: Add test cases for memory barrier instrumentationMarco Elver
2021-12-09kcsan: test: Match reordered or normal accessesMarco Elver
2021-12-09kcsan: Call scoped accesses reordered in reportsMarco Elver
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