All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Ken'ichi Ohmichi" <oomichi@mxs.nes.nec.co.jp>
To: kexec-ml <kexec@lists.infradead.org>
Cc: Vivek Goyal <vgoyal@in.ibm.com>, Dan Aloni <da-x@monatomic.org>
Subject: [PATCH 0/2] vmcoreinfo support for dump filtering #2
Date: Fri, 7 Sep 2007 17:57:46 +0900	[thread overview]
Message-ID: <20070907175746oomichi@mail.jp.nec.com> (raw)


Hi,

I released a new makedumpfile (version 1.2.0) with vmcoreinfo support.
I updated the patches for linux and kexec-tools.

- Change of linux patch:
  Old makedumpfile assumed some values (the size of nodemask_t and the
  value of NR_FREE_PAGES), and it was not good on the reliability viewpoint.
  For the reliability improvement, makedumpfile came to need these values
  and I updated the kernel patch to output them.

- Chage of kexec-tools patch:
  Vivek Goyal informed that the kexec command with old vmcoreinfo patch
  didn't work on kernels without vmcoreinfo patch. It gave the following
  error message, so I updated the patch of kexec-tools for fixing the
  problem:
    Could not open "/sys/kernel/vmcoreinfo": No such file or directory


PATCH SET:
[1/2] [linux-2.6.22] Add vmcoreinfo
  The patch is for linux-2.6.22.
  The patch adds the vmcoreinfo data. Its address and size are output
  to /sys/kernel/vmcoreinfo.

  Changelog:
  - Add the size of nodemask_t and the value of NR_FREE_PAGES to the
    vmcoreinfo data.

[2/2] [kexec-tools] Pass vmcoreinfo's address and size
  The patch is for kexec-tools-testing-20070330.
  (http://www.kernel.org/pub/linux/kernel/people/horms/kexec-tools/)
  kexec command gets the address and size of the vmcoreinfo data from
  /sys/kernel/vmcoreinfo, and passes them to the second kernel through
  ELF header of /proc/vmcore. When the second kernel is booting, the
  kernel gets them from the ELF header and creates vmcoreinfo's PT_NOTE
  segment into /proc/vmcore.

  Changelog:
  - Fix the problem that the kexec command cannnot be executed on kernels
    without vmcoreinfo.


Thanks
Ken'ichi Ohmichi

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

             reply	other threads:[~2007-09-07  8:57 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-09-07  8:57 Ken'ichi Ohmichi [this message]
2007-09-10 18:35 ` [PATCH 0/2] vmcoreinfo support for dump filtering #2 Randy Dunlap
2007-09-11  3:52   ` Vivek Goyal
2007-09-11  4:45     ` [Crash-utility] " Piet Delaney
2007-09-11  5:23       ` Randy Dunlap
2007-09-11  5:58       ` Horms
2007-09-11 14:03     ` Dave Anderson
2007-09-11 16:25       ` Randy Dunlap
2007-09-11 18:12         ` Dave Anderson
2007-09-11 23:01           ` Randy Dunlap

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20070907175746oomichi@mail.jp.nec.com \
    --to=oomichi@mxs.nes.nec.co.jp \
    --cc=da-x@monatomic.org \
    --cc=kexec@lists.infradead.org \
    --cc=vgoyal@in.ibm.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.