Blame SOURCES/kexec-tools-2.0.15-makedumpfile-Documentation-Update-documentation-regarding-mem-usa.patch

26a7a5
From 8449bda73ab14516d4bf81d29503c1ea203bb865 Mon Sep 17 00:00:00 2001
26a7a5
From: Bhupesh Sharma <bhsharma@redhat.com>
26a7a5
Date: Tue, 6 Mar 2018 02:13:00 +0900
26a7a5
Subject: [PATCH 3/3] Documentation: Update documentation regarding
26a7a5
 --mem-usage' option
26a7a5
26a7a5
Earlier patch in this patchset, enables the '--mem-usage' makedumpfile
26a7a5
option on arm64 platforms.
26a7a5
26a7a5
In addition, I have validated the '--mem-usage' makedumpfile option
26a7a5
on several ppc64/ppc64le and s390x machines, so update the
26a7a5
'makedumpfile.8' documentation to indicate that '--mem-usage' option is
26a7a5
supported not only on x86_64, but also on ppc64, s390x and arm64
26a7a5
platforms.
26a7a5
26a7a5
Signed-off-by: Bhupesh Sharma <bhsharma@redhat.com>
26a7a5
---
26a7a5
 makedumpfile.8 | 2 +-
26a7a5
 1 file changed, 1 insertion(+), 1 deletion(-)
26a7a5
26a7a5
diff --git a/makedumpfile-1.6.2/makedumpfile.8 b/makedumpfile-1.6.2/makedumpfile.8
26a7a5
index 15db7947d62f..3ccfc65798be 100644
26a7a5
--- a/makedumpfile-1.6.2/makedumpfile.8
26a7a5
+++ b/makedumpfile-1.6.2/makedumpfile.8
26a7a5
@@ -593,7 +593,7 @@ last cleared on the crashed kernel, through "dmesg --clear" for example.
26a7a5
 
26a7a5
 .TP
26a7a5
 \fB\-\-mem-usage\fR
26a7a5
-This option is only for x86_64.
26a7a5
+This option is currently supported on x86_64, arm64, ppc64 and s390x.
26a7a5
 This option is used to show the page numbers of current system in different
26a7a5
 use. It should be executed in 1st kernel. By the help of this, user can know
26a7a5
 how many pages is dumpable when different dump_level is specified. It analyzes
26a7a5
-- 
26a7a5
2.7.4
26a7a5