kmemcheck: rip it out
authorLevin, Alexander (Sasha Levin) <alexander.levin@verizon.com>
Thu, 16 Nov 2017 01:36:02 +0000 (17:36 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
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/20171007030159.22241-4-alexander.levin@verizon.com
Signed-off-by: Sasha Levin <alexander.levin@verizon.com>
Cc: Steven Rostedt <rostedt@goodmis.org>
Cc: Vegard Nossum <vegardno@ifi.uio.no>
Cc: Pekka Enberg <penberg@kernel.org>
Cc: Michal Hocko <mhocko@kernel.org>
Cc: Eric W. Biederman <ebiederm@xmission.com>
Cc: Alexander Potapenko <glider@google.com>
Cc: Tim Hansen <devtimhansen@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
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