All of lore.kernel.org
 help / color / mirror / Atom feed
* [merged] purgatory-add-clean-up-for-purgatory-directory.patch removed from -mm tree
@ 2014-09-03 17:57 akpm
  0 siblings, 0 replies; only message in thread
From: akpm @ 2014-09-03 17:57 UTC (permalink / raw)
  To: mwelling, hpa, mingo, tglx, vgoyal, mm-commits


The patch titled
     Subject: kexec: purgatory: add clean-up for purgatory directory
has been removed from the -mm tree.  Its filename was
     purgatory-add-clean-up-for-purgatory-directory.patch

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

------------------------------------------------------
From: Michael Welling <mwelling@ieee.org>
Subject: kexec: purgatory: add clean-up for purgatory directory

Without this patch the kexec-purgatory.c and purgatory.ro files are not
removed after make mrproper.

Signed-off-by: Michael Welling <mwelling@ieee.org>
Acked-by: Vivek Goyal <vgoyal@redhat.com>
Cc: Ingo Molnar <mingo@elte.hu>
Cc: "H. Peter Anvin" <hpa@zytor.com>
Cc: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 arch/x86/Makefile |    1 +
 1 file changed, 1 insertion(+)

diff -puN arch/x86/Makefile~purgatory-add-clean-up-for-purgatory-directory arch/x86/Makefile
--- a/arch/x86/Makefile~purgatory-add-clean-up-for-purgatory-directory
+++ a/arch/x86/Makefile
@@ -251,6 +251,7 @@ archclean:
 	$(Q)rm -rf $(objtree)/arch/x86_64
 	$(Q)$(MAKE) $(clean)=$(boot)
 	$(Q)$(MAKE) $(clean)=arch/x86/tools
+	$(Q)$(MAKE) $(clean)=arch/x86/purgatory
 
 PHONY += kvmconfig
 kvmconfig:
_

Patches currently in -mm which might be from mwelling@ieee.org are



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

only message in thread, other threads:[~2014-09-03 17:58 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-09-03 17:57 [merged] purgatory-add-clean-up-for-purgatory-directory.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.