kmemcheck: rip it out
authorLevin, Alexander (Sasha Levin) <[email protected]>
Thu, 16 Nov 2017 01:36:02 +0000 (17:36 -0800)
committerLinus Torvalds <[email protected]>
Thu, 16 Nov 2017 02:21:05 +0000 (18:21 -0800)
commit4675ff05de2d76d167336b368bd07f3fef6ed5a6
tree212d8adf40e13c2a27ac7834d14ca4900923b98c
parentd8be75663cec0069b85f80191abd2682ce4a512f
kmemcheck: rip it out

Fix up makefiles, remove references, and git rm kmemcheck.

Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Sasha Levin <[email protected]>
Cc: Steven Rostedt <[email protected]>
Cc: Vegard Nossum <[email protected]>
Cc: Pekka Enberg <[email protected]>
Cc: Michal Hocko <[email protected]>
Cc: Eric W. Biederman <[email protected]>
Cc: Alexander Potapenko <[email protected]>
Cc: Tim Hansen <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
35 files changed:
Documentation/admin-guide/kernel-parameters.txt
Documentation/dev-tools/index.rst
Documentation/dev-tools/kmemcheck.rst [deleted file]
MAINTAINERS
arch/x86/Kconfig
arch/x86/include/asm/kmemcheck.h
arch/x86/include/asm/string_32.h
arch/x86/include/asm/string_64.h
arch/x86/kernel/cpu/intel.c
arch/x86/mm/Makefile
arch/x86/mm/init.c
arch/x86/mm/kmemcheck/Makefile [deleted file]
arch/x86/mm/kmemcheck/error.c
arch/x86/mm/kmemcheck/error.h
arch/x86/mm/kmemcheck/kmemcheck.c [deleted file]
arch/x86/mm/kmemcheck/opcode.c
arch/x86/mm/kmemcheck/opcode.h
arch/x86/mm/kmemcheck/pte.c
arch/x86/mm/kmemcheck/pte.h
arch/x86/mm/kmemcheck/selftest.c
arch/x86/mm/kmemcheck/selftest.h
arch/x86/mm/kmemcheck/shadow.c [deleted file]
arch/x86/mm/kmemcheck/shadow.h
include/linux/interrupt.h
include/linux/kmemcheck.h
kernel/softirq.c
kernel/sysctl.c
lib/Kconfig.debug
lib/Kconfig.kmemcheck [deleted file]
mm/Kconfig.debug
mm/Makefile
mm/kmemcheck.c
mm/slub.c
scripts/kernel-doc
tools/include/linux/kmemcheck.h