From: Ard Biesheuvel <ardb@xxxxxxxxxx> Hello Linus, Please pull the EFI fixes below. Only the EFI variable name size change is significant, and will be backported once it lands. The others are cleanup. The following changes since commit 1ad55cecf22f05f1c884adf63cc09d3c3e609ebf: x86/efistub: Use 1:1 file:memory mapping for PE/COFF .compat section (2024-02-05 10:24:51 +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.8-2 for you to fetch changes up to 2ce507f57ba9c78c080d4a050ebdc97263239de8: efivarfs: Drop 'duplicates' bool parameter on efivar_init() (2024-02-25 09:43:39 +0100) ---------------------------------------------------------------- EFI fixes for v6.8 #2 - Fix phys_addr_t size confusion in 32-bit capsule loader - Reduce maximum EFI variable name size to 512 to work around buggy firmware - Drop some redundant code from efivarfs while at it ---------------------------------------------------------------- Ard Biesheuvel (2): efivarfs: Drop redundant cleanup on fill_super() failure efivarfs: Drop 'duplicates' bool parameter on efivar_init() Arnd Bergmann (1): efi/capsule-loader: fix incorrect allocation size Tim Schumacher (1): efivarfs: Request at most 512 bytes for variable names drivers/firmware/efi/capsule-loader.c | 2 +- fs/efivarfs/internal.h | 2 +- fs/efivarfs/super.c | 7 +------ fs/efivarfs/vars.c | 23 +++++++++++++---------- 4 files changed, 16 insertions(+), 18 deletions(-)