[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <151075897205.14434.9005256552409420263.stgit@hbathini.in.ibm.com>
Date: Wed, 15 Nov 2017 20:46:40 +0530
From: Hari Bathini <hbathini@...ux.vnet.ibm.com>
To: linuxppc-dev <linuxppc-dev@...abs.org>,
Andrew Morton <akpm@...ux-foundation.org>,
lkml <linux-kernel@...r.kernel.org>
Cc: Michael Ellerman <mpe@...erman.id.au>,
Ankit Kumar <ankit@...ux.vnet.ibm.com>,
Michal Suchánek <msuchanek@...e.de>,
Mahesh J Salgaonkar <mahesh@...ux.vnet.ibm.com>
Subject: [PATCH v9 0/8] reduce memory consumption for powerpc
firmware-assisted capture kernel
I posted the initial version [1] of patchset [2] adding support to enforce
additional parameters when firmware-assisted dump capture kernel is active.
Michal reposted it with few improvements to parameter processing to make
it more robust. He further posted patchset [3] with few more improvements.
This patch series clubs the work from these two patch-sets while segregating
the generic and arch-specific code to ease the review process.
[1] http://patchwork.ozlabs.org/patch/758176/
[2] http://patchwork.ozlabs.org/project/linuxppc-dev/list/?series=2733
[3] http://patchwork.ozlabs.org/project/linuxppc-dev/list/?series=3338
---
Hari Bathini (2):
powerpc/fadump: reduce memory consumption for capture kernel
powerpc/fadump: update documentation about 'fadump_extra_args=' parameter
Michal Suchanek (6):
lib/cmdline.c: remove quotes symmetrically
boot/param: add pointer to current and next argument to unknown parameter callback
lib/cmdline.c: add backslash support to kernel commandline parsing
Documentation/admin-guide: backslash support in commandline
lib/cmdline.c: implement single quotes in commandline argument parsing
Documentation/admin-guide: single quotes in kernel arguments
Documentation/admin-guide/kernel-parameters.rst | 5 +
Documentation/powerpc/firmware-assisted-dump.txt | 20 ++++-
arch/powerpc/include/asm/fadump.h | 2
arch/powerpc/kernel/fadump.c | 97 +++++++++++++++++++++-
arch/powerpc/kernel/prom.c | 7 ++
include/linux/moduleparam.h | 1
init/main.c | 8 +-
kernel/module.c | 5 +
kernel/params.c | 18 +++-
lib/cmdline.c | 54 +++++++-----
lib/dynamic_debug.c | 1
11 files changed, 179 insertions(+), 39 deletions(-)
Powered by blists - more mailing lists