The following changes since commit 6efb943b8616ec53a5e444193dccf1af9ad627b5: Linux 5.13-rc1 (2021-05-09 14:17:44 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi.git tags/efi-urgent-for-v5.13-rc2 for you to fetch changes up to 942859d969de7f6f7f2659a79237a758b42782da: efi: cper: fix snprintf() use in cper_dimm_err_location() (2021-05-22 14:05:37 +0200) Cc: Ingo Molnar <mingo@xxxxxxxxxx> Cc: Thomas Gleixner <tglx@xxxxxxxxxxxxx> Cc: Borislav Petkov <bp@xxxxxxxxx> ---------------------------------------------------------------- EFI fixes for v5.13-rc A handful of low urgency EFI fixes accumulated over the past couple of months. ---------------------------------------------------------------- Changbin Du (1): efi/fdt: fix panic when no valid fdt found Dan Carpenter (1): efi/libstub: prevent read overflow in find_file_option() Heiner Kallweit (1): efi: Allow EFI_MEMORY_XP and EFI_MEMORY_RO both to be cleared Rasmus Villemoes (1): efi: cper: fix snprintf() use in cper_dimm_err_location() drivers/firmware/efi/cper.c | 4 +--- drivers/firmware/efi/fdtparams.c | 3 +++ drivers/firmware/efi/libstub/file.c | 2 +- drivers/firmware/efi/memattr.c | 5 ----- 4 files changed, 5 insertions(+), 9 deletions(-)