Hi Atsushi,
I noticed in Makedumpfile 1.5.4 the supported kernel is upgrade to 3.9.6. Now in our fedora distro, it's tracking linux kernel 3.10+. Then makedumpfile will always give a warning like below: "The kernel version is not supported." "The created dumpfile may be incomplete."
Since currently it's in 3.11-rc6, can we upgrade the "LATEST_VERSION" to "3.10"?
Baoquan Thanks a lot
Hello Baoquan,
(2013/08/20 12:40), Baoquan He wrote:
Hi Atsushi,
I noticed in Makedumpfile 1.5.4 the supported kernel is upgrade to 3.9.6. Now in our fedora distro, it's tracking linux kernel 3.10+. Then makedumpfile will always give a warning like below: "The kernel version is not supported." "The created dumpfile may be incomplete."
Since currently it's in 3.11-rc6, can we upgrade the "LATEST_VERSION" to "3.10"?
I have tested makedumpfile-1.5.4 on kernel-3.10, it seems to be no problem. So I hope you can upgrade the LATEST_VERSION without any problem.
BTW, makedumpfile-1.5.5 is going to support kernel-3.10 officially, but it will be released in October at the earliest.
Thanks Atsushi Kumagai
Hi Atshshi, You suggested I just upgrade the LATEST_VERSION locally, or I need send a patch to upgrade the upstream firstly?
It's better for me to back port the upgrade from upstream if any change needed.
Baoquan Thanks a lot
On 08/23/13 at 06:25pm, Atsushi Kumagai wrote:
Hello Baoquan,
(2013/08/20 12:40), Baoquan He wrote:
Hi Atsushi,
I noticed in Makedumpfile 1.5.4 the supported kernel is upgrade to 3.9.6. Now in our fedora distro, it's tracking linux kernel 3.10+. Then makedumpfile will always give a warning like below: "The kernel version is not supported." "The created dumpfile may be incomplete."
Since currently it's in 3.11-rc6, can we upgrade the "LATEST_VERSION" to "3.10"?
I have tested makedumpfile-1.5.4 on kernel-3.10, it seems to be no problem. So I hope you can upgrade the LATEST_VERSION without any problem.
BTW, makedumpfile-1.5.5 is going to support kernel-3.10 officially, but it will be released in October at the earliest.
Thanks Atsushi Kumagai
Hello Baoquan,
(2013/08/26 11:35), Baoquan He wrote:
Hi Atshshi, You suggested I just upgrade the LATEST_VERSION locally, or I need send a patch to upgrade the upstream firstly?
I suggested the former as workaround until v1.5.5 is released.
It's better for me to back port the upgrade from upstream if any change needed.
My test was simple test, more tests are needed to support kernel-3.10 officially. When I finished them, I'll push the patch which upgrades LATEST_VERSION to devel branch immediately. So please be patient for a while.
Thanks Atsushi Kumagai
Baoquan Thanks a lot
On 08/23/13 at 06:25pm, Atsushi Kumagai wrote:
Hello Baoquan,
(2013/08/20 12:40), Baoquan He wrote:
Hi Atsushi,
I noticed in Makedumpfile 1.5.4 the supported kernel is upgrade to 3.9.6. Now in our fedora distro, it's tracking linux kernel 3.10+. Then makedumpfile will always give a warning like below: "The kernel version is not supported." "The created dumpfile may be incomplete."
Since currently it's in 3.11-rc6, can we upgrade the "LATEST_VERSION" to "3.10"?
I have tested makedumpfile-1.5.4 on kernel-3.10, it seems to be no problem. So I hope you can upgrade the LATEST_VERSION without any problem.
BTW, makedumpfile-1.5.5 is going to support kernel-3.10 officially, but it will be released in October at the earliest.
Thanks Atsushi Kumagai
Hello Baoquan,
(2013/08/29 15:07), Atsushi Kumagai wrote:
Hello Baoquan,
(2013/08/26 11:35), Baoquan He wrote:
Hi Atshshi, You suggested I just upgrade the LATEST_VERSION locally, or I need send a patch to upgrade the upstream firstly?
I suggested the former as workaround until v1.5.5 is released.
It's better for me to back port the upgrade from upstream if any change needed.
My test was simple test, more tests are needed to support kernel-3.10 officially. When I finished them, I'll push the patch which upgrades LATEST_VERSION to devel branch immediately. So please be patient for a while.
I upgraded LATEST_VERSION, please use this commit:
http://sourceforge.net/p/makedumpfile/code/ci/1202589997ad008b18276f504c5c2b...
commit 1202589997ad008b18276f504c5c2b8529b41dfe Author: Atsushi Kumagai kumagai-atsushi@mxc.nes.nec.co.jp Date: Fri Sep 20 09:34:57 2013 +0900
[PATCH] Support newer kernels.
Thanks Atsushi Kumagai
Thanks Atsushi Kumagai
Baoquan Thanks a lot
On 08/23/13 at 06:25pm, Atsushi Kumagai wrote:
Hello Baoquan,
(2013/08/20 12:40), Baoquan He wrote:
Hi Atsushi,
I noticed in Makedumpfile 1.5.4 the supported kernel is upgrade to 3.9.6. Now in our fedora distro, it's tracking linux kernel 3.10+. Then makedumpfile will always give a warning like below: "The kernel version is not supported." "The created dumpfile may be incomplete."
Since currently it's in 3.11-rc6, can we upgrade the "LATEST_VERSION" to "3.10"?
I have tested makedumpfile-1.5.4 on kernel-3.10, it seems to be no problem. So I hope you can upgrade the LATEST_VERSION without any problem.
BTW, makedumpfile-1.5.5 is going to support kernel-3.10 officially, but it will be released in October at the earliest.
Thanks Atsushi Kumagai
kexec mailing list kexec@lists.fedoraproject.org https://lists.fedoraproject.org/mailman/listinfo/kexec
Hi Atsushi,
Thank you so much.
Baoquan Thanks a lot
On 09/20/13 at 01:02am, Atsushi Kumagai wrote:
Hello Baoquan,
(2013/08/29 15:07), Atsushi Kumagai wrote:
Hello Baoquan,
(2013/08/26 11:35), Baoquan He wrote:
Hi Atshshi, You suggested I just upgrade the LATEST_VERSION locally, or I need send a patch to upgrade the upstream firstly?
I suggested the former as workaround until v1.5.5 is released.
It's better for me to back port the upgrade from upstream if any change needed.
My test was simple test, more tests are needed to support kernel-3.10 officially. When I finished them, I'll push the patch which upgrades LATEST_VERSION to devel branch immediately. So please be patient for a while.
I upgraded LATEST_VERSION, please use this commit:
http://sourceforge.net/p/makedumpfile/code/ci/1202589997ad008b18276f504c5c2b...
commit 1202589997ad008b18276f504c5c2b8529b41dfe Author: Atsushi Kumagai kumagai-atsushi@mxc.nes.nec.co.jp Date: Fri Sep 20 09:34:57 2013 +0900
[PATCH] Support newer kernels.
Thanks Atsushi Kumagai
Thanks Atsushi Kumagai
Baoquan Thanks a lot
On 08/23/13 at 06:25pm, Atsushi Kumagai wrote:
Hello Baoquan,
(2013/08/20 12:40), Baoquan He wrote:
Hi Atsushi,
I noticed in Makedumpfile 1.5.4 the supported kernel is upgrade to 3.9.6. Now in our fedora distro, it's tracking linux kernel 3.10+. Then makedumpfile will always give a warning like below: "The kernel version is not supported." "The created dumpfile may be incomplete."
Since currently it's in 3.11-rc6, can we upgrade the "LATEST_VERSION" to "3.10"?
I have tested makedumpfile-1.5.4 on kernel-3.10, it seems to be no problem. So I hope you can upgrade the LATEST_VERSION without any problem.
BTW, makedumpfile-1.5.5 is going to support kernel-3.10 officially, but it will be released in October at the earliest.
Thanks Atsushi Kumagai
kexec mailing list kexec@lists.fedoraproject.org https://lists.fedoraproject.org/mailman/listinfo/kexec