All of lore.kernel.org
 help / color / mirror / Atom feed
* [merged] kmemcheck-rip-it-out-for-real.patch removed from -mm tree
@ 2017-12-12 20:08 akpm
  0 siblings, 0 replies; only message in thread
From: akpm @ 2017-12-12 20:08 UTC (permalink / raw)
  To: mhocko, mm-commits


The patch titled
     Subject: kmemcheck: rip it out for real
has been removed from the -mm tree.  Its filename was
     kmemcheck-rip-it-out-for-real.patch

This patch was dropped because it was merged into mainline or a subsystem tree

------------------------------------------------------
From: Michal Hocko <mhocko@suse.com>
Subject: kmemcheck: rip it out for real

4675ff05de2d ("kmemcheck: rip it out") has removed the code but for some
reason SPDX header stayed in place.  This looks like a rebase mistake in
the mmotm tree or the merge mistake.  Let's drop those leftovers as well.

Link: http://lkml.kernel.org/r/20171206102757.25905-1-mhocko@kernel.org
Signed-off-by: Michal Hocko <mhocko@suse.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 arch/x86/include/asm/kmemcheck.h |    1 -
 arch/x86/mm/kmemcheck/error.c    |    1 -
 arch/x86/mm/kmemcheck/error.h    |    1 -
 arch/x86/mm/kmemcheck/opcode.c   |    1 -
 arch/x86/mm/kmemcheck/opcode.h   |    1 -
 arch/x86/mm/kmemcheck/pte.c      |    1 -
 arch/x86/mm/kmemcheck/pte.h      |    1 -
 arch/x86/mm/kmemcheck/selftest.c |    1 -
 arch/x86/mm/kmemcheck/selftest.h |    1 -
 arch/x86/mm/kmemcheck/shadow.h   |    1 -
 include/linux/kmemcheck.h        |    1 -
 mm/kmemcheck.c                   |    1 -
 tools/include/linux/kmemcheck.h  |    1 -
 13 files changed, 13 deletions(-)

diff -puN arch/x86/include/asm/kmemcheck.h~kmemcheck-rip-it-out-for-real /dev/null
--- a/arch/x86/include/asm/kmemcheck.h
+++ /dev/null
@@ -1 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0 */
diff -puN arch/x86/mm/kmemcheck/error.c~kmemcheck-rip-it-out-for-real /dev/null
--- a/arch/x86/mm/kmemcheck/error.c
+++ /dev/null
@@ -1 +0,0 @@
-// SPDX-License-Identifier: GPL-2.0
diff -puN arch/x86/mm/kmemcheck/error.h~kmemcheck-rip-it-out-for-real /dev/null
--- a/arch/x86/mm/kmemcheck/error.h
+++ /dev/null
@@ -1 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0 */
diff -puN arch/x86/mm/kmemcheck/opcode.c~kmemcheck-rip-it-out-for-real /dev/null
--- a/arch/x86/mm/kmemcheck/opcode.c
+++ /dev/null
@@ -1 +0,0 @@
-// SPDX-License-Identifier: GPL-2.0
diff -puN arch/x86/mm/kmemcheck/opcode.h~kmemcheck-rip-it-out-for-real /dev/null
--- a/arch/x86/mm/kmemcheck/opcode.h
+++ /dev/null
@@ -1 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0 */
diff -puN arch/x86/mm/kmemcheck/pte.c~kmemcheck-rip-it-out-for-real /dev/null
--- a/arch/x86/mm/kmemcheck/pte.c
+++ /dev/null
@@ -1 +0,0 @@
-// SPDX-License-Identifier: GPL-2.0
diff -puN arch/x86/mm/kmemcheck/pte.h~kmemcheck-rip-it-out-for-real /dev/null
--- a/arch/x86/mm/kmemcheck/pte.h
+++ /dev/null
@@ -1 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0 */
diff -puN arch/x86/mm/kmemcheck/selftest.c~kmemcheck-rip-it-out-for-real /dev/null
--- a/arch/x86/mm/kmemcheck/selftest.c
+++ /dev/null
@@ -1 +0,0 @@
-// SPDX-License-Identifier: GPL-2.0
diff -puN arch/x86/mm/kmemcheck/selftest.h~kmemcheck-rip-it-out-for-real /dev/null
--- a/arch/x86/mm/kmemcheck/selftest.h
+++ /dev/null
@@ -1 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0 */
diff -puN arch/x86/mm/kmemcheck/shadow.h~kmemcheck-rip-it-out-for-real /dev/null
--- a/arch/x86/mm/kmemcheck/shadow.h
+++ /dev/null
@@ -1 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0 */
diff -puN include/linux/kmemcheck.h~kmemcheck-rip-it-out-for-real /dev/null
--- a/include/linux/kmemcheck.h
+++ /dev/null
@@ -1 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0 */
diff -puN mm/kmemcheck.c~kmemcheck-rip-it-out-for-real /dev/null
--- a/mm/kmemcheck.c
+++ /dev/null
@@ -1 +0,0 @@
-// SPDX-License-Identifier: GPL-2.0
diff -puN tools/include/linux/kmemcheck.h~kmemcheck-rip-it-out-for-real /dev/null
--- a/tools/include/linux/kmemcheck.h
+++ /dev/null
@@ -1 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0 */
_

Patches currently in -mm which might be from mhocko@suse.com are

mm-drop-hotplug-lock-from-lru_add_drain_all.patch
mm-hugetlb-drop-hugepages_treat_as_movable-sysctl.patch


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2017-12-12 20:08 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-12-12 20:08 [merged] kmemcheck-rip-it-out-for-real.patch removed from -mm tree akpm

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.