Re: [PATCH 1/3] multiboot2: Correct MBI size calculation

2021-09-13 Thread Simon Horman
On Fri, Sep 10, 2021 at 07:48:58PM -0700, Zhaofeng Li wrote: > tag_load_base_addr is dependent on rel_tag, and tag_framebuffer was > not accounted for. > > Signed-off-by: Zhaofeng Li > --- > kexec/arch/i386/kexec-mb2-x86.c | 15 +++ > 1 file changed, 11 insertions(+), 4 deletions(-)

[PATCH 1/3] multiboot2: Correct MBI size calculation

2021-09-10 Thread Zhaofeng Li
tag_load_base_addr is dependent on rel_tag, and tag_framebuffer was not accounted for. Signed-off-by: Zhaofeng Li --- kexec/arch/i386/kexec-mb2-x86.c | 15 +++ 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/kexec/arch/i386/kexec-mb2-x86.c b/kexec/arch/i386/kexec-mb2-x