From patchwork Mon Jan 27 21:40:52 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Michael Tokarev X-Patchwork-Id: 13952105 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 BEBB3C0218D for ; Tue, 28 Jan 2025 07:51:59 +0000 (UTC) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1tcgNk-0007yh-2y; Tue, 28 Jan 2025 02:51:36 -0500 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 1tcgNe-0007xX-G6; Tue, 28 Jan 2025 02:51:30 -0500 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 1tcgNT-0007Ny-5O; Tue, 28 Jan 2025 02:51:21 -0500 Received: from tsrv.corpit.ru (tsrv.tls.msk.ru [192.168.177.2]) by isrv.corpit.ru (Postfix) with ESMTP id 696A0E1AAD; Tue, 28 Jan 2025 10:50:50 +0300 (MSK) Received: from localhost.tls.msk.ru (mjt.wg.tls.msk.ru [192.168.177.130]) by tsrv.corpit.ru (Postfix) with ESMTP id D3F4A1A62A7; Tue, 28 Jan 2025 10:51:15 +0300 (MSK) Received: by localhost.tls.msk.ru (Postfix, from userid 1000) id C65CB51FE5; Tue, 28 Jan 2025 10:51:15 +0300 (MSK) To: qemu-devel@nongnu.org Cc: qemu-stable@nongnu.org, Michael Tokarev Subject: [Stable-7.2.16 00/31] Patch Round-up for stable 7.2.16, freeze on 2025-02-06 Date: Tue, 28 Jan 2025 00:40:52 +0300 Message-Id: X-Mailer: git-send-email 2.39.5 MIME-Version: 1.0 From: Michael Tokarev Received-SPF: pass client-ip=86.62.121.231; envelope-from=mjt@tls.msk.ru; helo=isrv.corpit.ru X-Spam_score_int: -53 X-Spam_score: -5.4 X-Spam_bar: ----- X-Spam_report: (-5.4 / 5.0 requ) BAYES_00=-1.9, DATE_IN_PAST_06_12=1.543, RCVD_IN_DNSWL_HI=-5, RCVD_IN_VALIDITY_CERTIFIED_BLOCKED=0.001, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, 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 The following patches are queued for QEMU stable v7.2.16: https://gitlab.com/qemu-project/qemu/-/commits/staging-7.2 Patch freeze is 2025-02-06, and the release is planned for 2025-02-08: https://wiki.qemu.org/Planning/7.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 3bf7dcd47a3d Peter Maydell: hw/intc/openpic: Avoid taking address of out-of-bounds array index 02 3d7680fb18c7 Peter Maydell: bitops.h: Define bit operations on 'uint32_t' arrays 03 335be5bc44aa Peter Maydell: hw/intc/loongarch_extioi: Use set_bit32() and clear_bit32() for s->isr 04 da80f11efeea Philippe Mathieu-Daudé: cirrus-ci: Remove MSYS2 jobs duplicated with gitlab-ci 05 a8575f7fb2f2 Akihiko Odaki: virtio-net: Fix size check in dhclient workaround 06 5102f9df4a9a Kevin Wolf: qdev: Fix set_pci_devfn() to visit option only once 07 fbdea3d6c13d Jakub Jelen: ssh: Do not switch session to non-blocking mode 08 3abb67323aee Guenter Roeck: scsi: megasas: Internal cdbs have 16-byte length 09 abf0f092c1dd Christian Schoenebeck: tests/9p: fix Rreaddir response name 10 4ec984965079 Christian Schoenebeck: tests/9p: add missing Rgetattr response name 11 462db8fb1d40 Christian Schoenebeck: tests/9p: add 'use-after-unlink' test 12 3bc4db44430f Christian Schoenebeck: 9pfs: remove obsolete comment in v9fs_getattr() 13 c81e7219e073 Christian Schoenebeck: 9pfs: fix 'Tgetattr' after unlink 14 eaab44ccc59b Christian Schoenebeck: tests/9p: also check 'Tgetattr' in 'use-after-unlink' test 15 fa416ae6157a Nicholas Piggin: target/ppc: Fix non-maskable interrupt while halted 16 26dcf2be7e15 Ahmad Fatoum: hw/openrisc/openrisc_sim: keep serial@90000000 as default 17 b438362a1425 Roman Artemev: tcg/riscv: Fix StoreStore barrier generation 18 e7fca81e1705 Alexander Bulekov: fuzz: specify audiodev for usb-audio 19 57e2cc9abf5d Gerd Hoffmann: x86/loader: only patch linux kernels 20 9678b9c50572 Peter Maydell: hw/intc/arm_gicv3_its: Zero initialize local DTEntry etc structs 21 e2d98f257138 Thomas Huth: meson.build: Disallow libnfs v6 to fix the broken macOS build 22 14e568ab4836 David Hildenbrand: s390x/s390-virtio-ccw: don't crash on weird RAM sizes 23 b4859e8f33a7 Philippe Mathieu-Daudé: docs: Correct release of TCG trace-events removal 24 93dcc9390e5a Han Han: target/i386/cpu: Fix notes for CPU models 25 78b0c15a563a Gabriel Barrantes: backends/cryptodev-vhost-user: Fix local_error leaks 26 bb5b7fced6b5 Phil Dennis-Jordan: hw/usb/hcd-xhci-pci: Use modulo to select MSI vector as per spec 27 694632fd4498 Sebastian Ott: pci: ensure valid link status bits for downstream ports 28 42e2a7a0ab23 Nicholas Piggin: pci/msix: Fix msix pba read vector poll end calculation 29 1ad32644fe4c Igor Mammedov: tests: acpi: whitelist expected blobs 30 0b053391985a Igor Mammedov: pci: acpi: Windows 'PCI Label Id' bug workaround 31 9fb1c9a1bb26 Igor Mammedov: tests: acpi: update expected blobs