[PATCHv7 0/5] arm64: zboot support

Simon Horman horms at kernel.org
Fri Aug 11 00:29:19 PDT 2023


On Thu, Aug 03, 2023 at 10:41:47AM +0800, Pingfan Liu wrote:
> From: root <root at piliu.users.ipa.redhat.com>
> 
> As more complicated capsule kernel format occurs like zboot, where the
> compressed kernel is stored as a payload. The straight forward
> decompression can not meet the demand.
>   
> As the first step, on aarch64, reading in the kernel file in a probe
> method and decide how to unfold the content by the method itself.
> 
> This series consists of two parts
> [1/5], simplify the current aarch64 image probe
> [2-5/5], return the kernel fd by the image load interface, and let the
> handling of zboot image built on it. (Thanks for Dave Young, who
> contributes the original idea and the code)
>  
>  
> To ease the review, a branch is also available at https://github.com/pfliu/kexec-tools.git
> branch zbootV7
>  
> To: kexec at lists.infradead.org
> Cc: Dave Young <dyoung at redhat.com>
> Cc: horms at verge.net.au
> Cc: ardb at kernel.org
> Cc: jeremy.linton at arm.com

Thanks everyone,

applied.



More information about the kexec mailing list