Re: [PATCH 2/4] [-mm patch] Add nodemask_t's size and NR_FREE_PAGES's value to vmcoreinfo_data.

2007-09-19 Thread Ken'ichi Ohmichi
Hi David, David Rientjes wrote: > On Fri, 14 Sep 2007, Ken'ichi Ohmichi wrote: > >> diff -rpuN a/include/linux/kexec.h b/include/linux/kexec.h >> --- a/include/linux/kexec.h2007-09-10 23:28:42.0 +0900 >> +++ b/include/linux/kexec.h2007-09-10 23:29:52.0 +0900 >> @@ -132,11

Re: [PATCH 2/4] [-mm patch] Add nodemask_t's size and NR_FREE_PAGES's value to vmcoreinfo_data.

2007-09-13 Thread David Rientjes
On Fri, 14 Sep 2007, Ken'ichi Ohmichi wrote: > diff -rpuN a/include/linux/kexec.h b/include/linux/kexec.h > --- a/include/linux/kexec.h 2007-09-10 23:28:42.0 +0900 > +++ b/include/linux/kexec.h 2007-09-10 23:29:52.0 +0900 > @@ -132,11 +132,16 @@ unsigned long paddr_vmcoreinfo_n

[PATCH 2/4] [-mm patch] Add nodemask_t's size and NR_FREE_PAGES's value to vmcoreinfo_data.

2007-09-13 Thread Ken'ichi Ohmichi
[2/4] 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