]> 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)
commit181eb8161299db0b66bebae9094c1964ddae8789
tree9a4b720027eef54e723d6bc27f89af40425f17c8
parent438da45f8f354c796d51367016ba29babd2e3fc2
parent1e8d6d541a32ea510cf1232fda11448bde18f2a9
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