Kexec Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Simple cleanups
@ 2017-01-30 18:14 Eric DeVolder
  2017-01-30 18:14 ` [PATCH 1/2] purgatory: Add purgatory.map and purgatory.ro.sym to clean recipe Eric DeVolder
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Eric DeVolder @ 2017-01-30 18:14 UTC (permalink / raw)
  To: horms, kexec, andrew.cooper3; +Cc: daniel.kiper

Trivial cleanups

No functional changes


_______________________________________________
kexec mailing list
kexec@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/kexec

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH 1/2] purgatory: Add purgatory.map and purgatory.ro.sym to clean recipe
  2017-01-30 18:14 [PATCH 0/2] Simple cleanups Eric DeVolder
@ 2017-01-30 18:14 ` Eric DeVolder
  2017-01-30 18:14 ` [PATCH 2/2] kexec: Remove redundant space from help message Eric DeVolder
  2017-01-31 11:24 ` [PATCH 0/2] Simple cleanups Simon Horman
  2 siblings, 0 replies; 4+ messages in thread
From: Eric DeVolder @ 2017-01-30 18:14 UTC (permalink / raw)
  To: horms, kexec, andrew.cooper3; +Cc: daniel.kiper

From: Daniel Kiper <daniel.kiper@oracle.com>

Signed-off-by: Daniel Kiper <daniel.kiper@oracle.com>
Signed-off-by: Eric DeVolder <eric.devolder@oracle.com>
---
 purgatory/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/purgatory/Makefile b/purgatory/Makefile
index 328904e..49ce80a 100644
--- a/purgatory/Makefile
+++ b/purgatory/Makefile
@@ -34,7 +34,7 @@ PURGATORY_SRCS+=$($(ARCH)_PURGATORY_SRCS)
 PURGATORY_OBJS = $(call objify, $(PURGATORY_SRCS)) purgatory/sha256.o
 PURGATORY_DEPS = $(call depify, $(PURGATORY_OBJS))
 
-clean += $(PURGATORY_OBJS) $(PURGATORY_DEPS) $(PURGATORY)
+clean += $(PURGATORY_OBJS) $(PURGATORY_DEPS) $(PURGATORY) $(PURGATORY_MAP) $(PURGATORY).sym
 
 -include $(PURGATORY_DEPS)
 
-- 
2.7.4


_______________________________________________
kexec mailing list
kexec@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/kexec

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [PATCH 2/2] kexec: Remove redundant space from help message
  2017-01-30 18:14 [PATCH 0/2] Simple cleanups Eric DeVolder
  2017-01-30 18:14 ` [PATCH 1/2] purgatory: Add purgatory.map and purgatory.ro.sym to clean recipe Eric DeVolder
@ 2017-01-30 18:14 ` Eric DeVolder
  2017-01-31 11:24 ` [PATCH 0/2] Simple cleanups Simon Horman
  2 siblings, 0 replies; 4+ messages in thread
From: Eric DeVolder @ 2017-01-30 18:14 UTC (permalink / raw)
  To: horms, kexec, andrew.cooper3; +Cc: daniel.kiper

From: Daniel Kiper <daniel.kiper@oracle.com>

Signed-off-by: Daniel Kiper <daniel.kiper@oracle.com>
Signed-off-by: Eric DeVolder <eric.devolder@oracle.com>
---
 kexec/kexec.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kexec/kexec.c b/kexec/kexec.c
index ec16247..a2ba79d 100644
--- a/kexec/kexec.c
+++ b/kexec/kexec.c
@@ -1004,7 +1004,7 @@ void usage(void)
 	       "                      preserve context)\n"
 	       "                      to original kernel.\n"
 	       " -s, --kexec-file-syscall Use file based syscall for kexec operation\n"
-	       " -d, --debug           Enable debugging to help spot a failure.\n"
+	       " -d, --debug          Enable debugging to help spot a failure.\n"
 	       " -S, --status         Return 0 if the type (by default crash) is loaded.\n"
 	       "\n"
 	       "Supported kernel file types and options: \n");
-- 
2.7.4


_______________________________________________
kexec mailing list
kexec@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/kexec

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH 0/2] Simple cleanups
  2017-01-30 18:14 [PATCH 0/2] Simple cleanups Eric DeVolder
  2017-01-30 18:14 ` [PATCH 1/2] purgatory: Add purgatory.map and purgatory.ro.sym to clean recipe Eric DeVolder
  2017-01-30 18:14 ` [PATCH 2/2] kexec: Remove redundant space from help message Eric DeVolder
@ 2017-01-31 11:24 ` Simon Horman
  2 siblings, 0 replies; 4+ messages in thread
From: Simon Horman @ 2017-01-31 11:24 UTC (permalink / raw)
  To: Eric DeVolder; +Cc: andrew.cooper3, daniel.kiper, kexec

On Mon, Jan 30, 2017 at 12:14:23PM -0600, Eric DeVolder wrote:
> Trivial cleanups
> 
> No functional changes

Thanks, applied.

_______________________________________________
kexec mailing list
kexec@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/kexec

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-01-31 11:25 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-30 18:14 [PATCH 0/2] Simple cleanups Eric DeVolder
2017-01-30 18:14 ` [PATCH 1/2] purgatory: Add purgatory.map and purgatory.ro.sym to clean recipe Eric DeVolder
2017-01-30 18:14 ` [PATCH 2/2] kexec: Remove redundant space from help message Eric DeVolder
2017-01-31 11:24 ` [PATCH 0/2] Simple cleanups Simon Horman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox