public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] x86/boot changes for v5.7
@ 2020-03-31  7:53 Ingo Molnar
  2020-03-31 17:36 ` Linus Torvalds
  2020-03-31 19:15 ` pr-tracker-bot
  0 siblings, 2 replies; 4+ messages in thread
From: Ingo Molnar @ 2020-03-31  7:53 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: linux-kernel, Thomas Gleixner, Borislav Petkov, Peter Zijlstra,
	Andrew Morton

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(-)


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-03-31 19:15 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-03-31  7:53 [GIT PULL] x86/boot changes for v5.7 Ingo Molnar
2020-03-31 17:36 ` Linus Torvalds
2020-03-31 17:48   ` Borislav Petkov
2020-03-31 19:15 ` pr-tracker-bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox