All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Ken'ichi Ohmichi" <oomichi@mxs.nes.nec.co.jp>
To: Bernhard Walle <bwalle@suse.de>
Cc: kexec@lists.infradead.org
Subject: Re: [PATCH] makedumpfile: Claim to support 2.6.27
Date: Thu, 13 Nov 2008 18:07:00 +0900	[thread overview]
Message-ID: <491BEE34.6070501@mxs.nes.nec.co.jp> (raw)
In-Reply-To: <109842e145d381000c4c.1226482968@hale.suse.de>

[-- Attachment #1: Type: text/plain, Size: 1044 bytes --]


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




[-- Attachment #2: Type: text/plain, Size: 143 bytes --]

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

  reply	other threads:[~2008-11-13 11:12 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-11-12  9:42 [PATCH] makedumpfile: Claim to support 2.6.27 Bernhard Walle
2008-11-13  9:07 ` Ken'ichi Ohmichi [this message]
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=491BEE34.6070501@mxs.nes.nec.co.jp \
    --to=oomichi@mxs.nes.nec.co.jp \
    --cc=bwalle@suse.de \
    --cc=kexec@lists.infradead.org \
    /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.