All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v9 0/8] reduce memory consumption for powerpc firmware-assisted capture kernel
@ 2017-11-15 15:16 Hari Bathini
  2017-11-15 15:16 ` [PATCH v9 1/8] lib/cmdline.c: remove quotes symmetrically Hari Bathini
                   ` (8 more replies)
  0 siblings, 9 replies; 21+ messages in thread
From: Hari Bathini @ 2017-11-15 15:16 UTC (permalink / raw)
  To: linuxppc-dev, Andrew Morton, lkml
  Cc: Michael Ellerman, Ankit Kumar, Michal Suchánek, Mahesh J Salgaonkar

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

^ permalink raw reply	[flat|nested] 21+ messages in thread

end of thread, other threads:[~2022-03-11 17:02 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-15 15:16 [PATCH v9 0/8] reduce memory consumption for powerpc firmware-assisted capture kernel Hari Bathini
2017-11-15 15:16 ` [PATCH v9 1/8] lib/cmdline.c: remove quotes symmetrically Hari Bathini
2017-12-15 20:51   ` Michal Suchánek
2017-11-15 15:17 ` [PATCH v9 2/8] boot/param: add pointer to current and next argument to unknown parameter callback Hari Bathini
2017-12-15 20:47   ` Michal Suchánek
2017-12-15 21:41     ` [PATCH] Fix parse_args cycle limit check Michal Suchanek
2017-12-15 23:49       ` Randy Dunlap
2017-12-18 17:34         ` Michal Suchánek
2017-12-18 17:57           ` Randy Dunlap
2017-11-15 15:17 ` [PATCH v9 3/8] lib/cmdline.c: add backslash support to kernel commandline parsing Hari Bathini
2017-12-15 21:33   ` [PATCH] init/main.c: simplify repair_env_string Michal Suchanek
2018-05-04 15:40     ` Steven Rostedt
2018-05-04 16:08       ` Michal Suchánek
2017-11-15 15:17 ` [PATCH v9 4/8] Documentation/admin-guide: backslash support in commandline Hari Bathini
2017-11-15 15:18 ` [PATCH v9 5/8] lib/cmdline.c: implement single quotes in commandline argument parsing Hari Bathini
2017-12-15 21:49   ` [PATCH] Optimize final quote removal Michal Suchanek
2017-11-15 15:18 ` [PATCH v9 6/8] Documentation/admin-guide: single quotes in kernel arguments Hari Bathini
2017-11-15 15:19 ` [PATCH v9 7/8] powerpc/fadump: reduce memory consumption for capture kernel Hari Bathini
2017-11-15 15:19 ` [PATCH v9 8/8] powerpc/fadump: update documentation about 'fadump_extra_args=' parameter Hari Bathini
2022-03-11 17:02 ` [PATCH v9 0/8] reduce memory consumption for powerpc firmware-assisted capture kernel Christophe Leroy
2022-03-11 17:02   ` Christophe Leroy

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.