Kexec Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [v3 0/3] Introduce struct cycle to store cyclic region and clean up
@ 2014-02-08  9:19 Baoquan He
  2014-02-08  9:19 ` [v3 1/3] makedumpfile: introduce struct cycle to store the cyclic region Baoquan He
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Baoquan He @ 2014-02-08  9:19 UTC (permalink / raw)
  To: kexec; +Cc: d.hatayama, kumagai-atsushi, Baoquan He

v1->v2:
    In first_cycle(), start_pfn assignation is not aligned to info->pfn_cyclic.
    Now in v2 change this. Accordingly the pfn in write_elf_header() and
    write_elf_pages_cyclic() need be adjusted to the real beginning of a
    load segment, but not the cycle->start_pfn which may be lower after alignment.

v2->v3:
    Astushi and HATAYAMA found removing the pfn check in set_bitmap_cyclic will
introduce bugs. So it's better to add the pfn checking back, though there's
a little influence on perforcemance.

Baoquan He (3):
  makedumpfile: introduce struct cycle to store the cyclic region
  makedumpfile: use struct cycle to update cyclic region and clean up
  makedumpfile: remove member variables representing cyclic pfn region
    in struct DumpInfo

 makedumpfile.c | 498 ++++++++++++++++++++++++++++-----------------------------
 makedumpfile.h |  21 +--
 sadump_info.c  |   4 +-
 3 files changed, 261 insertions(+), 262 deletions(-)

-- 
1.8.3.1


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

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

end of thread, other threads:[~2014-02-10  8:02 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-08  9:19 [v3 0/3] Introduce struct cycle to store cyclic region and clean up Baoquan He
2014-02-08  9:19 ` [v3 1/3] makedumpfile: introduce struct cycle to store the cyclic region Baoquan He
2014-02-08  9:19 ` [v3 2/3] makedumpfile: use struct cycle to update cyclic region and clean up Baoquan He
2014-02-08  9:19 ` [v3 3/3] makedumpfile: remove member variables representing cyclic pfn region in struct DumpInfo Baoquan He
2014-02-10  7:58 ` [v3 0/3] Introduce struct cycle to store cyclic region and clean up Atsushi Kumagai

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox