All of lore.kernel.org
 help / color / mirror / Atom feed
* The kernel version is not supported
@ 2013-11-12 16:23 Thomas Renninger
  2013-11-19  1:58 ` Atsushi Kumagai
  0 siblings, 1 reply; 2+ messages in thread
From: Thomas Renninger @ 2013-11-12 16:23 UTC (permalink / raw)
  To: lkundrak, kexec

Hi,

there was a patch recently from Lubomir, title:
dump-dmesg: Understand >= v3.11-rc4 dmesg

But in makedumpfile.h the latest supported version still is:
#define LATEST_VERSION          KERNEL_VERSION(3, 9, 6)/* linux-3.9.6 */

resulting in:
The kernel version is not supported.
The created dumpfile may be incomplete.

messages.

I wonder whether there are other known issues with latest
kernels which are the reason LATEST_VERSION did not get increased
and which are those?

I also wonder what the concept of LATEST_VERSION is.
One does not know in advance which change in a newer kernel version
might break things?
So this one needs to be increased with every new kernel version?

Thanks for any hints,

     Thomas

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

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

* Re: The kernel version is not supported
  2013-11-12 16:23 The kernel version is not supported Thomas Renninger
@ 2013-11-19  1:58 ` Atsushi Kumagai
  0 siblings, 0 replies; 2+ messages in thread
From: Atsushi Kumagai @ 2013-11-19  1:58 UTC (permalink / raw)
  To: trenn@suse.de; +Cc: lkundrak@v3.sk, kexec@lists.infradead.org

Hello Thomas,

(2013/11/13 1:24), Thomas Renninger wrote:
> Hi,
>
> there was a patch recently from Lubomir, title:
> dump-dmesg: Understand >= v3.11-rc4 dmesg
>
> But in makedumpfile.h the latest supported version still is:
> #define LATEST_VERSION          KERNEL_VERSION(3, 9, 6)/* linux-3.9.6 */
>
> resulting in:
> The kernel version is not supported.
> The created dumpfile may be incomplete.
>
> messages.
>
> I wonder whether there are other known issues with latest
> kernels which are the reason LATEST_VERSION did not get increased
> and which are those?

LATEST_VERSION is increased with a complete test when the new version
is released. So the reason is just that I didn't test v1.5.4 on
kernel 3.10 and later.

> I also wonder what the concept of LATEST_VERSION is.
> One does not know in advance which change in a newer kernel version
> might break things?
> So this one needs to be increased with every new kernel version?

There is no definite rule, but the new version is usually released
every 2-3 versions of kernel and supports them additionally.

BTW, makedumpfile-1.5.5 will be released at the beginning of December
and it will support kernel 3.10, 3.11 and 3.12 as well.


Thanks
Atsushi Kumagai

>
> Thanks for any hints,
>
>       Thomas
>
> _______________________________________________
> kexec mailing list
> kexec@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/kexec

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

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

end of thread, other threads:[~2013-11-19  2:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-12 16:23 The kernel version is not supported Thomas Renninger
2013-11-19  1:58 ` Atsushi Kumagai

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.