Merge tag 'x86_boot_for_v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
authorLinus Torvalds <torvalds@linux-foundation.org>
Mon, 26 Apr 2021 16:24:06 +0000 (09:24 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 26 Apr 2021 16:24:06 +0000 (09:24 -0700)
commit90e66ce9e817df307045abe40ff64ecf60e3c6ee
tree5f0f2bfa41e8b5f06209b8b3590126a2cd113891
parent81a489790a4b9e269dbfc50aa054e71d554a910b
parentc361e5d4d07d63768880e1994c7ed999b3a94cd9
Merge tag 'x86_boot_for_v5.13' of git://git./linux/kernel/git/tip/tip

Pull x86 boot updates from Borislav Petkov:
 "Consolidation and cleanup of the early memory reservations, along with
  a couple of gcc11 warning fixes"

* tag 'x86_boot_for_v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  x86/setup: Move trim_snb_memory() later in setup_arch() to fix boot hangs
  x86/setup: Merge several reservations of start of memory
  x86/setup: Consolidate early memory reservations
  x86/boot/compressed: Avoid gcc-11 -Wstringop-overread warning
  x86/boot/tboot: Avoid Wstringop-overread-warning
arch/x86/boot/compressed/misc.c
arch/x86/kernel/setup.c