Re: [PATCH 3/3] x86/boot: Refactor pvh_load_kernel() to have an initrd_len local

2024-04-29 Thread Jan Beulich
On 26.04.2024 16:01, Andrew Cooper wrote: > The expression get more complicated when ->mod_end isn't being abused as a > size field. Introduce and use a initrd_len local variable. > > No functional change. > > Signed-off-by: Andrew Cooper Reviewed-by: Jan Beulich

[PATCH 3/3] x86/boot: Refactor pvh_load_kernel() to have an initrd_len local

2024-04-26 Thread Andrew Cooper
The expression get more complicated when ->mod_end isn't being abused as a size field. Introduce and use a initrd_len local variable. No functional change. Signed-off-by: Andrew Cooper --- CC: Jan Beulich CC: Roger Pau Monné CC: Stefano Stabellini CC: Daniel Smith CC: Christopher Clark