]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'efi-urgent-2020-02-09' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 9 Feb 2020 19:54:50 +0000 (11:54 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 9 Feb 2020 19:54:50 +0000 (11:54 -0800)
commit61838c2bc713842b8a6b76aa42c8303036349fcf
tree89fffb30a2bb3e8831a1d48fd43a77e26bfff561
parent91d1daef4b3b9da40df2a91a73959a66d363c5e8
parent262d8c4b00e4d2965d432a4148b12de0848c3a87
Merge tag 'efi-urgent-2020-02-09' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip

Pull EFI fix from Thomas Gleixner:
 "A single fix for a EFI boot regression on X86 which was caused by the
  recent rework of the EFI memory map parsing. On systems with invalid
  memmap entries the cleanup function uses an value which cannot be
  relied on in this stage. Use the actual EFI memmap entry instead"

* tag 'efi-urgent-2020-02-09' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  efi/x86: Fix boot regression on systems with invalid memmap entries