[GIT PULL] x86/boot changes for v5.7

From: Ingo Molnar
Date: Tue Mar 31 2020 - 03:53:12 EST


Linus,

Please pull the latest x86-boot-for-linus git tree from:

git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86-boot-for-linus

# HEAD: c90beea22a2bece4b0bbb39789bf835504421594 x86/boot/compressed: Fix debug_puthex() parameter type

Misc cleanups and small enhancements all around the map.

out-of-topic modifications in x86-boot-for-linus:
---------------------------------------------------
drivers/firmware/efi/libstub/Makefile# 003602ad5516: x86/*/Makefile: Use -fno-asy

Thanks,

Ingo

------------------>
Arvind Sankar (6):
x86/boot/compressed/64: Use LEA to initialize boot stack pointer
x86/boot/compressed/64: Use 32-bit (zero-extended) MOV for z_output_len
x86/boot/compressed/64: Remove .bss/.pgtable from bzImage
x86/boot/compressed: Remove .eh_frame section from bzImage
x86/*/Makefile: Use -fno-asynchronous-unwind-tables to suppress .eh_frame sections
x86/vmlinux: Drop unneeded linker script discard of .eh_frame

Guenter Roeck (1):
x86/setup: Fix static memory detection

Joerg Roedel (1):
x86/boot/compressed: Fix debug_puthex() parameter type


arch/x86/boot/Makefile | 1 +
arch/x86/boot/compressed/Makefile | 1 +
arch/x86/boot/compressed/head_64.S | 8 +++-----
arch/x86/boot/compressed/misc.h | 2 +-
arch/x86/boot/setup.ld | 1 -
arch/x86/include/asm/dwarf2.h | 4 ++--
arch/x86/include/asm/sections.h | 20 ++++++++++++++++++++
arch/x86/kernel/setup.c | 1 -
arch/x86/kernel/vmlinux.lds.S | 7 ++-----
arch/x86/realmode/rm/Makefile | 1 +
arch/x86/realmode/rm/realmode.lds.S | 1 -
drivers/firmware/efi/libstub/Makefile | 3 ++-
12 files changed, 33 insertions(+), 17 deletions(-)