[ Sasha's backport helper bot ]
Hi,
Summary of potential issues: ⚠️ Found matching upstream commit but patch is missing proper reference to it
Found matching upstream commit: 2b90e7ace79774a3540ce569e000388f8d22c9e0
Status in newer kernel trees: 6.13.y | Present (different SHA1: cf90c3123578) 6.6.y | Present (different SHA1: 9927271225a9)
Note: The patch differs from the upstream commit: --- 1: 2b90e7ace7977 ! 1: 9f74008ccfa4b efi: Don't map the entire mokvar table to determine its size @@ Commit message Cc: stable@vger.kernel.org Signed-off-by: Peter Jones pjones@redhat.com Signed-off-by: Ard Biesheuvel ardb@kernel.org + (cherry picked from commit 2b90e7ace79774a3540ce569e000388f8d22c9e0)
## drivers/firmware/efi/mokvar-table.c ## @@ drivers/firmware/efi/mokvar-table.c: void __init efi_mokvar_table_init(void) @@ drivers/firmware/efi/mokvar-table.c: void __init efi_mokvar_table_init(void) unsigned long offset_limit; - unsigned long map_size = 0; unsigned long map_size_needed = 0; - unsigned long size; +- unsigned long size; struct efi_mokvar_table_entry *mokvar_entry; + int err; + @@ drivers/firmware/efi/mokvar-table.c: void __init efi_mokvar_table_init(void) */ err = -EINVAL; ---
Results of testing on various branches:
| Branch | Patch Apply | Build Test | |---------------------------|-------------|------------| | stable/linux-6.12.y | Success | Success |