From e5ff7cbf550d82251a1f17aca9d5b0ee7e900051 Mon Sep 17 00:00:00 2001 From: Tobias Jungel <1773291+toanju@users.noreply.github.com> Date: Mon, 22 Jun 2026 09:16:17 +0200 Subject: [PATCH] Upgrade LIBVIRT to tag gardenlinux-release-26-06-19 (2c1f90970ef88165447f65311ee990ed3b0ead01) Changelog from gardenlinux-release-26-06-16 which we include here: * Fixed a Cloud Hypervisor driver double-free in virCHProcessEvents. * Fixed a reboot/shutdown race in the Cloud Hypervisor driver that could leave the monitor stuck and lead to a SIGSEGV. * Reverted the Cloud Hypervisor virtio-net offloading workaround. --- prepare_source | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/prepare_source b/prepare_source index 57a2d98..68680c7 100644 --- a/prepare_source +++ b/prepare_source @@ -1,8 +1,8 @@ # vim: ft=bash # commit sha from https://github.com/cyberus-technology/libvirt/commits/gardenlinux/ -LIBVIRT_COMMIT_SHA="6896f4dade77f4b73bab6a04a622ef1e1ddaa869" -version_increment="1" +LIBVIRT_COMMIT_SHA="2c1f90970ef88165447f65311ee990ed3b0ead01" +version_increment="2" git_src_commit "$LIBVIRT_COMMIT_SHA" https://github.com/cyberus-technology/libvirt.git