From patchwork Mon Nov 18 18:06:20 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Michael Tokarev X-Patchwork-Id: 13878933 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 7800CD591AC for ; Mon, 18 Nov 2024 18:07:22 +0000 (UTC) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1tD69B-0004Z7-7w; Mon, 18 Nov 2024 13:06:49 -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 1tD697-0004YW-AF; Mon, 18 Nov 2024 13:06:45 -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 1tD690-0008Q6-4H; Mon, 18 Nov 2024 13:06:41 -0500 Received: from tsrv.corpit.ru (tsrv.tls.msk.ru [192.168.177.2]) by isrv.corpit.ru (Postfix) with ESMTP id 170DCA547F; Mon, 18 Nov 2024 21:06:31 +0300 (MSK) Received: from tls.msk.ru (mjt.wg.tls.msk.ru [192.168.177.130]) by tsrv.corpit.ru (Postfix) with SMTP id 6651A173518; Mon, 18 Nov 2024 21:06:34 +0300 (MSK) Received: (nullmailer pid 2302442 invoked by uid 1000); Mon, 18 Nov 2024 18:06:34 -0000 From: Michael Tokarev To: qemu-devel@nongnu.org Cc: qemu-stable@nongnu.org, Michael Tokarev Subject: [Stable-7.2.15 v2 00/39] Patch Round-up for stable 7.2.15, freeze on 2024-11-18 Date: Mon, 18 Nov 2024 21:06:20 +0300 Message-Id: X-Mailer: git-send-email 2.39.5 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, RCVD_IN_VALIDITY_CERTIFIED_BLOCKED=0.001, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 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.15: https://gitlab.com/qemu-project/qemu/-/commits/staging-7.2 Patch freeze is 2024-11-18 (today), and the release is planned for 2024-11-20: 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* d8d5ca40048b Fea.Wang: softmmu/physmem.c: Keep transaction attribute in address_space_map() 02* 8bded2e73e80 Fabiano Rosas: target/ppc: Fix lxvx/stxvx facility check 03* 6475155d5192 Fiona Ebner: block/reqlist: allow adding overlapping requests 04* 3e964275d65b Alexander Bulekov: fuzz: disable leak-detection for oss-fuzz builds 05* e6d8e5e6e366 Paolo Bonzini: tracetool: avoid invalid escape in Python string 06* a9ee641bd46f Philippe Mathieu-Daudé: linux-user/flatload: Take mmap_lock in load_flt_binary() 07* 2884596f5f38 Richard Henderson: linux-user: Fix parse_elf_properties GNU0_MAGIC check 08* 9472083e642b Stefano Garzarella: scsi: fetch unit attention when creating the request 09* 3db74afec3ca Alexandra Diupina: hw/intc/arm_gicv3_cpuif: Add cast to match the documentation 10* f27206ceedbe Marc-André Lureau: hw/audio/hda: free timer on exit 11* 5504a8126115 Peter Xu: KVM: Dynamic sized kvm memslots array 12* d9280ea31747 Stefan Berger: tests: Wait for migration completion on destination QEMU to avoid failures 13* 04bbc3ee52b3 Kevin Wolf: raw-format: Fix error message for invalid offset/size 14* a7cfd751fb26 Richard Henderson: tcg: Reset data_gen_ptr correctly 15* 987b63f24afe Peter Maydell: target/i386: Avoid unreachable variable declaration in mmu_translate() 16* b56617bbcb47 Alexander Graf: target/i386: Walk NPT in guest real mode 17* 8704132805cf Ilya Leoshkevich: linux-user/ppc: Fix sigmask endianness issue in sigreturn 18* 97f116f9c6fd Alex Bennée: gitlab: make check-[dco|patch] a little more verbose 19* e29bc931e169 Stefan Weil: Fix calculation of minimum in colo_compare_tcp 20* 75fe36b4e8a9 Bernhard Beschow: net/tap-win32: Fix gcc 14 format truncation errors 21* 1505b651fdbd Peter Maydell: target/arm: Don't assert in regime_is_user() for E10 mmuidx values 22* 5a60026cad4e Evgenii Prokopiev: target/riscv/csr.c: Fix an access to VXSAT 23* 929e4277c128 TANG Tiancheng: target/riscv: Correct SXL return value for RV32 in RV64 QEMU 24* a84be2baa9ec Sergey Makarov: hw/intc: Don't clear pending bits on IRQ lowering 25* f8c1f36a2e3d Rob Bradford: target/riscv: Set vtype.vill on CPU reset 26* 0678e9f29c23 Anup Patel: hw/intc/riscv_aplic: Fix in_clrip[x] read emulation 27* 2ae6cca1d338 Yong-Xuan Wang: hw/intc/riscv_aplic: Check and update pending when write sourcecfg 28* c128d39edeff Anton Blanchard: target/riscv: Fix vcompress with rvv_ta_all_1s 29* c9b8a13a8841 Ilya Leoshkevich: target/ppc: Set ctx->opcode for decode_insn32() 30* e6b2fa1b81ac Peter Maydell: target/arm: Fix SVE SDOT/UDOT/USDOT (4-way, indexed) 31* 9529aa6bb4d1 Klaus Jensen: hw/nvme: fix handling of over-committed queues 32* 042b4ebfd229 Christian Schoenebeck: 9pfs: fix crash on 'Treaddir' request 33 8fa11a4df344 Alexander Graf: target/i386: Fix legacy page table walk 34 8491026a08b4 Helge Deller: linux-user: Fix setreuid and setregid to use direct syscalls 35 f27550804688 Richard Henderson: target/arm: Drop user-only special case in sve_stN_r 36 8377e3fb854d Peter Maydell: tcg: Allow top bit of SIMD_DATA_BITS to be set in simd_desc() 37 c3d7c18b0d61 Thomas Huth: hw/misc/mos6522: Fix bad class definition of the MOS6522 device 38 626b39006d2f Paolo Bonzini: hw/audio/hda: fix memory leak on audio setup 39 b2cc69997924 Guenter Roeck: usb-hub: Fix handling port power control messages (commit(s) marked with * were in previous series and are not resent)