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(-)