[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <147082324660.4631.6557186560310369015.stgit@hbathini.in.ibm.com>
Date: Wed, 10 Aug 2016 15:34:51 +0530
From: Hari Bathini <hbathini@...ux.vnet.ibm.com>
To: Michael Ellerman <mpe@...erman.id.au>, dyoung@...hat.com,
ebiederm@...ssion.com, vgoyal@...hat.com,
linuxppc-dev <linuxppc-dev@...abs.org>
Cc: Mahesh J Salgaonkar <mahesh@...ux.vnet.ibm.com>,
kexec@...ts.infradead.org, lkml <linux-kernel@...r.kernel.org>,
Ananth N Mavinakayanahalli <ananth@...ibm.com>
Subject: [PATCH v3 0/2] powerpc/fadump: support memory range syntax for
fadump memory reservation
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(-)
Powered by blists - more mailing lists