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

* Re: [PATCH] makedumpfile: Claim to support 2.6.27
  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
  0 siblings, 1 reply; 6+ messages in thread
From: Ken'ichi Ohmichi @ 2008-11-13  9:07 UTC (permalink / raw)
  To: Bernhard Walle; +Cc: kexec

[-- 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

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

* Re: [PATCH] makedumpfile: Claim to support 2.6.27
  2008-11-13  9:07 ` Ken'ichi Ohmichi
@ 2008-11-13 11:15   ` Bernhard Walle
  2008-11-14  2:09     ` Ken'ichi Ohmichi
  0 siblings, 1 reply; 6+ messages in thread
From: Bernhard Walle @ 2008-11-13 11:15 UTC (permalink / raw)
  To: Ken'ichi Ohmichi; +Cc: kexec

* Ken'ichi Ohmichi [2008-11-13 18:07]:
> 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.

I tested on ia64 in that case.



Regards,
Bernhard
-- 
Bernhard Walle, SUSE Linux Products GmbH, Architecture Development

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

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

* Re: [PATCH] makedumpfile: Claim to support 2.6.27
  2008-11-13 11:15   ` Bernhard Walle
@ 2008-11-14  2:09     ` Ken'ichi Ohmichi
  2008-11-14  8:39       ` Bernhard Walle
  0 siblings, 1 reply; 6+ messages in thread
From: Ken'ichi Ohmichi @ 2008-11-14  2:09 UTC (permalink / raw)
  To: Bernhard Walle; +Cc: kexec

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


Hi Bernhard,

Bernhard Walle wrote:
> * Ken'ichi Ohmichi [2008-11-13 18:07]:
>> 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.
> 
> I tested on ia64 in that case.

Is your ia64 kernel discontigmem, or sparsemem ?


Thanks
Ken'ichi Ohmichi


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

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

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

* Re: [PATCH] makedumpfile: Claim to support 2.6.27
  2008-11-14  2:09     ` Ken'ichi Ohmichi
@ 2008-11-14  8:39       ` Bernhard Walle
  2008-11-14  8:43         ` Ken'ichi Ohmichi
  0 siblings, 1 reply; 6+ messages in thread
From: Bernhard Walle @ 2008-11-14  8:39 UTC (permalink / raw)
  To: Ken'ichi Ohmichi; +Cc: kexec

Hi Ken'ichi, 

* Ken'ichi Ohmichi [2008-11-14 11:09]:
> Bernhard Walle wrote:
> > * Ken'ichi Ohmichi [2008-11-13 18:07]:
> >> 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.
> > 
> > I tested on ia64 in that case.
> 
> Is your ia64 kernel discontigmem, or sparsemem ?

CONFIG_DISCONTIGMEM_MANUAL=y
CONFIG_DISCONTIGMEM=y



Regards,
Bernhard
-- 
Bernhard Walle, SUSE Linux Products GmbH, Architecture Development

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

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

* Re: [PATCH] makedumpfile: Claim to support 2.6.27
  2008-11-14  8:39       ` Bernhard Walle
@ 2008-11-14  8:43         ` Ken'ichi Ohmichi
  0 siblings, 0 replies; 6+ messages in thread
From: Ken'ichi Ohmichi @ 2008-11-14  8:43 UTC (permalink / raw)
  To: Bernhard Walle; +Cc: kexec

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

Bernhard Walle wrote:
> Hi Ken'ichi, 
> 
> * Ken'ichi Ohmichi [2008-11-14 11:09]:
>> Bernhard Walle wrote:
>>> * Ken'ichi Ohmichi [2008-11-13 18:07]:
>>>> 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.
>>> I tested on ia64 in that case.
>> Is your ia64 kernel discontigmem, or sparsemem ?
> 
> CONFIG_DISCONTIGMEM_MANUAL=y
> CONFIG_DISCONTIGMEM=y

Thank you.
I will test on ia64 sparsemem kernel and merge your patch into the next release.


Thanks
Ken'ichi Ohmichi


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

_______________________________________________
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.