kcsan: Remove redundant zero-initialization of globals
authorMarco Elver <elver@google.com>
Tue, 30 Nov 2021 11:44:10 +0000 (12:44 +0100)
committerPaul E. McKenney <paulmck@kernel.org>
Fri, 10 Dec 2021 00:42:26 +0000 (16:42 -0800)
commit71f8de7092cb2cf95e3f7055df139118d1445597
tree1d846e8207bdb81f641df99644e456fdbd473e50
parent12305abe982740878ecdf9e22852652d8d164855
kcsan: Remove redundant zero-initialization of globals

They are implicitly zero-initialized, remove explicit initialization.
It keeps the upcoming additions to kcsan_ctx consistent with the rest.

No functional change intended.

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>
init/init_task.c
kernel/kcsan/core.c