Hi Bernhard, Bernhard Walle wrote: > According to the changelog and my tests, 2.6.27 kernel is supported. Express > that in the LATEST_VERSION check. Thank your for your tests and your patch. I also tested makedumpfile on linux-2.6.27 of both i386 and x86_64, but I have not tested on ia64 yet. So I want to know the CPU architecture of your machine to fill the supporting table of makedumpfile's "README" file. Thanks Ken'ichi Ohmichi > Signed-off-by: Bernhard Walle <bwalle at suse.de> > > diff --git a/makedumpfile.h b/makedumpfile.h > --- a/makedumpfile.h > +++ b/makedumpfile.h > @@ -436,7 +436,7 @@ > #define KVER_MIN_SHIFT 16 > #define KERNEL_VERSION(x,y,z) (((x) << KVER_MAJ_SHIFT) | ((y) << KVER_MIN_SHIFT) | (z)) > #define OLDEST_VERSION (0x0206000f) /* linux-2.6.15 */ > -#define LATEST_VERSION (0x0206001a) /* linux-2.6.26 */ > +#define LATEST_VERSION (0x0206001b) /* linux-2.6.27 */ > #define VERSION_LINUX_2_6_26 (0x0206001a) /* linux-2.6.26 */ > #define VERSION_LINUX_2_6_27 (0x0206001b) /* linux-2.6.27 */ > >