]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitefe48b7823e6e55a5f60dcb0994b3a1a319f8813
tree5f0f2bfa41e8b5f06209b8b3590126a2cd113891
parent3043e261033a646239a9c2901088e56575e0c7d3
parent74035816b0287ba530b74b624322c7cad9482ba2
Merge tag 'x86_boot_for_v5.13' of git://git.kernel.org/pub/scm/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