[PATCH v9 0/8] reduce memory consumption for powerpc firmware-assisted capture kernel

From: Hari Bathini
Date: Wed Nov 15 2017 - 10:17:05 EST


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(-)