Merge branch 'for-mingo' of...
Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into locking/kcsan Pull the KCSAN subsystem from Paul E. McKenney: "This pull request contains base kernel concurrency sanitizer (KCSAN) enablement for x86, courtesy of Marco Elver. KCSAN is a sampling watchpoint-based data-race detector, and is documented in Documentation/dev-tools/kcsan.rst. KCSAN was announced in September, and much feedback has since been incorporated: http://lkml.kernel.org/r/CANpmjNPJ_bHjfLZCAPV23AXFfiPiyXXqqu72n6TgWzb2Gnu1eA@mail.gmail.com The data races located thus far have resulted in a number of fixes: https://github.com/google/ktsan/wiki/KCSAN#upstream-fixes-of-data-races-found-by-kcsan Additional information may be found here: https://lore.kernel.org/lkml/20191114180303.66955-1-elver@google.com/ " Signed-off-by: Ingo Molnar <mingo@kernel.org>
Showing
This diff is collapsed.
This diff is collapsed.
include/linux/kcsan-checks.h
0 → 100644
include/linux/kcsan.h
0 → 100644
kernel/kcsan/Makefile
0 → 100644
kernel/kcsan/atomic.h
0 → 100644
kernel/kcsan/core.c
0 → 100644
This diff is collapsed.
kernel/kcsan/debugfs.c
0 → 100644
kernel/kcsan/encoding.h
0 → 100644
kernel/kcsan/kcsan.h
0 → 100644
kernel/kcsan/report.c
0 → 100644
kernel/kcsan/test.c
0 → 100644
lib/Kconfig.kcsan
0 → 100644
scripts/Makefile.kcsan
0 → 100644
Please register or sign in to comment