]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'efi-urgent-2021-06-02' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorLinus Torvalds <torvalds@linux-foundation.org>
Wed, 2 Jun 2021 18:53:37 +0000 (08:53 -1000)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 2 Jun 2021 18:53:37 +0000 (08:53 -1000)
commit4630290a13f99237ad30b402a3f6c9f9d75b67d2
treea8f2cdbb25dd88bf327e5d9aa762eb88abaabd52
parent1918af3145d7bfb2eb5f6c6d669ef325262660cf
parentb503a9cfbdf4d9090306a37cccbacc7c75e7a817
Merge tag 'efi-urgent-2021-06-02' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip

Pull EFI fixes from Ingo Molnar:
 "A handful of EFI fixes:

   - Fix/robustify a diagnostic printk

   - Fix a (normally not triggered) parser bug in the libstub code

   - Allow !EFI_MEMORY_XP && !EFI_MEMORY_RO entries in the memory map

   - Stop RISC-V from crashing on boot if there's no FDT table"

* tag 'efi-urgent-2021-06-02' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  efi: cper: fix snprintf() use in cper_dimm_err_location()
  efi/libstub: prevent read overflow in find_file_option()
  efi: Allow EFI_MEMORY_XP and EFI_MEMORY_RO both to be cleared
  efi/fdt: fix panic when no valid fdt found