From patchwork Fri Sep 6 06:53:30 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Michael Tokarev X-Patchwork-Id: 13793436 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 2BF5FCE7AB8 for ; Fri, 6 Sep 2024 06:56:06 +0000 (UTC) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1smSrm-00047V-83; Fri, 06 Sep 2024 02:54:46 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1smSrj-00040M-GI; Fri, 06 Sep 2024 02:54:43 -0400 Received: from isrv.corpit.ru ([86.62.121.231]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1smSrg-0002xd-Ne; Fri, 06 Sep 2024 02:54:43 -0400 Received: from tsrv.corpit.ru (tsrv.tls.msk.ru [192.168.177.2]) by isrv.corpit.ru (Postfix) with ESMTP id 8FA0E8C235; Fri, 6 Sep 2024 09:53:11 +0300 (MSK) Received: from tls.msk.ru (mjt.wg.tls.msk.ru [192.168.177.130]) by tsrv.corpit.ru (Postfix) with SMTP id 5453C1333ED; Fri, 6 Sep 2024 09:54:29 +0300 (MSK) Received: (nullmailer pid 43294 invoked by uid 1000); Fri, 06 Sep 2024 06:54:29 -0000 From: Michael Tokarev To: qemu-devel@nongnu.org Cc: qemu-stable@nongnu.org, Michael Tokarev Subject: [Stable-8.2.7 00/53] Patch Round-up for stable 8.2.7, freeze on 2024-09-16 Date: Fri, 6 Sep 2024 09:53:30 +0300 Message-Id: X-Mailer: git-send-email 2.39.2 MIME-Version: 1.0 Received-SPF: pass client-ip=86.62.121.231; envelope-from=mjt@tls.msk.ru; helo=isrv.corpit.ru X-Spam_score_int: -68 X-Spam_score: -6.9 X-Spam_bar: ------ X-Spam_report: (-6.9 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_HI=-5, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Sender: qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org I'm extending support for qemu 8.2 series for a little longer, in a way how 7.2 series is handled, - let's see how it works. The following patches are queued for QEMU stable v8.2.7: https://gitlab.com/qemu-project/qemu/-/commits/staging-8.2 Patch freeze is 2024-09-16, and the release is planned for 2024-09-18: https://wiki.qemu.org/Planning/8.2 Please respond here or CC qemu-stable@nongnu.org on any additional patches you think should (or shouldn't) be included in the release. The changes which are staging for inclusion, with the original commit hash from master branch, are given below the bottom line. Thanks! /mjt -------------------------------------- 01 3becc9390810 Markus Armbruster: qapi/qom: Document feature unstable of @x-vfio-user-server 02 5669d26ec614 Peter Maydell: target/arm: Fix handling of LDAPR/STLR with negative offset 03 25489b521b61 Peter Maydell: target/arm: LDAPR should honour SCTLR_ELx.nAA 04 31d93fedf41c Daniyal Khan: target/arm: Use float_status copy in sme_fmopa_s 05 207d30b5fdb5 Richard Henderson: target/arm: Use FPST_F16 for SME FMOPA (widening) 06 30a1690f2402 Akihiko Odaki: hvf: arm: Do not advance PC when raising an exception 07 c510fe78f1b7 Zheyu Ma: hw/nvme: fix memory leak in nvme_dsm 08 a207d5f87d66 Zhao Liu: hw/cxl/cxl-host: Fix segmentation fault when getting cxl-fmw property 09 98e77e3dd8dd Manos Pitsidianakis: virtio-snd: add max size bounds check in input cb 10 9b6083465fb8 Manos Pitsidianakis: virtio-snd: check for invalid param shift operands 11 a3c8d7e38550 Clément Mathieu--Drif: intel_iommu: fix FRCD construction macro 12 13be929aff80 Paolo Bonzini: target/i386: do not crash if microvm guest uses SGX CPUID leaves 13 903cc9e1173e songziming: chardev/char-win-stdio.c: restore old console mode 14 2465c89fb983 Bibo Mao: hw/intc/loongson_ipi: Access memory in little endian 15 851495571d14 Peter Maydell: util/async.c: Forbid negative min/max in aio_context_set_thread_pool_params() 16 d72479b11797 Thomas Huth: hw/virtio: Fix the de-initialization of vhost-user devices 17 83340193b991 Richard Henderson: target/rx: Use target_ulong for address in LI 18 546d574b11e0 Frederik van Hövell: hw/char/bcm2835_aux: Fix assert when receive FIFO fills up 19 0892fffc2aba Peter Maydell: hw/misc/bcm2835_property: Fix handling of FRAMEBUFFER_SET_PALETTE 20 56f1c0db928a Peter Maydell: target/arm: Don't assert for 128-bit tile accesses when SVL is 128 21 ea3f5a90f036 Peter Maydell: target/arm: Fix UMOPA/UMOPS of 16-bit values 22 76916dfa89e8 Peter Maydell: target/arm: Avoid shifts by -1 in tszimm_shr() and tszimm_shl() 23 f573ac059ed0 Peter Maydell: target/arm: Ignore SMCR_EL2.LEN and SVCR_EL2.LEN if EL2 is not enabled 24 48e5b5f994bc Peter Maydell: docs/sphinx/depfile.py: Handle env.doc2path() returning a Path not a str 25 9a45b0761628 Peter Maydell: hw/i386/amd_iommu: Don't leak memory in amdvi_update_iotlb() 26 5a558be93ad6 Marco Palumbi: hw/arm/mps2-tz.c: fix RX/TX interrupts order 27 55f9f4ee018c Peter Maydell: target/arm: Handle denormals correctly for FMOPA (widening) 28 f1595ceb9aad Akihiko Odaki: virtio-net: Ensure queue index fits with RSS 29 f937309fbdbb thomas: virtio-net: Fix network stall at the host side waiting for kick 30 ac63755b2001 Richard Henderson: target/i386: Fix VSIB decode 31 ed5a159c3de4 Philippe Mathieu-Daudé: hw/sd/sdhci: Reset @data_count index on invalid ADMA transfers 32 b881cf00c99e Amjad Alsharafi: vvfat: Fix bug in writing to middle of file 33 21b25a0e466a Amjad Alsharafi: vvfat: Fix usage of `info.file.offset` 34 f60a6f7e17bf Amjad Alsharafi: vvfat: Fix wrong checks for cluster mappings invariant 35 5eed3db33650 Amjad Alsharafi: vvfat: Fix reading files with non-continuous clusters 36 c8f60bfb4345 Amjad Alsharafi: iotests: Add `vvfat` tests 37 fb1c2aaa981e Eric Blake: nbd/server: Plumb in new args to nbd_client_add() 38 c8a76dbd90c2 Eric Blake: nbd/server: CVE-2024-7409: Cap default max-connections to 100 39 b9b72cb3ce15 Eric Blake: nbd/server: CVE-2024-7409: Drop non-negotiating clients 40 3e7ef738c846 Eric Blake: nbd/server: CVE-2024-7409: Close stray clients at server-stop 41 3874f5f73c44 Eric Blake: nbd/server: CVE-2024-7409: Avoid use-after-free when closing server 42 446e5e8b4515 Jianzhou Yue: hw/core/ptimer: fix timer zero period condition for freq > 1GHz 43 547c4e50929e Stefano Garzarella: block/blkio: use FUA flag on write zeroes only if supported 44 416f2b16c02c Richard Henderson: target/i386: Do not apply REX to MMX operands 45 8e0c9a9efa21 Richard Henderson: target/arm: Clear high SVE elements in handle_vec_simd_wshli 46 940d802b24e6 Alexander Ivanov: module: Prevent crash by resetting local_err in module_load_qom_all() 47 fe68cc0923eb Alyssa Ross: target/hexagon: don't look for static glib 48 12d36294a2d9 Richard Henderson: target/sparc: Restrict STQF to sparcv9 49 87e012f29f2e Peter Maydell: crypto/tlscredspsk: Free username on finalize 50 6a22121c4f25 Klaus Jensen: hw/nvme: fix leak of uninitialized memory in io_mgmt_recv 51 a8e63ff289d1 Cindy Lu: virtio-pci: Fix the use of an uninitialized irqfd 52 7d14471a1218 Volker Rümelin: hw/audio/virtio-snd: fix invalid param check 53 ead5078cf1a5 Helge Deller: target/hppa: Fix PSW V-bit packaging in cpu_hppa_get for hppa64