[prev in list] [next in list] [prev in thread] [next in thread] 

List:       linux-mm-commits
Subject:    + try-to-use-automatic-variable-in-kexec-purgatory-makefile.patch added to -mm tree
From:       akpm () linux-foundation ! org
Date:       2014-08-29 19:54:24
Message-ID: 5400da70.8YU0xuM678tqSAc9%akpm () linux-foundation ! org
[Download RAW message or body]


The patch titled
     Subject: arch/x86/purgatory/Makefile: try to use automatic variable in kexec \
purgatory makefile has been added to the -mm tree.  Its filename is
     try-to-use-automatic-variable-in-kexec-purgatory-makefile.patch

This patch should soon appear at
    http://ozlabs.org/~akpm/mmots/broken-out/try-to-use-automatic-variable-in-kexec-purgatory-makefile.patch
 and later at
    http://ozlabs.org/~akpm/mmotm/broken-out/try-to-use-automatic-variable-in-kexec-purgatory-makefile.patch


Before you just go and hit "reply", please:
   a) Consider who else should be cc'ed
   b) Prefer to cc a suitable mailing list as well
   c) Ideally: find the original patch on the mailing list and do a
      reply-to-all to that, adding suitable additional cc's

*** Remember to use Documentation/SubmitChecklist when testing your code ***

The -mm tree is included into linux-next and is updated
there every 3-4 working days

------------------------------------------------------
From: Baoquan He <bhe@redhat.com>
Subject: arch/x86/purgatory/Makefile: try to use automatic variable in kexec \
purgatory makefile

Make the Makefile of kexec purgatory be consistent with others in linux
src tree, and make it look generic and simple.

Signed-off-by: Baoquan He <bhe@redhat.com>
Cc: Vivek Goyal <vgoyal@redhat.com>
Cc: H. Peter Anvin <hpa@zytor.com>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Ingo Molnar <mingo@elte.hu>
Cc: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 arch/x86/purgatory/Makefile |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff -puN arch/x86/purgatory/Makefile~try-to-use-automatic-variable-in-kexec-purgatory-makefile \
                arch/x86/purgatory/Makefile
--- a/arch/x86/purgatory/Makefile~try-to-use-automatic-variable-in-kexec-purgatory-makefile
                
+++ a/arch/x86/purgatory/Makefile
@@ -18,8 +18,9 @@ $(obj)/purgatory.ro: $(PURGATORY_OBJS) F
 
 targets += kexec-purgatory.c
 
+CMD_BIN2C = $(objtree)/scripts/basic/bin2c
 quiet_cmd_bin2c = BIN2C   $@
-      cmd_bin2c = cat $(obj)/purgatory.ro | $(objtree)/scripts/basic/bin2c \
kexec_purgatory > $(obj)/kexec-purgatory.c +      cmd_bin2c = $(CMD_BIN2C) \
kexec_purgatory < $< > $@  
 $(obj)/kexec-purgatory.c: $(obj)/purgatory.ro FORCE
 	$(call if_changed,bin2c)
_

Patches currently in -mm which might be from bhe@redhat.com are

not-adding-modules-range-to-kcore-if-its-equal-to-vmcore-range.patch
not-adding-modules-range-to-kcore-if-its-equal-to-vmcore-range-checkpatch-fixes.patch
try-to-use-automatic-variable-in-kexec-purgatory-makefile.patch

--
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic