On 10.10.2024 11:45, Frediano Ziglio wrote: > Doing previous testing with an Alder Lake Intel machine the with
Nit: flip "the" and "with"? > "x86/boot: Improve MBI2 structure check" commit test started to fail. > Removing the commit makes the tests succeed however there was not apparent > reason (looking at the code) for the failure. > So I instrumented code to output the structure and tested code with > this extracted data with and without the mentioned commit and results > were the same. > Compiled assembly code from lab was also fine beside not keeping > the 16-byte alignment for the stack. > Turning on stack alignment solve the problem on Alder Lake machine. > > Fixes: eb21ce14d709 ('x86/boot: Rewrite EFI/MBI2 code partly in C') > Signed-off-by: Frediano Ziglio <frediano.zig...@cloud.com> Reviewed-by: Jan Beulich <jbeul...@suse.com>