Merge tag 'kcsan.2021.11.11a' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu
Pull KCSAN updates from Paul McKenney: "This contains initialization fixups, testing improvements, addition of instruction pointer to data-race reports, and scoped data-race checks" * tag 'kcsan.2021.11.11a' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu: kcsan: selftest: Cleanup and add missing __init kcsan: Move ctx to start of argument list kcsan: Support reporting scoped read-write access type kcsan: Start stack trace with explicit location if provided kcsan: Save instruction pointer for scoped accesses kcsan: Add ability to pass instruction pointer of access to reporting kcsan: test: Fix flaky test case kcsan: test: Use kunit_skip() to skip tests kcsan: test: Defer kcsan_test_init() after kunit initialization
No related branches found
No related tags found
Showing
- include/linux/kcsan-checks.h 3 additions, 0 deletionsinclude/linux/kcsan-checks.h
- kernel/kcsan/core.c 43 additions, 32 deletionskernel/kcsan/core.c
- kernel/kcsan/kcsan.h 4 additions, 4 deletionskernel/kcsan/kcsan.h
- kernel/kcsan/kcsan_test.c 42 additions, 20 deletionskernel/kcsan/kcsan_test.c
- kernel/kcsan/report.c 64 additions, 13 deletionskernel/kcsan/report.c
- kernel/kcsan/selftest.c 30 additions, 42 deletionskernel/kcsan/selftest.c
Loading
Please register or sign in to comment