linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/2] powerpc/fadump: support memory range syntax for fadump memory reservation
@ 2016-08-10 10:04 Hari Bathini
  2016-08-10 10:05 ` [PATCH v3 1/2] kexec: refactor code parsing size based on memory range Hari Bathini
  2016-08-10 10:05 ` [PATCH v3 2/2] powerpc/fadump: parse fadump reserve memory " Hari Bathini
  0 siblings, 2 replies; 6+ messages in thread
From: Hari Bathini @ 2016-08-10 10:04 UTC (permalink / raw)
  To: Michael Ellerman, dyoung, ebiederm, vgoyal, linuxppc-dev
  Cc: Mahesh J Salgaonkar, kexec, lkml, Ananth N Mavinakayanahalli

This patchset adds support to input system memory range based memory size
for fadump reservation. The crashkernel parameter already supports such
syntax. The first patch refactors the parsing code of crashkernel parameter
for reuse. The second patch uses the newly refactored parsing code to reserve
memory for fadump based on system memory size.

---

Hari Bathini (2):
      kexec: refactor code parsing size based on memory range
      powerpc/fadump: parse fadump reserve memory size based on memory range


 arch/powerpc/kernel/fadump.c |   63 ++++++++++++++++++++++---
 include/linux/kernel.h       |    5 ++
 kernel/kexec_core.c          |   63 ++-----------------------
 lib/cmdline.c                |  104 ++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 168 insertions(+), 67 deletions(-)

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

end of thread, other threads:[~2016-08-26  3:22 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-08-10 10:04 [PATCH v3 0/2] powerpc/fadump: support memory range syntax for fadump memory reservation Hari Bathini
2016-08-10 10:05 ` [PATCH v3 1/2] kexec: refactor code parsing size based on memory range Hari Bathini
2016-08-10 10:05 ` [PATCH v3 2/2] powerpc/fadump: parse fadump reserve memory " Hari Bathini
2016-08-25  7:01   ` Dave Young
2016-08-25 17:30     ` Hari Bathini
2016-08-26  3:22       ` Dave Young

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).