add-vmcore: add nodemask_t's size and NR_FREE_PAGES's value to vmcoreinfo_data
authorKen'ichi Ohmichi <oomichi@mxs.nes.nec.co.jp>
Wed, 17 Oct 2007 06:27:28 +0000 (23:27 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Wed, 17 Oct 2007 15:42:54 +0000 (08:42 -0700)
commit6cfa062f01b601206b980e503f62dc593ed8fcaa
tree17cf10b2c569b464a4045679294e5b3c11a29a67
parentd768281e97a403815467102bc4b677f6c425a42b
add-vmcore: add nodemask_t's size and NR_FREE_PAGES's value to vmcoreinfo_data

[2/3] Add nodemask_t's size and NR_FREE_PAGES's value to vmcoreinfo_data.
  The dump filetering command 'makedumpfile'(v1.1.6 or before) had assumed
  the above values, and it was not good from the reliability viewpoint.
  So makedumpfile v1.2.0 came to need these values and I created the patch
  to let the kernel output them.
  makedumpfile site:
  https://sourceforge.net/projects/makedumpfile/

Signed-off-by: Ken'ichi Ohmichi <oomichi@mxs.nes.nec.co.jp>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/linux/kexec.h
kernel/kexec.c