Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1455990

[RESEND][PATCH v2 0/2] powerpc/fadump: support memory range syntax for fadump memory reservation

From Hari Bathini <hbathini@linux.vnet.ibm.com>
Newsgroups linux.kernel
Subject [RESEND][PATCH v2 0/2] powerpc/fadump: support memory range syntax for fadump memory reservation
Date 2016-08-03 21:40 +0200
Message-ID <s2abg-6TC-9@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


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 |   64 ++++++++++++++++++++++++----
 include/linux/kernel.h       |    5 ++
 kernel/kexec_core.c          |   63 ++--------------------------
 kernel/params.c              |   96 ++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 161 insertions(+), 67 deletions(-)

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[RESEND][PATCH v2 0/2] powerpc/fadump: support memory range syntax  for fadump memory reservation Hari Bathini <hbathini@linux.vnet.ibm.com> - 2016-08-03 21:40 +0200
  [RESEND][PATCH v2 1/2] kexec: refactor code parsing size based on  memory range Hari Bathini <hbathini@linux.vnet.ibm.com> - 2016-08-03 21:40 +0200
    Re: [RESEND][PATCH v2 1/2] kexec: refactor code parsing size based  on memory range Dave Young <dyoung@redhat.com> - 2016-08-04 11:30 +0200
      Re: [RESEND][PATCH v2 1/2] kexec: refactor code parsing size based on  memory range Hari Bathini <hbathini@linux.vnet.ibm.com> - 2016-08-04 21:10 +0200

csiph-web