All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC PATCH 0/2] transfer sparse memory related values
@ 2014-05-07 13:27 ` Liu Hua
  0 siblings, 0 replies; 16+ messages in thread
From: Liu Hua @ 2014-05-07 13:27 UTC (permalink / raw)
  To: linux, kumagai-atsushi
  Cc: wangnan0, peifeiyue, sdu.liu, will.deacon, liusdu, kexec,
	linux-kernel

Now different platforms may have different SECTION_SIZE_BITS and
MAX_PHYSMEM_BITS. But linux passes nothing related to the 
vmcore.

User space tools such as makedumpfile needs these to deal with 
the vmcore. So we must define these when compiling. So if we 
deal with aother vmcore. We may need to recompile the tools.

These patch series make kernel pass related infomation to
the user space tools, via vmcore. And makedumpfile can
get these when parsing vmcore. So the makdumpfile becomes
more compatible to vmcore with different section size.


Liu Hua (1):
  kdump: add sparse memory related values to vmcore
  makedumpfile: get additional information from vmcore

 kernel/kexec.c | 3 +++
 makedumpfile.c | 17 +++++++++++++++++
 makedumpfile.h |  2 ++
 3 files changed, 22 insertions(+)

-- 
1.9.0


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

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

end of thread, other threads:[~2014-05-15  2:14 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-07 13:27 [RFC PATCH 0/2] transfer sparse memory related values Liu Hua
2014-05-07 13:27 ` Liu Hua
2014-05-07 13:27 ` [RFC PATCH 1/2] kdump: add sparse memory related values to vmcore Liu Hua
2014-05-07 13:27   ` Liu Hua
2014-05-07 13:27 ` [RFC PATCH 2/2] makedumpfile: get additional information from vmcore Liu Hua
2014-05-07 13:27   ` Liu Hua
2014-05-13  6:21   ` Atsushi Kumagai
2014-05-13  6:21     ` Atsushi Kumagai
2014-05-13  7:25     ` Liu hua
2014-05-13  7:25       ` Liu hua
2014-05-14  7:53       ` Atsushi Kumagai
2014-05-14  7:53         ` Atsushi Kumagai
2014-05-14 12:33         ` Liu hua
2014-05-14 12:33           ` Liu hua
2014-05-15  2:12           ` Atsushi Kumagai
2014-05-15  2:12             ` 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.