]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'efi-fixes-for-v6.1-3' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 13 Nov 2022 15:52:22 +0000 (07:52 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 13 Nov 2022 15:52:22 +0000 (07:52 -0800)
commit6f3004cd8bae0f8ec1f897fbfc2246b2168d4cd3
tree17fe59a36cbdb26025002c5d41b15e63460d7b4e
parente1ebb7a7071d57b3fabf86d7c7ec8a6d612a4531
parent77e6b5d0f1aa5485843eee202d237ac55b7fe7e7
Merge tag 'efi-fixes-for-v6.1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi

Pull EFI fixes from Ard Biesheuvel:

 - Force the use of SetVirtualAddressMap() on Ampera Altra arm64
   machines, which crash in SetTime() if no virtual remapping is used

   This is the first time we've added an SMBIOS based quirk on arm64,
   but fortunately, we can just call a EFI protocol to grab the type #1
   SMBIOS record when running in the stub, so we don't need all the
   machinery we have in the kernel proper to parse SMBIOS data.

 - Drop a spurious warning on misaligned runtime regions when using 16k
   or 64k pages on arm64

* tag 'efi-fixes-for-v6.1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi:
  arm64: efi: Fix handling of misaligned runtime regions and drop warning
  arm64: efi: Force the use of SetVirtualAddressMap() on Altra machines