Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1634490
| Path | csiph.com!news.redatomik.org!aioe.org!bofh.it!news.nic.it!robomod |
|---|---|
| From | Michal Suchanek <msuchanek@suse.de> |
| Newsgroups | linux.kernel |
| Subject | [PATCH v4 RFT 2/2] powerpc/fadump: update documentation about 'fadump_append=' parameter |
| Date | Tue, 02 May 2017 18:00:01 +0200 |
| Message-ID | <tCInv-ek-3@gated-at.bofh.it> (permalink) |
| References | <tCInv-ek-5@gated-at.bofh.it> |
| X-Mailer | git-send-email 2.10.2 |
| Sender | robomod@news.nic.it |
| List-ID | <linux-kernel.vger.kernel.org> |
| X-Mailing-List | linux-kernel@vger.kernel.org |
| Approved | robomod@news.nic.it |
| Lines | 37 |
| Organization | linux.* mail to news gateway |
| X-Original-Date | Tue, 2 May 2017 17:56:11 +0200 |
| X-Original-Message-ID | <20170502155611.6789-2-msuchanek@suse.de> |
| X-Original-References | <20170502155611.6789-1-msuchanek@suse.de> |
| X-Original-Sender | linux-kernel-owner@vger.kernel.org |
| Xref | csiph.com linux.kernel:1634490 |
Show key headers only | View raw
With the introduction of 'fadump_append=' parameter to pass additional
parameters to fadump (capture) kernel, update documentation about it.
Signed-off-by: Hari Bathini <hbathini@linux.vnet.ibm.com>
Signed-off-by: Michal Suchanek <msuchanek@suse.de>
---
Documentation/powerpc/firmware-assisted-dump.txt | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/Documentation/powerpc/firmware-assisted-dump.txt b/Documentation/powerpc/firmware-assisted-dump.txt
index 9cabaf8..99ab8f4 100644
--- a/Documentation/powerpc/firmware-assisted-dump.txt
+++ b/Documentation/powerpc/firmware-assisted-dump.txt
@@ -162,7 +162,11 @@ How to enable firmware-assisted dump (fadump):
1. Set config option CONFIG_FA_DUMP=y and build kernel.
2. Boot into linux kernel with 'fadump=on' kernel cmdline option.
-3. Optionally, user can also set 'crashkernel=' kernel cmdline
+3. A user can pass additional kernel parameters as a comma separated list
+ through 'fadump_append=' parameter, to be be appended when fadump is active.
+ This can be used to pass parameters like nr_cpus=1, numa=off to reduce
+ memory consumption during dump capture.
+4. Optionally, user can also set 'fadump_reserve_mem=' kernel cmdline
to specify size of the memory to reserve for boot memory dump
preservation.
@@ -172,6 +176,8 @@ NOTE: 1. 'fadump_reserve_mem=' parameter has been deprecated. Instead
2. If firmware-assisted dump fails to reserve memory then it
will fallback to existing kdump mechanism if 'crashkernel='
option is set at kernel cmdline.
+ 3. 'fadump_append=' parameter con be quoted to append multiple arguments
+ as in 'fadump_append="nr_cpus=8 numa=off"'
Sysfs/debugfs files:
------------
--
2.10.2
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
[PATCH v4 RFT 2/2] powerpc/fadump: update documentation about 'fadump_append=' parameter Michal Suchanek <msuchanek@suse.de> - 2017-05-02 18:00 +0200
csiph-web