kcsan: Remove CONFIG_KCSAN_DEBUG
authorMarco Elver <elver@google.com>
Mon, 7 Jun 2021 12:56:48 +0000 (14:56 +0200)
committerPaul E. McKenney <paulmck@kernel.org>
Tue, 20 Jul 2021 20:49:43 +0000 (13:49 -0700)
commita7a73697360ea81244eea550138b8f614348860c
tree3246c656ba8fe32a4e46230c901e1e2847e1275f
parenteb32f9f990d974a7878a8792cee9bb821720c24b
kcsan: Remove CONFIG_KCSAN_DEBUG

By this point CONFIG_KCSAN_DEBUG is pretty useless, as the system just
isn't usable with it due to spamming console (I imagine a randconfig
test robot will run into this sooner or later). Remove it.

Back in 2019 I used it occasionally to record traces of watchpoints and
verify the encoding is correct, but these days we have proper tests. If
something similar is needed in future, just add it back ad-hoc.

Signed-off-by: Marco Elver <elver@google.com>
Acked-by: Mark Rutland <mark.rutland@arm.com>
Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
kernel/kcsan/core.c
lib/Kconfig.kcsan