[GIT PULL] EFI fixes for v7.1 #2
Ard Biesheuvel <[email protected]> Thu, 21 May 2026 15:34:14 +0200
| Newsgroups | org.kernel.vger.linux-efi |
|---|---|
| Message-ID | <[email protected]> |
Hello Linus,
Please pull the EFI fixes below - details are in the tag.
The following changes since commit 2c340aab5485ebe9e33c01437dd4815ef33c8df5:
x86/efi: Restore IRQ state in EFI page fault handler (2026-05-05 09:31:28 +0200)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi.git tags/efi-fixes-for-v7.1-2
for you to fetch changes up to d8809f6931065cbbf3554647a50a65a471ab5983:
efi: sysfb_efi: Extend quirk to cover IdeaPad Duet 3 10IGL5-LTE (2026-05-19 17:27:15 +0200)
----------------------------------------------------------------
EFI fixes for v7.1 #2
- Permit ACPI PRM runtime firmware calls when acpi_init() runs
- Add another Lenovo Ideapad framebuffer quirk
- Cosmetic tweak
----------------------------------------------------------------
Ard Biesheuvel (1):
efi: Allocate runtime workqueue before ACPI init
Marius Hoch (1):
efi: sysfb_efi: Extend quirk to cover IdeaPad Duet 3 10IGL5-LTE
Rong Tao (1):
efi: efi.h: Remove extra semicolon
drivers/firmware/efi/efi.c | 28 ++++++++++++++++------------
drivers/firmware/efi/sysfb_efi.c | 9 ++++++---
include/linux/efi.h | 2 +-
3 files changed, 23 insertions(+), 16 deletions(-)