diff options
| author | Linus Torvalds <torvalds@linux-foundation.org> | 2026-03-08 12:13:09 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@linux-foundation.org> | 2026-03-08 12:13:09 -0700 |
| commit | fc9f248d8c591454e257edd54ac4085d84f11e6a (patch) | |
| tree | 47ee5797f2cdea3e1d4151a0b3d381aac34d10a0 /drivers | |
| parent | 014441d1e4b2f5be728433b761df3377dee7a487 (diff) | |
| parent | a4b0bf6a40f3c107c67a24fbc614510ef5719980 (diff) | |
Merge tag 'efi-fixes-for-v7.0-2' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi
Pull EFI fix from Ard Biesheuvel:
"Fix for the x86 EFI workaround keeping boot services code and data
regions reserved until after SetVirtualAddressMap() completes:
deferred struct page initialization may result in some of this memory
being lost permanently"
* tag 'efi-fixes-for-v7.0-2' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi:
x86/efi: defer freeing of boot services memory
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/firmware/efi/mokvar-table.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/firmware/efi/mokvar-table.c b/drivers/firmware/efi/mokvar-table.c index 4ff0c2926097..6842aa96d704 100644 --- a/drivers/firmware/efi/mokvar-table.c +++ b/drivers/firmware/efi/mokvar-table.c @@ -85,7 +85,7 @@ static struct kobject *mokvar_kobj; * as an alternative to ordinary EFI variables, due to platform-dependent * limitations. The memory occupied by this table is marked as reserved. * - * This routine must be called before efi_free_boot_services() in order + * This routine must be called before efi_unmap_boot_services() in order * to guarantee that it can mark the table as reserved. * * Implicit inputs: |
