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
Makefile -rw-r--r-- 150 bytes
ca0106.h -rw-r--r-- 37.2 KB
ca0106_main.c -rw-r--r-- 58.6 KB
ca0106_mixer.c -rw-r--r-- 27.0 KB
ca0106_proc.c -rw-r--r-- 13.5 KB
ca_midi.c -rw-r--r-- 8.5 KB
ca_midi.h -rw-r--r-- 2.0 KB

back to top