Revision 40453c4f9bb6d166a56a102a8c51dd24b0801557 authored by Mark Rutland on 19 April 2019, 00:50:37 UTC, committed by Linus Torvalds on 19 April 2019, 16:46:05 UTC
The help text for CONFIG_ARCH_HAS_KCOV is stale, and describes the
feature as being enabled only for x86_64, when it is now enabled for
several architectures, including arm, arm64, powerpc, and s390.

Let's remove that stale help text, and update it along the lines of hat
for ARCH_HAS_FORTIFY_SOURCE, better describing when an architecture
should select CONFIG_ARCH_HAS_KCOV.

Link: http://lkml.kernel.org/r/20190412102733.5154-1-mark.rutland@arm.com
Signed-off-by: Mark Rutland <mark.rutland@arm.com>
Acked-by: Dmitry Vyukov <dvyukov@google.com>
Cc: Kees Cook <keescook@chromium.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
1 parent 3b99120
History
File Mode Size
Kconfig -rw-r--r-- 4.5 KB
Makefile -rw-r--r-- 331 bytes
coherent.c -rw-r--r-- 10.0 KB
contiguous.c -rw-r--r-- 7.9 KB
debug.c -rw-r--r-- 43.8 KB
direct.c -rw-r--r-- 11.2 KB
dummy.c -rw-r--r-- 970 bytes
mapping.c -rw-r--r-- 10.0 KB
remap.c -rw-r--r-- 6.2 KB
swiotlb.c -rw-r--r-- 18.7 KB
virt.c -rw-r--r-- 1.4 KB

back to top