From eece120ed18392f3c97de046325f2fe68e8261a5 Mon Sep 17 00:00:00 2001 From: Tobias Jungel <1773291+toanju@users.noreply.github.com> Date: Thu, 18 Jun 2026 13:59:39 +0200 Subject: [PATCH] Upgrade LIBVIRT to tag gardenlinux-release-26-06-16 (657b28f42d8e08a53d5b33f8b94429ff42dee505) Changelog: 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 463c829..e53d7a5 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="657b28f42d8e08a53d5b33f8b94429ff42dee505" +version_increment="2" git_src_commit "$LIBVIRT_COMMIT_SHA" https://github.com/cyberus-technology/libvirt.git