Le 15/11/2017 à 16:16, Hari Bathini a écrit :
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
Hello,
We still have this series flagged as "new" in powerpc's patchwork.
It is still of interest ?
Patch 1 applies but patch 2 hardly conflicts in init/main.c
So I'll flag it as "change requested", fell free to resubmit if still
relevant.
Or if you think that's still required but don't plan to handle it, tell
me and I'll open an issue in our issue board so that we don't loose history.
Thanks
Christophe
---
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(-)