From: Bernhard Walle <bwalle@suse.de>
To: oomichi@mxs.nes.nec.co.jp
Cc: kexec@lists.infradead.org
Subject: [PATCH] makedumpfile: Claim to support 2.6.27
Date: Wed, 12 Nov 2008 10:42:48 +0100 [thread overview]
Message-ID: <109842e145d381000c4c.1226482968@hale.suse.de> (raw)
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
next reply other threads:[~2008-11-12 10:05 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-11-12 9:42 Bernhard Walle [this message]
2008-11-13 9:07 ` [PATCH] makedumpfile: Claim to support 2.6.27 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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=109842e145d381000c4c.1226482968@hale.suse.de \
--to=bwalle@suse.de \
--cc=kexec@lists.infradead.org \
--cc=oomichi@mxs.nes.nec.co.jp \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.