]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'efi-urgent-for-v5.10-rc5' of git://git.kernel.org/pub/scm/linux/kernel...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 29 Nov 2020 18:18:53 +0000 (10:18 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 29 Nov 2020 18:18:53 +0000 (10:18 -0800)
commit6c15b09570d6ce1a7f3e95fb34b084296f946324
tree9a4b720027eef54e723d6bc27f89af40425f17c8
parent2f700c437415e8aafe149e44136d25c629f5c8a6
parent02d2434a38cf8da2bff3fc59b3f1726ac0b1cbfd
Merge tag 'efi-urgent-for-v5.10-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip

Pull EFI fixes from Borislav Petkov:
 "More EFI fixes forwarded from Ard Biesheuvel:

   - revert efivarfs kmemleak fix again - it was a false positive

   - make CONFIG_EFI_EARLYCON depend on CONFIG_EFI explicitly so it does
     not pull in other dependencies unnecessarily if CONFIG_EFI is not
     set

   - defer attempts to load SSDT overrides from EFI vars until after the
     efivar layer is up"

* tag 'efi-urgent-for-v5.10-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  efi: EFI_EARLYCON should depend on EFI
  efivarfs: revert "fix memory leak in efivarfs_create()"
  efi/efivars: Set generic ops before loading SSDT