mbox series

[GIT,PULL] EFI fixes for v6.6 (#2)

Message ID 20230922094027.204834-1-ardb@kernel.org
State New
Headers show
Series [GIT,PULL] EFI fixes for v6.6 (#2) | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi.git tags/efi-fixes-for-v6.6-2

Message

Ard Biesheuvel Sept. 22, 2023, 9:40 a.m. UTC
Hello Linus,

Please pull this follow-up fix for the unaccepted memory fix merged last week
as part of the first EFI fixes batch. The unaccepted memory table needs to be
accessible very early, even in cases (such as crashkernels) where the direct
map does not cover all of DRAM, and so it is added to memblock explicitly, and
subsequently memblock_reserve()'d as before.

The following changes since commit 79b83606abc778aa3cbee535b362ce905d0b9448:

  efivarfs: fix statfs() on efivarfs (2023-09-11 09:10:02 +0000)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi.git tags/efi-fixes-for-v6.6-2

for you to fetch changes up to 8dbe33956d96c9d066ef15ca933ede30748198b2:

  efi/unaccepted: Make sure unaccepted table is mapped (2023-09-19 16:11:36 +0000)

----------------------------------------------------------------
EFI fixes for v6.6 take 2:

- fix boot regression on SEV-SNP (and TDX) caused by a fix in the
  preceding batch

----------------------------------------------------------------
Kirill A. Shutemov (1):
      efi/unaccepted: Make sure unaccepted table is mapped

 drivers/firmware/efi/efi.c | 32 +++++++++++++++++++++++++++++---
 1 file changed, 29 insertions(+), 3 deletions(-)

Comments

pr-tracker-bot@kernel.org Sept. 22, 2023, 4:43 p.m. UTC | #1
The pull request you sent on Fri, 22 Sep 2023 09:40:27 +0000:

> git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi.git tags/efi-fixes-for-v6.6-2

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/dc912ba91b7e2fa74650a0fc22cccf0e0d50f371

Thank you!