Attention is currently required from: Bill XIE.
Hello build bot (Jenkins), Paul Menzel, Arthur Heymans,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/74270
to look at the new patch set (#6).
Change subject: util/cbfstool: Qualify struct e820entry as packed ......................................................................
util/cbfstool: Qualify struct e820entry as packed
In order to accord with grub (see include/grub/i386/linux.h) and comments for offsets of members of struct linux_params, struct e820entry should be defined as __packed, otherwise, sizeof(struct linux_params) will become 4224 (0x1080).
Fortunately, the affected area is usually not occupied.
Signed-off-by: Bill XIE persmule@hardenedlinux.org Change-Id: I09955c90e4eec337adca383e628a8821075381d6 --- M util/cbfstool/linux.h 1 file changed, 18 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/70/74270/6