[PATCH] makedumpfile: Claim to support 2.6.27
Bernhard Walle
bwalle at suse.de
Wed Nov 12 04:42:48 EST 2008
According to the changelog and my tests, 2.6.27 kernel is supported. Express
that in the LATEST_VERSION check.
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 */
More information about the kexec
mailing list