public inbox for kexec@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH 0/2] makedumpfile: write out a whole part of the 1st bitmap before entering cyclic process
@ 2013-10-24  6:51 HATAYAMA Daisuke
  2013-10-24  6:52 ` [PATCH 1/2] Use memset() to improve the 1st bitmap initialization performance HATAYAMA Daisuke
  2013-10-24  6:52 ` [PATCH 2/2] Write out a whole part of the 1st bitmap before entering cyclic process HATAYAMA Daisuke
  0 siblings, 2 replies; 5+ messages in thread
From: HATAYAMA Daisuke @ 2013-10-24  6:51 UTC (permalink / raw)
  To: kumagai-atsushi; +Cc: kexec, vgoyal

This patch set changes the implementation so that a whole part of the
1st bitmap is written out before entering cyclic process. By this, we
no longer need to keep buffer for the 1st bitmap during cyclic
process.

Note that this patch only deal with a conversion from ELF to
kdump-compressed format only, not from ELF to ELF.

---

HATAYAMA Daisuke (2):
      Use memset() to improve the 1st bitmap initialization performance
      Write out a whole part of the 1st bitmap before entering cyclic process


 makedumpfile.c |  252 ++++++++++++++++++++++++++++++++++++++++++++++++++------
 1 file changed, 227 insertions(+), 25 deletions(-)

-- 

Thanks.
HATAYAMA, Daisuke

_______________________________________________
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:[~2013-10-31  4:31 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-24  6:51 [PATCH 0/2] makedumpfile: write out a whole part of the 1st bitmap before entering cyclic process HATAYAMA Daisuke
2013-10-24  6:52 ` [PATCH 1/2] Use memset() to improve the 1st bitmap initialization performance HATAYAMA Daisuke
2013-10-24  6:52 ` [PATCH 2/2] Write out a whole part of the 1st bitmap before entering cyclic process HATAYAMA Daisuke
2013-10-30 10:52   ` Atsushi Kumagai
2013-10-31  4:28     ` HATAYAMA Daisuke

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