提交 7707535a 编写于 作者: Y Yang Shi 提交者: Linus Torvalds

ubsan: cosmetic fix to Kconfig text

When enabling UBSAN_SANITIZE_ALL, the kernel image size gets increased
significantly (~3x).  So, it sounds better to have some note in Kconfig.

And, fixed a typo.
Signed-off-by: NYang Shi <yang.shi@linaro.org>
Acked-by: NAndrey Ryabinin <aryabinin@virtuozzo.com>
Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
上级 c05235d5
...@@ -18,6 +18,8 @@ config UBSAN_SANITIZE_ALL ...@@ -18,6 +18,8 @@ config UBSAN_SANITIZE_ALL
This option activates instrumentation for the entire kernel. This option activates instrumentation for the entire kernel.
If you don't enable this option, you have to explicitly specify If you don't enable this option, you have to explicitly specify
UBSAN_SANITIZE := y for the files/directories you want to check for UB. UBSAN_SANITIZE := y for the files/directories you want to check for UB.
Enabling this option will get kernel image size increased
significantly.
config UBSAN_ALIGNMENT config UBSAN_ALIGNMENT
bool "Enable checking of pointers alignment" bool "Enable checking of pointers alignment"
...@@ -25,5 +27,5 @@ config UBSAN_ALIGNMENT ...@@ -25,5 +27,5 @@ config UBSAN_ALIGNMENT
default y if !HAVE_EFFICIENT_UNALIGNED_ACCESS default y if !HAVE_EFFICIENT_UNALIGNED_ACCESS
help help
This option enables detection of unaligned memory accesses. This option enables detection of unaligned memory accesses.
Enabling this option on architectures that support unalligned Enabling this option on architectures that support unaligned
accesses may produce a lot of false positives. accesses may produce a lot of false positives.
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册