* [ANNOUNCE] kexec-tools v2.0.27 preparation
@ 2023-08-11 7:30 Simon Horman
2023-08-14 2:47 ` Sourabh Jain
0 siblings, 1 reply; 5+ messages in thread
From: Simon Horman @ 2023-08-11 7:30 UTC (permalink / raw)
To: kexec
Hi all,
I am planning to release kexec-tools v2.0.27 in the next two weeks
to roughly coincide with the release of the v6.5 kernel.
I would like to ask interested parties to send any patches they would like
included in v2.0.27 within one week so they can be considered for inclusion
in an rc release.
For reference the patches queued up since v2.0.26 are as follows.
Thanks to everyone who has contributed to kexec-tools!
f67c4146d7b5 arm64: Hook up the ZBOOT support as vmlinuz
fc7b83bdf734 arm64: Add ZBOOT PE containing compressed image support
f41c4182b0c4 kexec/zboot: Add arch independent zboot support
1572b91da7c4 kexec: Introduce a member kernel_fd in kexec_info
714fa11590fe kexec/arm64: Simplify the code for zImage
a8de94e5f033 LoongArch: kdump: Set up kernel image segment
4203eaccfa92 kexec: __NR_kexec_file_load is set to undefined on LoongArch
63e9a012112e ppc64: Add elf-ppc64 file types/options and an arch specific flag to man page
806711fca9e9 x86: add devicetree support
29fe5067ed07 kexec: make -a the default
e63fefd4fc35 ppc64: add --reuse-cmdline parameter support
8fc55927f700 kexec-tools 2.0.26.git
_______________________________________________
kexec mailing list
kexec@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/kexec
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [ANNOUNCE] kexec-tools v2.0.27 preparation
2023-08-11 7:30 [ANNOUNCE] kexec-tools v2.0.27 preparation Simon Horman
@ 2023-08-14 2:47 ` Sourabh Jain
2023-08-14 3:19 ` Coiby Xu
0 siblings, 1 reply; 5+ messages in thread
From: Sourabh Jain @ 2023-08-14 2:47 UTC (permalink / raw)
To: Simon Horman, kexec
Hello Simon,
Can we include below fix?
https://lists.fedoraproject.org/archives/list/kexec@lists.fedoraproject.org/thread/O3W4SLVVFT6J25U5YSXNZ3URZ4QY6SRU/
Thanks,
Sourabh
On 11/08/23 13:00, Simon Horman wrote:
> Hi all,
>
> I am planning to release kexec-tools v2.0.27 in the next two weeks
> to roughly coincide with the release of the v6.5 kernel.
>
> I would like to ask interested parties to send any patches they would like
> included in v2.0.27 within one week so they can be considered for inclusion
> in an rc release.
>
> For reference the patches queued up since v2.0.26 are as follows.
>
> Thanks to everyone who has contributed to kexec-tools!
>
> f67c4146d7b5 arm64: Hook up the ZBOOT support as vmlinuz
> fc7b83bdf734 arm64: Add ZBOOT PE containing compressed image support
> f41c4182b0c4 kexec/zboot: Add arch independent zboot support
> 1572b91da7c4 kexec: Introduce a member kernel_fd in kexec_info
> 714fa11590fe kexec/arm64: Simplify the code for zImage
> a8de94e5f033 LoongArch: kdump: Set up kernel image segment
> 4203eaccfa92 kexec: __NR_kexec_file_load is set to undefined on LoongArch
> 63e9a012112e ppc64: Add elf-ppc64 file types/options and an arch specific flag to man page
> 806711fca9e9 x86: add devicetree support
> 29fe5067ed07 kexec: make -a the default
> e63fefd4fc35 ppc64: add --reuse-cmdline parameter support
> 8fc55927f700 kexec-tools 2.0.26.git
>
> _______________________________________________
> 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] 5+ messages in thread
* Re: [ANNOUNCE] kexec-tools v2.0.27 preparation
2023-08-14 2:47 ` Sourabh Jain
@ 2023-08-14 3:19 ` Coiby Xu
2023-08-14 3:50 ` Sourabh Jain
2023-08-15 10:39 ` Simon Horman
0 siblings, 2 replies; 5+ messages in thread
From: Coiby Xu @ 2023-08-14 3:19 UTC (permalink / raw)
To: Sourabh Jain; +Cc: Simon Horman, kexec
Hi Sourabh,
On Mon, Aug 14, 2023 at 08:17:34AM +0530, Sourabh Jain wrote:
>Hello Simon,
>
>Can we include below fix?
>https://lists.fedoraproject.org/archives/list/kexec@lists.fedoraproject.org/thread/O3W4SLVVFT6J25U5YSXNZ3URZ4QY6SRU/
I'll review your patch! Note the patch is against Fedora's kexec-tools
so it doesn't apply to this upstream kexec-tools. The relationship
between Fedora's kexec-tools and this upstream kexec-tools can be
described as follows,
1. Fedora's kexec-tools packages the kexec binary which is provides by upstream
kexec-tools;
2. The kexec binary is used for loading the kdump kernel and initrd but
it's not responsible for building the kdump initrd. Fedora's kexec-tools
is used to build the kdump initrd instead.
Currrently it's WIP to split current Fedora kexec-tools into
kexec-tools, kdump-utils, makedumpfile and eppic. Hopefully after it's
done, you and other uses will no longer be confused by the relationship
between Fedora's kexec-tools and this upstream kexec-tools.
--
Best regards,
Coiby
_______________________________________________
kexec mailing list
kexec@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/kexec
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [ANNOUNCE] kexec-tools v2.0.27 preparation
2023-08-14 3:19 ` Coiby Xu
@ 2023-08-14 3:50 ` Sourabh Jain
2023-08-15 10:39 ` Simon Horman
1 sibling, 0 replies; 5+ messages in thread
From: Sourabh Jain @ 2023-08-14 3:50 UTC (permalink / raw)
To: Coiby Xu; +Cc: Simon Horman, kexec
Hello Coiby,
On 14/08/23 08:49, Coiby Xu wrote:
> Hi Sourabh,
>
> On Mon, Aug 14, 2023 at 08:17:34AM +0530, Sourabh Jain wrote:
>> Hello Simon,
>>
>> Can we include below fix?
>> https://lists.fedoraproject.org/archives/list/kexec@lists.fedoraproject.org/thread/O3W4SLVVFT6J25U5YSXNZ3URZ4QY6SRU/
>>
>
> I'll review your patch! Note the patch is against Fedora's kexec-tools
> so it doesn't apply to this upstream kexec-tools. The relationship
> between Fedora's kexec-tools and this upstream kexec-tools can be
> described as follows,
> 1. Fedora's kexec-tools packages the kexec binary which is provides by
> upstream
> kexec-tools; 2. The kexec binary is used for loading the kdump kernel
> and initrd but
> it's not responsible for building the kdump initrd. Fedora's kexec-tools
> is used to build the kdump initrd instead.
> Currrently it's WIP to split current Fedora kexec-tools into
> kexec-tools, kdump-utils, makedumpfile and eppic. Hopefully after it's
> done, you and other uses will no longer be confused by the relationship
> between Fedora's kexec-tools and this upstream kexec-tools.
My Thunderbird filters mail from kexec@lists.fedoraproject.org and
kexec@lists.infradead.org
to the same folder so I got confused. I should update my Thunderbird filter.
Thanks for clarification.
Sourabh
_______________________________________________
kexec mailing list
kexec@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/kexec
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [ANNOUNCE] kexec-tools v2.0.27 preparation
2023-08-14 3:19 ` Coiby Xu
2023-08-14 3:50 ` Sourabh Jain
@ 2023-08-15 10:39 ` Simon Horman
1 sibling, 0 replies; 5+ messages in thread
From: Simon Horman @ 2023-08-15 10:39 UTC (permalink / raw)
To: Coiby Xu; +Cc: Sourabh Jain, Simon Horman, kexec
On Mon, Aug 14, 2023 at 11:19:07AM +0800, Coiby Xu wrote:
> Hi Sourabh,
>
> On Mon, Aug 14, 2023 at 08:17:34AM +0530, Sourabh Jain wrote:
> > Hello Simon,
> >
> > Can we include below fix?
> > https://lists.fedoraproject.org/archives/list/kexec@lists.fedoraproject.org/thread/O3W4SLVVFT6J25U5YSXNZ3URZ4QY6SRU/
>
> I'll review your patch! Note the patch is against Fedora's kexec-tools
> so it doesn't apply to this upstream kexec-tools. The relationship
> between Fedora's kexec-tools and this upstream kexec-tools can be
> described as follows,
> 1. Fedora's kexec-tools packages the kexec binary which is provides by upstream
> kexec-tools; 2. The kexec binary is used for loading the kdump kernel and
> initrd but
> it's not responsible for building the kdump initrd. Fedora's kexec-tools
> is used to build the kdump initrd instead.
>
> Currrently it's WIP to split current Fedora kexec-tools into
> kexec-tools, kdump-utils, makedumpfile and eppic. Hopefully after it's
> done, you and other uses will no longer be confused by the relationship
> between Fedora's kexec-tools and this upstream kexec-tools.
Thanks for the clarification, I'm assuming no action is needed on my part
at this time. Let me know if I am mistaken.
_______________________________________________
kexec mailing list
kexec@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/kexec
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2023-08-15 10:40 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-11 7:30 [ANNOUNCE] kexec-tools v2.0.27 preparation Simon Horman
2023-08-14 2:47 ` Sourabh Jain
2023-08-14 3:19 ` Coiby Xu
2023-08-14 3:50 ` Sourabh Jain
2023-08-15 10:39 ` Simon Horman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox