summaryrefslogtreecommitdiffstats
path: root/kernel/kcsan/kcsan_test.c
Commit message (Expand)AuthorAgeFilesLines
* mm: delete checks for xor_unlock_is_negative_byte()Matthew Wilcox (Oracle)2023-10-181-3/+0
* bitops: add xor_unlock_is_negative_byte()Matthew Wilcox (Oracle)2023-10-181-4/+4
* printk: export console trace point for kcsan/kasan/kfence/kmsanPavankumar Kondeti2023-04-181-14/+6
* kcsan: test: don't put the expect array on the stackMax Filippov2023-01-021-1/+6
* Merge tag 'linux-kselftest-kunit-5.19-rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds2022-05-251-18/+13
|\
| * kcsan: test: use new suite_{init,exit} supportMarco Elver2022-05-161-18/+13
* | kcsan: Use preemption model accessorsValentin Schneider2022-04-051-2/+3
|/
* kcsan: Only test clear_bit_unlock_is_negative_byte if arch defines itMarco Elver2021-12-091-3/+5
* kcsan: Make barrier tests compatible with lockdepMarco Elver2021-12-091-14/+23
* kcsan: test: Add test cases for memory barrier instrumentationMarco Elver2021-12-091-0/+319
* kcsan: test: Match reordered or normal accessesMarco Elver2021-12-091-29/+63
* kcsan: Call scoped accesses reordered in reportsMarco Elver2021-12-091-2/+2
* 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