mbox series

[0/2] x86/boot: EFISTUB section alignment

Message ID cover.1707141974.git.baskov@ispras.ru
Headers show
Series x86/boot: EFISTUB section alignment | expand

Message

Evgeniy Baskov Feb. 5, 2024, 2:43 p.m. UTC
I had these patches fixing [1] laying in my local branch for a while.

The key problem was that sections were not in the same order in section
table as their VMAs and the '.compat' section virtual size was not
aligned on section alignment.

[1] https://lore.kernel.org/linux-efi/CAHzAAWQ6srV6LVNdmfbJhOwhBw5ZzxxZZ07aHt9oKkfYAdvuQQ@mail.gmail.com/T/#u

Evgeniy Baskov (2):
  x86/boot: Order sections by their RVAs
  x86/boot: Align .compat virtual size

 arch/x86/boot/header.S | 58 +++++++++++++++++++++---------------------
 1 file changed, 29 insertions(+), 29 deletions(-)