From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Fri, 14 Aug 2026 17:39:32 +0200 Received: from metis.whiteo.stw.pengutronix.de ([2a0a:edc0:2:b01:1d::104]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1wuu0K-0035gZ-01 for lore@lore.pengutronix.de; Fri, 14 Aug 2026 17:39:32 +0200 Received: from [127.0.0.1] (helo=metis.whiteo.stw.pengutronix.de) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1wuu05-0000Wf-KO; Fri, 14 Aug 2026 17:39:17 +0200 Received: from mx1.white.stw.pengutronix.de ([185.203.200.13]) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1wutzV-00073c-3N for ptxdist@pengutronix.de; Fri, 14 Aug 2026 17:38:42 +0200 Received: from drehscheibe.grey.stw.pengutronix.de (drehscheibe.grey.stw.pengutronix.de [IPv6:2a0a:edc0:0:c01:1d::a2]) (Authenticated sender: relay-from-drehscheibe.grey.stw.pengutronix.de) by mx1.white.stw.pengutronix.de (Postfix) with ESMTPSA id E3C3520227E; Fri, 14 Aug 2026 17:38:36 +0200 (CEST) Received: from dude05.red.stw.pengutronix.de ([2a0a:edc0:0:1101:1d::54]) by drehscheibe.grey.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1wutzQ-001Tvm-2k; Fri, 14 Aug 2026 17:38:36 +0200 Received: from mol by dude05.red.stw.pengutronix.de with local (Exim 4.98.2) (envelope-from ) id 1wutzQ-00000007Yw3-3MmO; Fri, 14 Aug 2026 17:38:36 +0200 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Fri, 14 Aug 2026 17:38:36 +0200 Message-ID: <20260814153836.1802580-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.47.3 In-Reply-To: <20260727200354.2401578-1-christian.melki@t2data.com> References: <20260727200354.2401578-1-christian.melki@t2data.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on metis.whiteo.stw.pengutronix.de X-Spam-Level: X-Spam-Status: No, score=-3.5 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham autolearn_force=no version=3.4.2 Subject: Re: [ptxdist] [APPLIED] qemu: Version bump. 11.0.1 -> 11.0.3 X-BeenThere: ptxdist@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Cc: Christian Melki Sender: "ptxdist" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: ptxdist-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.whiteo.stw.pengutronix.de); SAEximRunCond expanded to false Thanks, applied as 2bc6a18cdfb356cb744886a004d161abd86d1534. Michael [sent from post-receive hook] On Fri, 14 Aug 2026 17:38:36 +0200, Christian Melki wrote: > Bug and security fixes. > https://github.com/qemu/qemu/compare/v11.0.1...v11.0.3 > > Plugs CVEs: > CVE-2026-48004: fix missing rename lock in v9fs_co_readdir_many > CVE-2026-48914: add missing VIRTIO_BLK_T_SCSI_CMD size check > CVE-2026-9238: cap Treaddir allocation > > * Forward patchset, adjust for line offset. > > Signed-off-by: Christian Melki > Message-Id: <20260727200354.2401578-1-christian.melki@t2data.com> > Signed-off-by: Michael Olbrich > > diff --git a/patches/qemu-11.0.1/0100-9pfs-allow-real-symlinks-for-security_model-mapped-f.patch b/patches/qemu-11.0.3/0100-9pfs-allow-real-symlinks-for-security_model-mapped-f.patch > similarity index 96% > rename from patches/qemu-11.0.1/0100-9pfs-allow-real-symlinks-for-security_model-mapped-f.patch > rename to patches/qemu-11.0.3/0100-9pfs-allow-real-symlinks-for-security_model-mapped-f.patch > index ac80a6e1fa88..fe53dcafee05 100644 > --- a/patches/qemu-11.0.1/0100-9pfs-allow-real-symlinks-for-security_model-mapped-f.patch > +++ b/patches/qemu-11.0.3/0100-9pfs-allow-real-symlinks-for-security_model-mapped-f.patch > @@ -11,7 +11,7 @@ Signed-off-by: Michael Olbrich > 1 file changed, 27 insertions(+), 13 deletions(-) > > diff --git a/hw/9pfs/9p-local.c b/hw/9pfs/9p-local.c > -index 24cb1da90ae0..9827cefbe12a 100644 > +index ee592b62f81f..b795afaa46d6 100644 > --- a/hw/9pfs/9p-local.c > +++ b/hw/9pfs/9p-local.c > @@ -463,8 +463,7 @@ static ssize_t local_readlink(FsContext *fs_ctx, V9fsPath *fs_path, > @@ -50,7 +50,7 @@ index 24cb1da90ae0..9827cefbe12a 100644 > close_preserve_errno(dirfd); > out: > g_free(name); > -@@ -907,18 +918,21 @@ static int local_symlink(FsContext *fs_ctx, const char *oldpath, > +@@ -910,18 +921,21 @@ static int local_symlink(FsContext *fs_ctx, const char *oldpath, > int fd; > ssize_t oldpath_size, write_size; > > diff --git a/patches/qemu-11.0.1/0101-python-don-t-install-local-package-with-e.patch b/patches/qemu-11.0.3/0101-python-don-t-install-local-package-with-e.patch > similarity index 100% > rename from patches/qemu-11.0.1/0101-python-don-t-install-local-package-with-e.patch > rename to patches/qemu-11.0.3/0101-python-don-t-install-local-package-with-e.patch > diff --git a/patches/qemu-11.0.1/series b/patches/qemu-11.0.3/series > similarity index 100% > rename from patches/qemu-11.0.1/series > rename to patches/qemu-11.0.3/series > diff --git a/rules/qemu.make b/rules/qemu.make > index a6a8e712d957..aee3848dab4d 100644 > --- a/rules/qemu.make > +++ b/rules/qemu.make > @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_ARCH_LP64)-$(PTXCONF_QEMU) += qemu > # > # Paths and names > # > -QEMU_VERSION := 11.0.1 > -QEMU_SHA256 := 0d235f5820278d914a3155ec27af8e4258d697ea892895570807d69c0cb8cd64 > +QEMU_VERSION := 11.0.3 > +QEMU_SHA256 := da5fcffc32762820568b828ed430a728864d34d50b6d2f30358597760cbb0523 > QEMU := qemu-$(QEMU_VERSION) > QEMU_SUFFIX := tar.xz > QEMU_URL := https://download.qemu.org/$(QEMU).$(QEMU_SUFFIX)