Kconfig.ubsan: Remove CONFIG_UBSAN_REPORT_FULL from documentation

There is no indication in the history that such an option was merged to
mainline.

Fixes: c637693b20 ("ubsan: remove UBSAN_MISC in favor of individual options")
Signed-off-by: Stefan Wiehler <stefan.wiehler@nokia.com>
Link: https://patch.msgid.link/20260107114833.2030995-1-stefan.wiehler@nokia.com
Signed-off-by: Kees Cook <kees@kernel.org>
This commit is contained in:
Stefan Wiehler
2026-01-07 12:48:33 +01:00
committed by Kees Cook
parent 06190e1c86
commit 1d1fd18869

View File

@@ -104,7 +104,7 @@ config UBSAN_DIV_ZERO
This option enables -fsanitize=integer-divide-by-zero which checks
for integer division by zero. This is effectively redundant with the
kernel's existing exception handling, though it can provide greater
debugging information under CONFIG_UBSAN_REPORT_FULL.
debugging information.
config UBSAN_UNREACHABLE
bool "Perform checking for unreachable code"