[PULL 0/6] Firmware 20260722 patches

Gerd Hoffmann posted 6 patches 2 days, 17 hours ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20260722135752.1264244-1-kraxel@redhat.com
Maintainers: Gerd Hoffmann <kraxel@redhat.com>
hw/uefi/var-service-auth.c    |  7 ++++
hw/uefi/var-service-core.c    | 14 +++++++-
hw/uefi/var-service-json.c    |  5 +++
hw/uefi/var-service-policy.c  | 68 ++++++++++++++++-------------------
hw/uefi/var-service-siglist.c |  3 ++
hw/uefi/var-service-vars.c    | 19 ++++++++++
6 files changed, 78 insertions(+), 38 deletions(-)
[PULL 0/6] Firmware 20260722 patches
Posted by Gerd Hoffmann 2 days, 17 hours ago
The following changes since commit cbd42e2b75b23953a9bdb073c8531518b1bd6163:

  Update version for v11.1.0-rc1 release (2026-07-21 13:18:25 -0400)

are available in the Git repository at:

  https://gitlab.com/kraxel/qemu.git tags/firmware-20260722-pull-request

for you to fetch changes up to bd9b3c50f458ce24fee084916cf0eba58bd9a33b:

  hw/uefi: make SetupMode read-only (2026-07-22 15:22:40 +0200)

----------------------------------------------------------------
hw/uefi: security fix collection

----------------------------------------------------------------

Gerd Hoffmann (6):
  hw/uefi: add sanity check
  hw/uefi: remove debug function
  hw/uefi: check lower limit for signature list size
  hw/uefi: account variable policy entries against storage size
  hw/uefi: add post_load checks
  hw/uefi: make SetupMode read-only

 hw/uefi/var-service-auth.c    |  7 ++++
 hw/uefi/var-service-core.c    | 14 +++++++-
 hw/uefi/var-service-json.c    |  5 +++
 hw/uefi/var-service-policy.c  | 68 ++++++++++++++++-------------------
 hw/uefi/var-service-siglist.c |  3 ++
 hw/uefi/var-service-vars.c    | 19 ++++++++++
 6 files changed, 78 insertions(+), 38 deletions(-)

-- 
2.55.0
Re: [PULL 0/6] Firmware 20260722 patches
Posted by Stefan Hajnoczi 2 days, 13 hours ago
Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/11.1 for any user-visible changes.