treewide: Drop WARN_ON_FUNCTION_MISMATCH
authorSami Tolvanen <samitolvanen@google.com>
Thu, 8 Sep 2022 21:54:56 +0000 (14:54 -0700)
committerKees Cook <keescook@chromium.org>
Mon, 26 Sep 2022 17:13:14 +0000 (10:13 -0700)
commit4b24356312fbe1bace72f9905d529b14fc34c1c3
tree29bbd70d6008c86cb06627b88eeefe7566c9340d
parent607289a7cd7a3ca42b8a6877fcb6072e6eb20c34
treewide: Drop WARN_ON_FUNCTION_MISMATCH

CONFIG_CFI_CLANG no longer breaks cross-module function address
equality, which makes WARN_ON_FUNCTION_MISMATCH unnecessary. Remove
the definition and switch back to WARN_ON_ONCE.

Signed-off-by: Sami Tolvanen <samitolvanen@google.com>
Reviewed-by: Kees Cook <keescook@chromium.org>
Tested-by: Kees Cook <keescook@chromium.org>
Tested-by: Nathan Chancellor <nathan@kernel.org>
Acked-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Tested-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Signed-off-by: Kees Cook <keescook@chromium.org>
Link: https://lore.kernel.org/r/20220908215504.3686827-15-samitolvanen@google.com
include/asm-generic/bug.h
kernel/kthread.c
kernel/workqueue.c