All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] makedumpfile: Add description of pages lost by ENOSPACE in IMPLEMENTATION
@ 2015-06-25  8:22 Zhou Wenjian
  2015-06-25  8:22 ` [PATCH 2/2] makedumpfile: Optimise the function reserve_diskspace Zhou Wenjian
  2015-06-29  8:33 ` [PATCH 1/2] makedumpfile: Add description of pages lost by ENOSPACE in IMPLEMENTATION Atsushi Kumagai
  0 siblings, 2 replies; 6+ messages in thread
From: Zhou Wenjian @ 2015-06-25  8:22 UTC (permalink / raw)
  To: kexec

Currently, there is no obvious description in IMPLEMENTATION for
distinguishing the lost pages resulted by ENOSPACE errors or others.
So, it is added.

Signed-off-by: Zhou Wenjian <zhouwj-fnst@cn.fujitsu.com>
---
 IMPLEMENTATION |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/IMPLEMENTATION b/IMPLEMENTATION
index 72df5d5..70a3f7c 100644
--- a/IMPLEMENTATION
+++ b/IMPLEMENTATION
@@ -240,6 +240,8 @@
     The page header and page data are written in pairs. When writing page data
     (pfn N+1), if ENOSPACE error happens, the page headers after N won't be
     written either.
+    When reading page from incomplete core, only the page lost by ENOSPACE errors
+    has 0 in its corresponding page descriptor's member offset.
 
     If there is no page data dumped into the DUMPFILE, the DUMPFILE can't be
     analysed by crash.
-- 
1.7.1


_______________________________________________
kexec mailing list
kexec@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/kexec

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

end of thread, other threads:[~2015-07-02  2:21 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-25  8:22 [PATCH 1/2] makedumpfile: Add description of pages lost by ENOSPACE in IMPLEMENTATION Zhou Wenjian
2015-06-25  8:22 ` [PATCH 2/2] makedumpfile: Optimise the function reserve_diskspace Zhou Wenjian
2015-06-29  8:33   ` Atsushi Kumagai
2015-06-29  8:33 ` [PATCH 1/2] makedumpfile: Add description of pages lost by ENOSPACE in IMPLEMENTATION Atsushi Kumagai
2015-06-30  1:02   ` "Zhou, Wenjian/周文剑"
2015-07-02  2:19     ` Atsushi Kumagai

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.