All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] makedumpfile: Claim to support 2.6.27
@ 2008-11-12  9:42 Bernhard Walle
  2008-11-13  9:07 ` Ken'ichi Ohmichi
  0 siblings, 1 reply; 6+ messages in thread
From: Bernhard Walle @ 2008-11-12  9:42 UTC (permalink / raw)
  To: oomichi; +Cc: kexec

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@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 */
 

_______________________________________________
kexec mailing list
kexec@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/kexec

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2008-11-14  8:56 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-12  9:42 [PATCH] makedumpfile: Claim to support 2.6.27 Bernhard Walle
2008-11-13  9:07 ` Ken'ichi Ohmichi
2008-11-13 11:15   ` Bernhard Walle
2008-11-14  2:09     ` Ken'ichi Ohmichi
2008-11-14  8:39       ` Bernhard Walle
2008-11-14  8:43         ` Ken'ichi Ohmichi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.