The following changes since commit 568035b01cfb107af8d2e4bd2fb9aea22cf5b868: Linux 6.0-rc1 (2022-08-14 15:50:18 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi.git tags/efi-urgent-for-v6.0-1 for you to fetch changes up to 9cb636b5f6a8cc6d1b50809ec8f8d33ae0c84c95: efi: capsule-loader: Fix use-after-free in efi_capsule_write (2022-09-07 18:23:56 +0200) ---------------------------------------------------------------- A couple of low-priority EFI fixes - prevent the randstruct plugin from re-ordering EFI protocol definitions; - fix a use-after-free in the capsule loader - drop unused variable ---------------------------------------------------------------- Ard Biesheuvel (1): efi: libstub: Disable struct randomization Hyunwoo Kim (1): efi: capsule-loader: Fix use-after-free in efi_capsule_write chen zhang (1): efi/x86: libstub: remove unused variable drivers/firmware/efi/capsule-loader.c | 31 +++++++------------------------ drivers/firmware/efi/libstub/Makefile | 7 +++++++ drivers/firmware/efi/libstub/x86-stub.c | 1 - 3 files changed, 14 insertions(+), 25 deletions(-)