From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Tue, 03 Jan 2023 12:09:20 +0100 Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1pCfAW-000MIK-W5 for lore@lore.pengutronix.de; Tue, 03 Jan 2023 12:09:20 +0100 Received: from localhost ([127.0.0.1] helo=metis.ext.pengutronix.de) by metis.ext.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1pCfAV-0004yP-6l; Tue, 03 Jan 2023 12:09:19 +0100 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pCf9l-0002SX-BL; Tue, 03 Jan 2023 12:08:33 +0100 Received: from [2a0a:edc0:0:1101:1d::54] (helo=dude05.red.stw.pengutronix.de) by drehscheibe.grey.stw.pengutronix.de with esmtp (Exim 4.94.2) (envelope-from ) id 1pCf9k-003YB5-Mk; Tue, 03 Jan 2023 12:08:32 +0100 Received: from mol by dude05.red.stw.pengutronix.de with local (Exim 4.94.2) (envelope-from ) id 1pCf9k-009Lsy-1C; Tue, 03 Jan 2023 12:08:32 +0100 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Tue, 3 Jan 2023 12:08:32 +0100 Message-Id: <20230103110832.2229036-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20221215141131.3689507-1-christian.melki@t2data.com> References: <20221215141131.3689507-1-christian.melki@t2data.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [ptxdist] [APPLIED] qemu: Version bump. 7.1.0 -> 7.2.0 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.ext.pengutronix.de); SAEximRunCond expanded to false Thanks, applied as e3060a69c0190dfa7131e5955ab1a444f628c501. Michael [sent from post-receive hook] On Tue, 03 Jan 2023 12:08:31 +0100, Christian Melki wrote: > A bunch of traffic in QEMU, as usual. > Notable is the RISC-V work and x86 TCG gains support for AVX, AVX2, F16C, FMA3 and VAES instructions. > Changelog: https://wiki.qemu.org/ChangeLog/7.2 > This release plugs CVEs: CVE-2022-3872, CVE-2022-2962, CVE-2022-3165 and CVE-2022-4144. > > * Forward patches, with a minor correction, seems to apply cleanly. > * Be more explicit about libvduse, disable it. > > Signed-off-by: Christian Melki > Message-Id: <20221215141131.3689507-1-christian.melki@t2data.com> > Signed-off-by: Michael Olbrich > > diff --git a/patches/qemu-7.1.0/0100-9pfs-allow-real-symlinks-for-security_model-mapped-f.patch b/patches/qemu-7.2.0/0100-9pfs-allow-real-symlinks-for-security_model-mapped-f.patch > similarity index 100% > rename from patches/qemu-7.1.0/0100-9pfs-allow-real-symlinks-for-security_model-mapped-f.patch > rename to patches/qemu-7.2.0/0100-9pfs-allow-real-symlinks-for-security_model-mapped-f.patch > diff --git a/patches/qemu-7.1.0/0101-let-ninja-use-the-jobserver.patch b/patches/qemu-7.2.0/0101-let-ninja-use-the-jobserver.patch > similarity index 89% > rename from patches/qemu-7.1.0/0101-let-ninja-use-the-jobserver.patch > rename to patches/qemu-7.2.0/0101-let-ninja-use-the-jobserver.patch > index d54558a93dba..a039bfef9389 100644 > --- a/patches/qemu-7.1.0/0101-let-ninja-use-the-jobserver.patch > +++ b/patches/qemu-7.2.0/0101-let-ninja-use-the-jobserver.patch > @@ -11,10 +11,10 @@ Signed-off-by: Michael Olbrich > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Makefile b/Makefile > -index e5fd1ebdf619..23128172d02a 100644 > +index a48103cc8a1a..9fbd7b095ca9 100644 > --- a/Makefile > +++ b/Makefile > -@@ -142,7 +142,7 @@ MAKE.k = $(findstring k,$(firstword $(filter-out --%,$(MAKEFLAGS)))) > +@@ -145,7 +145,7 @@ MAKE.k = $(findstring k,$(firstword $(filter-out --%,$(MAKEFLAGS)))) > MAKE.q = $(findstring q,$(firstword $(filter-out --%,$(MAKEFLAGS)))) > MAKE.nq = $(if $(word 2, $(MAKE.n) $(MAKE.q)),nq) > NINJAFLAGS = $(if $V,-v) $(if $(MAKE.n), -n) $(if $(MAKE.k), -k0) \ > @@ -22,4 +22,4 @@ index e5fd1ebdf619..23128172d02a 100644 > + $(filter-out -j, $(lastword $(filter -l% -j%, $(MAKEFLAGS)))) \ > -d keepdepfile > ninja-cmd-goals = $(or $(MAKECMDGOALS), all) > - ninja-cmd-goals += $(foreach g, $(MAKECMDGOALS), $(.ninja-goals.$g)))) > + ninja-cmd-goals += $(foreach g, $(MAKECMDGOALS), $(.ninja-goals.$g)) > diff --git a/patches/qemu-7.1.0/series b/patches/qemu-7.2.0/series > similarity index 100% > rename from patches/qemu-7.1.0/series > rename to patches/qemu-7.2.0/series > diff --git a/rules/qemu.make b/rules/qemu.make > index 579715684ed8..79be513c666d 100644 > --- a/rules/qemu.make > +++ b/rules/qemu.make > @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_QEMU) += qemu > # > # Paths and names > # > -QEMU_VERSION := 7.1.0 > -QEMU_MD5 := 3be5458a9171b4ec5220c65d5d52bdcf > +QEMU_VERSION := 7.2.0 > +QEMU_MD5 := 7630d6a9eba7ab2bcb9979d6d24c2697 > QEMU := qemu-$(QEMU_VERSION) > QEMU_SUFFIX := tar.xz > QEMU_URL := https://download.qemu.org/$(QEMU).$(QEMU_SUFFIX) > @@ -128,6 +128,7 @@ QEMU_CONF_OPT := \ > --disable-usb-redir \ > --disable-vde \ > --disable-vhost-user-blk-server \ > + --disable-libvduse \ > --disable-virglrenderer \ > --$(call ptx/endis, PTXCONF_QEMU_SYS)-virtfs \ > --disable-virtiofsd \