Skip to content

Commit 1d1fd18

Browse files
sephalonkees
authored andcommitted
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: c637693 ("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>
1 parent 06190e1 commit 1d1fd18

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/Kconfig.ubsan

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ config UBSAN_DIV_ZERO
104104
This option enables -fsanitize=integer-divide-by-zero which checks
105105
for integer division by zero. This is effectively redundant with the
106106
kernel's existing exception handling, though it can provide greater
107-
debugging information under CONFIG_UBSAN_REPORT_FULL.
107+
debugging information.
108108

109109
config UBSAN_UNREACHABLE
110110
bool "Perform checking for unreachable code"

0 commit comments

Comments
 (0)