Hi, This patchset is for the vmcoreinfo data. The vmcoreinfo data has the minimum debugging information only for dump filtering. makedumpfile (dump filtering command) gets it to distinguish unnecessary pages, and makedumpfile creates a small dumpfile. [PATCH 1/5] Rename vmcoreinfo's macros returning the size [PATCH 2/5] Use the existing offsetof() for VMCOREINFO_OFFSET() [PATCH 3/5] Add "VMCOREINFO_" to all the call for vmcoreinfo_append_str() [PATCH 4/5] Fix the configuration dependencies [PATCH 5/5] Add the array length of "free_list" for filtering free pages Patch 1-3 are cleanup patches, and they are the same as I sent before: http://www.ussg.iu.edu/hypermail/linux/kernel/0709.3/0582.html http://www.ussg.iu.edu/hypermail/linux/kernel/0709.3/0584.html http://www.ussg.iu.edu/hypermail/linux/kernel/0709.3/0586.html Patch 4 is a new patch for fixing the configuration dependencies. Patch 5 is a new patch for filtering free pages of linux-2.6.24. Their details are explained in each patch. I confirmed that their coding styles are right by checkpatch.pl and tested them on my i386, x86_64 and ia64. Thanks Ken'ichi Ohmichi