* [Stable-10.0.9 00/44] Patch Round-up for stable 10.0.9, freeze on 2026-03-15
@ 2026-03-11 15:01 Michael Tokarev
2026-03-11 15:01 ` [Stable-10.0.9 01/44] s390x/pci: Fix endianness for zPCI BAR values Michael Tokarev
` (43 more replies)
0 siblings, 44 replies; 45+ messages in thread
From: Michael Tokarev @ 2026-03-11 15:01 UTC (permalink / raw)
To: qemu-devel; +Cc: qemu-stable, Michael Tokarev
The following patches are queued for QEMU stable v10.0.9:
https://gitlab.com/qemu-project/qemu/-/commits/staging-10.0
Patch freeze is 2026-03-15, and the release is planned for 2026-03-17:
https://wiki.qemu.org/Planning/10.0
This review/release cycle is a bit shorter than usual, because
of a few security fixes accumulated in there.
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 00ebc44514a6 Jaehoon Kim:
s390x/pci: Fix endianness for zPCI BAR values.
02 b0353beebb0c Mohamed Mediouni:
plugins: fix cross-build using LLVM for Windows targets
03 e44a26ba9402 John Snow:
python: drop uses of pkg_resources
04 01499add2ae6 Kohei Tokunaga:
contrib/plugins: Fix type conflict of GLib function pointers
05 90fabd5ddace Alex Bradbury:
contrib/plugins/hotblocks: Correctly free sorted counts list
06 1c1e45fcd662 Alex Bradbury:
contrib/plugins/hotblocks: Fix off by one error in iteration of sorted
blocks
07 e777f6ab9140 Alex Bradbury:
contrib/plugins/hotblocks: Print uint64_t with PRIu64 rather than PRId64
08 e4ed74c9aef6 Alex Bradbury:
docs/about/emulation: Add documentation for hotblocks plugin arguments
09 c2c5beec42bf Jamin Lin:
hw/i2c/aspeed_i2c: Fix out-of-bounds read in I2C MMIO handlers
10 c48d0471beb0 Richard Henderson:
target/arm: Introduce ARMCPU.sme_max_vq
11 42eab40a12f1 Peter Maydell:
target/arm: Account for SME in aarch64_sve_narrow_vq() assertion
12 ee5bf0962ed6 Peter Maydell:
target/arm: Fix feature check in DO_SVE2_RRX, DO_SVE2_RRX_TB
13 b2a279094c3b Akihiko Odaki:
virtio-gpu-virgl: Add virtio-gpu-virgl-hostmem-region type
14 34238f078a04 Manos Pitsidianakis:
virtio-snd: remove TODO comments
15 61679d7dcfa2 Manos Pitsidianakis:
virtio-snd: handle 5.14.6.2 for PCM_INFO properly
16 bcb53328aa70 Manos Pitsidianakis:
virtio-snd: fix max_size bounds check in input cb
17 7994203bb1b8 Manos Pitsidianakis:
virtio-snd: tighten read amount in in_cb
18 8608ed356ef9 Kuan-Wei Chiu:
hw/misc/virt_ctrl: Fix incorrect trace event in read operation
19 669683cf1414 Weixie Cui:
hw/ssi/xilinx_spips: Reset TX FIFO in reset
20 662fd548a027 Alex Bennée:
target/arm: set the correct TI bits for WFIT traps
21 c96f6d2398a9 Richie Buturla:
hw/9pfs: fix data race in v9fs_mark_fids_unreclaim()
22 b72d15f47cbd Christian Schoenebeck:
hw/9pfs: fix missing EOPNOTSUPP on Twstat and Trenameat for fs synth
driver
23 e2d4646a0268 John Snow:
tests/docker: upgrade most non-lcitool debian tests to debian 13
24 48c8916aec43 Josh Poimboeuf:
hw/i386/vmmouse: Fix hypercall clobbers
25 529e5e764307 Bernhard Beschow:
target/i386/hvf/x86_mmu: Fix compiler warning
26 403d3a5f4a2d Daniel P. Berrangé:
io: separate freeing of tasks from marking them as complete
27 d39d0f3acdd7 Daniel P. Berrangé:
io: fix cleanup for TLS I/O source data on cancellation
28 9545c059f77e Daniel P. Berrangé:
io: fix cleanup for websock I/O source data on cancellation
29 d8e19f8042dc Peter Maydell:
hw/net/smc91c111: Don't allow negative-length packets
30 cfda94eddb6c Halil Oktay (oblivionsage):
block/vmdk: fix OOB read in vmdk_read_extent()
31 6f7b0a23a6ea Antoine Damhet:
block/curl: fix concurrent completion handling
32 0f51f9c3420b Kevin Wolf:
mirror: Fix missed dirty bitmap writes during startup
33 d4816177654d Dmitry Guryanov:
block/throttle-groups: fix deadlock with iolimits and muliple iothreads
34 544ddbb6373d Kevin Wolf:
block: Never drop BLOCK_IO_ERROR with action=stop for rate limiting
35 1d6610099bd7 Hanna Czenczek:
block/nfs: Do not enter coroutine from CB
36 235f9b36383e Dmitry Osipenko:
virtio-gpu: Ensure BHs are invoked only from main-loop thread
37 6595a8d5d17e Peter Maydell:
hw/net/xilinx_ethlite: Check for oversized TX packets
38 f2813e13fe91 Bingwu Zhang:
linux-user: Deal with mmap where start > reserved_va
39 e8e7d1f97785 Bingwu Zhang:
bsd-user: Deal with mmap where start > reserved_va
40 c865b6bce5d0 Bingwu Zhang:
tests/tcg/multiarch/test-mmap: Check mmaps beyond reserved_va
41 6a1221614fd9 Andreas Schwab:
linux-user: fix TIOCGSID ioctl
42 550391c7134d Peter Maydell:
hw/net/npcm_gmac: Catch accesses off the end of the register array
43 2d877bc02a3b rail5:
target/loongarch: Preserve PTE permission bits in LDPTE
44 a3fcbca0ef64 Hanna Czenczek:
fuse: Copy write buffer content before polling
^ permalink raw reply [flat|nested] 45+ messages in thread
* [Stable-10.0.9 01/44] s390x/pci: Fix endianness for zPCI BAR values.
2026-03-11 15:01 [Stable-10.0.9 00/44] Patch Round-up for stable 10.0.9, freeze on 2026-03-15 Michael Tokarev
@ 2026-03-11 15:01 ` Michael Tokarev
2026-03-11 15:01 ` [Stable-10.0.9 02/44] plugins: fix cross-build using LLVM for Windows targets Michael Tokarev
` (42 subsequent siblings)
43 siblings, 0 replies; 45+ messages in thread
From: Michael Tokarev @ 2026-03-11 15:01 UTC (permalink / raw)
To: qemu-devel
Cc: qemu-stable, Jaehoon Kim, Matthew Rosato, Farhan Ali, Eric Farman,
Thomas Huth, Michael Tokarev
From: Jaehoon Kim <jhkim@linux.ibm.com>
During zPCI scan, BAR configuration data retrieved via CLP Query was
misinterpreted due to an endianness mismatch between QEMU and the guest
kernel.
The guest kernel's clp_store_query_pci_fn() expects BAR values in
little-endian format and converts them with le32_to_cpu(). However, QEMU
was incorrectly sending them in big-endian format, not following the
architecture specification. This caused incorrect bit-swapping in the
kernel, leading zpci_setup_bus_resources() to perform registration checks
against invalid flags, making the process ineffective.
Observation values for zPCI device (NVMe passthrough):
LPAR from real CLP:
[ 0.865595] Resource: PCI Bus 0000:00 -> zdev->bar[0].val: 0x4
[ 0.865597] start: 0x4000000000000000
[ 0.865598] end: 0x4000000000003fff
[ 0.865600] flags: 0x100200
QEMU before fix (wrong):
[ 0.601083] Resource: PCI Bus 0001:00 -> zdev->bar[0].val: 0x4000000
[ 0.601085] start: 0x4003000000000000
[ 0.601086] end: 0x4003000000003fff
[ 0.601087] flags: 0x200
QEMU after fix (correct):
[ 0.601116] Resource: PCI Bus 0001:00 -> zdev->bar[0].val: 0x4
[ 0.601117] start: 0x4003000000000000
[ 0.601118] end: 0x4003000000003fff
[ 0.601119] flags: 0x100200
Signed-off-by: Jaehoon Kim <jhkim@linux.ibm.com>
Reviewed-by: Matthew Rosato <mjrosato@linux.ibm.com>
Reviewed-by: Farhan Ali <alifm@linux.ibm.com>
Reviewed-by: Eric Farman <farman@linux.ibm.com>
Message-ID: <20260206164645.1845366-1-jhkim@linux.ibm.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
(cherry picked from commit 00ebc44514a67fb75a46d60e4b44614ebf91230f)
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
diff --git a/hw/s390x/s390-pci-inst.c b/hw/s390x/s390-pci-inst.c
index 8cdeb6cb7f..6d95b96bef 100644
--- a/hw/s390x/s390-pci-inst.c
+++ b/hw/s390x/s390-pci-inst.c
@@ -305,7 +305,7 @@ int clp_service_call(S390CPU *cpu, uint8_t r2, uintptr_t ra)
uint32_t data = pci_get_long(pbdev->pdev->config +
PCI_BASE_ADDRESS_0 + (i * 4));
- stl_be_p(&resquery->bar[i], data);
+ stl_le_p(&resquery->bar[i], data);
resquery->bar_size[i] = pbdev->pdev->io_regions[i].size ?
ctz64(pbdev->pdev->io_regions[i].size) : 0;
trace_s390_pci_bar(i,
--
2.47.3
^ permalink raw reply related [flat|nested] 45+ messages in thread
* [Stable-10.0.9 02/44] plugins: fix cross-build using LLVM for Windows targets
2026-03-11 15:01 [Stable-10.0.9 00/44] Patch Round-up for stable 10.0.9, freeze on 2026-03-15 Michael Tokarev
2026-03-11 15:01 ` [Stable-10.0.9 01/44] s390x/pci: Fix endianness for zPCI BAR values Michael Tokarev
@ 2026-03-11 15:01 ` Michael Tokarev
2026-03-11 15:01 ` [Stable-10.0.9 03/44] python: drop uses of pkg_resources Michael Tokarev
` (41 subsequent siblings)
43 siblings, 0 replies; 45+ messages in thread
From: Michael Tokarev @ 2026-03-11 15:01 UTC (permalink / raw)
To: qemu-devel
Cc: qemu-stable, Mohamed Mediouni, Pierrick Bouvier, Michael Tokarev
From: Mohamed Mediouni <mohamed@unpredictable.fr>
llvm-dlltool assumes that it's by default targeting the host architecture
it's running on. That assumption doesn't hold true when cross-compiling.
Signed-off-by: Mohamed Mediouni <mohamed@unpredictable.fr>
Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Tested-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Link: https://lore.kernel.org/qemu-devel/20260210040722.11375-1-mohamed@unpredictable.fr
Signed-off-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
(cherry picked from commit b0353beebb0c4fa4059c88362561a8362ada8b4c)
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
diff --git a/plugins/meson.build b/plugins/meson.build
index 3be8245a69..5f655d81f3 100644
--- a/plugins/meson.build
+++ b/plugins/meson.build
@@ -41,9 +41,16 @@ if host_os == 'windows'
# to find missing symbols in current program.
win32_qemu_plugin_api_link_flags = ['-Lplugins', '-lqemu_plugin_api']
if meson.get_compiler('c').get_id() == 'clang'
+ if host_machine.cpu() == 'x86_64'
+ dlltool_target = 'i386:x86-64'
+ elif host_machine.cpu() == 'aarch64'
+ dlltool_target = 'arm64'
+ else
+ error('Unknown machine')
+ endif
# With LLVM/lld, delaylib is specified at link time (-delayload)
dlltool = find_program('llvm-dlltool', required: true)
- dlltool_cmd = [dlltool, '-d', '@INPUT@', '-l', '@OUTPUT@', '-D', 'qemu.exe']
+ dlltool_cmd = [dlltool, '-m', dlltool_target,'-d', '@INPUT@', '-l', '@OUTPUT@', '-D', 'qemu.exe']
win32_qemu_plugin_api_link_flags += ['-Wl,-delayload=qemu.exe']
else
# With gcc/ld, delay lib is built with a specific delay parameter.
--
2.47.3
^ permalink raw reply related [flat|nested] 45+ messages in thread
* [Stable-10.0.9 03/44] python: drop uses of pkg_resources
2026-03-11 15:01 [Stable-10.0.9 00/44] Patch Round-up for stable 10.0.9, freeze on 2026-03-15 Michael Tokarev
2026-03-11 15:01 ` [Stable-10.0.9 01/44] s390x/pci: Fix endianness for zPCI BAR values Michael Tokarev
2026-03-11 15:01 ` [Stable-10.0.9 02/44] plugins: fix cross-build using LLVM for Windows targets Michael Tokarev
@ 2026-03-11 15:01 ` Michael Tokarev
2026-03-11 15:01 ` [Stable-10.0.9 04/44] contrib/plugins: Fix type conflict of GLib function pointers Michael Tokarev
` (40 subsequent siblings)
43 siblings, 0 replies; 45+ messages in thread
From: Michael Tokarev @ 2026-03-11 15:01 UTC (permalink / raw)
To: qemu-devel
Cc: qemu-stable, John Snow, Peter Maydell, Thomas Huth,
Michael Tokarev
From: John Snow <jsnow@redhat.com>
pkg_resources has been fully dropped from modern pip/setuptools
distributions and we should phase out its use. This patch is enough to,
by itself, repair most GitLab CI tests upstream; with the exception of
tox tests which are still making use of avocado - which will be dropped
in a separate series to restore functionality there.
Signed-off-by: John Snow <jsnow@redhat.com>
Suggested-by: Peter Maydell <peter.maydell@linaro.org>
Message-ID: <20260211195804.135144-3-jsnow@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
(cherry picked from commit e44a26ba940214824b61976324058e73d9f41658)
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
diff --git a/python/setup.py b/python/setup.py
index c5bc45919a..789fa39b0f 100755
--- a/python/setup.py
+++ b/python/setup.py
@@ -7,7 +7,6 @@
import setuptools
from setuptools.command import bdist_egg
import sys
-import pkg_resources
class bdist_egg_guard(bdist_egg.bdist_egg):
@@ -30,9 +29,6 @@ def main():
QEMU tooling installer
"""
- # https://medium.com/@daveshawley/safely-using-setup-cfg-for-metadata-1babbe54c108
- pkg_resources.require('setuptools>=39.2')
-
setuptools.setup(cmdclass={'bdist_egg': bdist_egg_guard})
--
2.47.3
^ permalink raw reply related [flat|nested] 45+ messages in thread
* [Stable-10.0.9 04/44] contrib/plugins: Fix type conflict of GLib function pointers
2026-03-11 15:01 [Stable-10.0.9 00/44] Patch Round-up for stable 10.0.9, freeze on 2026-03-15 Michael Tokarev
` (2 preceding siblings ...)
2026-03-11 15:01 ` [Stable-10.0.9 03/44] python: drop uses of pkg_resources Michael Tokarev
@ 2026-03-11 15:01 ` Michael Tokarev
2026-03-11 15:01 ` [Stable-10.0.9 05/44] contrib/plugins/hotblocks: Correctly free sorted counts list Michael Tokarev
` (39 subsequent siblings)
43 siblings, 0 replies; 45+ messages in thread
From: Michael Tokarev @ 2026-03-11 15:01 UTC (permalink / raw)
To: qemu-devel
Cc: qemu-stable, Kohei Tokunaga, Philippe Mathieu-Daudé,
Michael Tokarev
From: Kohei Tokunaga <ktokunaga.mail@gmail.com>
On Emscripten, function pointer casts can result in runtime failures due to
strict function signature checks. This affects the use of g_list_sort and
g_slist_sort, which internally perform function pointer casts that are not
supported by Emscripten. To avoid these issues, g_list_sort_with_data and
g_slist_sort_with_data should be used instead, as they do not rely on
function pointer casting.
Signed-off-by: Kohei Tokunaga <ktokunaga.mail@gmail.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-ID: <0fcddfca16ca8da2bdaa7b2c114476f5b73d032b.1745295397.git.ktokunaga.mail@gmail.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
(cherry picked from commit 01499add2ae6529589002860e1880ff193a6578a)
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
diff --git a/contrib/plugins/cache.c b/contrib/plugins/cache.c
index 7cfd3df249..56508587d3 100644
--- a/contrib/plugins/cache.c
+++ b/contrib/plugins/cache.c
@@ -576,7 +576,7 @@ static void sum_stats(void)
}
}
-static int dcmp(gconstpointer a, gconstpointer b)
+static int dcmp(gconstpointer a, gconstpointer b, gpointer d)
{
InsnData *insn_a = (InsnData *) a;
InsnData *insn_b = (InsnData *) b;
@@ -584,7 +584,7 @@ static int dcmp(gconstpointer a, gconstpointer b)
return insn_a->l1_dmisses < insn_b->l1_dmisses ? 1 : -1;
}
-static int icmp(gconstpointer a, gconstpointer b)
+static int icmp(gconstpointer a, gconstpointer b, gpointer d)
{
InsnData *insn_a = (InsnData *) a;
InsnData *insn_b = (InsnData *) b;
@@ -592,7 +592,7 @@ static int icmp(gconstpointer a, gconstpointer b)
return insn_a->l1_imisses < insn_b->l1_imisses ? 1 : -1;
}
-static int l2_cmp(gconstpointer a, gconstpointer b)
+static int l2_cmp(gconstpointer a, gconstpointer b, gpointer d)
{
InsnData *insn_a = (InsnData *) a;
InsnData *insn_b = (InsnData *) b;
@@ -645,7 +645,7 @@ static void log_top_insns(void)
InsnData *insn;
miss_insns = g_hash_table_get_values(miss_ht);
- miss_insns = g_list_sort(miss_insns, dcmp);
+ miss_insns = g_list_sort_with_data(miss_insns, dcmp, NULL);
g_autoptr(GString) rep = g_string_new("");
g_string_append_printf(rep, "%s", "address, data misses, instruction\n");
@@ -659,7 +659,7 @@ static void log_top_insns(void)
insn->l1_dmisses, insn->disas_str);
}
- miss_insns = g_list_sort(miss_insns, icmp);
+ miss_insns = g_list_sort_with_data(miss_insns, icmp, NULL);
g_string_append_printf(rep, "%s", "\naddress, fetch misses, instruction\n");
for (curr = miss_insns, i = 0; curr && i < limit; i++, curr = curr->next) {
@@ -676,7 +676,7 @@ static void log_top_insns(void)
goto finish;
}
- miss_insns = g_list_sort(miss_insns, l2_cmp);
+ miss_insns = g_list_sort_with_data(miss_insns, l2_cmp, NULL);
g_string_append_printf(rep, "%s", "\naddress, L2 misses, instruction\n");
for (curr = miss_insns, i = 0; curr && i < limit; i++, curr = curr->next) {
diff --git a/contrib/plugins/cflow.c b/contrib/plugins/cflow.c
index 930ecb46fc..b5e33f25f9 100644
--- a/contrib/plugins/cflow.c
+++ b/contrib/plugins/cflow.c
@@ -98,7 +98,7 @@ static GHashTable *nodes;
struct qemu_plugin_scoreboard *state;
/* SORT_HOTTEST */
-static gint hottest(gconstpointer a, gconstpointer b)
+static gint hottest(gconstpointer a, gconstpointer b, gpointer d)
{
NodeData *na = (NodeData *) a;
NodeData *nb = (NodeData *) b;
@@ -107,7 +107,7 @@ static gint hottest(gconstpointer a, gconstpointer b)
na->dest_count == nb->dest_count ? 0 : 1;
}
-static gint exception(gconstpointer a, gconstpointer b)
+static gint exception(gconstpointer a, gconstpointer b, gpointer d)
{
NodeData *na = (NodeData *) a;
NodeData *nb = (NodeData *) b;
@@ -116,7 +116,7 @@ static gint exception(gconstpointer a, gconstpointer b)
na->early_exit == nb->early_exit ? 0 : 1;
}
-static gint popular(gconstpointer a, gconstpointer b)
+static gint popular(gconstpointer a, gconstpointer b, gpointer d)
{
NodeData *na = (NodeData *) a;
NodeData *nb = (NodeData *) b;
@@ -138,7 +138,7 @@ static void plugin_exit(qemu_plugin_id_t id, void *p)
{
g_autoptr(GString) result = g_string_new("collected ");
GList *data;
- GCompareFunc sort = &hottest;
+ GCompareDataFunc sort = &hottest;
int i = 0;
g_mutex_lock(&node_lock);
@@ -162,7 +162,7 @@ static void plugin_exit(qemu_plugin_id_t id, void *p)
break;
}
- data = g_list_sort(data, sort);
+ data = g_list_sort_with_data(data, sort, NULL);
for (GList *l = data;
l != NULL && i < topn;
diff --git a/contrib/plugins/hotblocks.c b/contrib/plugins/hotblocks.c
index f12bfb7a26..98404b6885 100644
--- a/contrib/plugins/hotblocks.c
+++ b/contrib/plugins/hotblocks.c
@@ -39,7 +39,7 @@ typedef struct {
unsigned long insns;
} ExecCount;
-static gint cmp_exec_count(gconstpointer a, gconstpointer b)
+static gint cmp_exec_count(gconstpointer a, gconstpointer b, gpointer d)
{
ExecCount *ea = (ExecCount *) a;
ExecCount *eb = (ExecCount *) b;
@@ -79,7 +79,7 @@ static void plugin_exit(qemu_plugin_id_t id, void *p)
g_string_append_printf(report, "%d entries in the hash table\n",
g_hash_table_size(hotblocks));
counts = g_hash_table_get_values(hotblocks);
- it = g_list_sort(counts, cmp_exec_count);
+ it = g_list_sort_with_data(counts, cmp_exec_count, NULL);
if (it) {
g_string_append_printf(report, "pc, tcount, icount, ecount\n");
diff --git a/contrib/plugins/hotpages.c b/contrib/plugins/hotpages.c
index c6e6493719..9d48ac969e 100644
--- a/contrib/plugins/hotpages.c
+++ b/contrib/plugins/hotpages.c
@@ -48,7 +48,7 @@ typedef struct {
static GMutex lock;
static GHashTable *pages;
-static gint cmp_access_count(gconstpointer a, gconstpointer b)
+static gint cmp_access_count(gconstpointer a, gconstpointer b, gpointer d)
{
PageCounters *ea = (PageCounters *) a;
PageCounters *eb = (PageCounters *) b;
@@ -83,7 +83,7 @@ static void plugin_exit(qemu_plugin_id_t id, void *p)
if (counts && g_list_next(counts)) {
GList *it;
- it = g_list_sort(counts, cmp_access_count);
+ it = g_list_sort_with_data(counts, cmp_access_count, NULL);
for (i = 0; i < limit && it->next; i++, it = it->next) {
PageCounters *rec = (PageCounters *) it->data;
diff --git a/contrib/plugins/howvec.c b/contrib/plugins/howvec.c
index 2aa9029c3f..42bddb6566 100644
--- a/contrib/plugins/howvec.c
+++ b/contrib/plugins/howvec.c
@@ -155,7 +155,7 @@ static ClassSelector class_tables[] = {
static InsnClassExecCount *class_table;
static int class_table_sz;
-static gint cmp_exec_count(gconstpointer a, gconstpointer b)
+static gint cmp_exec_count(gconstpointer a, gconstpointer b, gpointer d)
{
InsnExecCount *ea = (InsnExecCount *) a;
InsnExecCount *eb = (InsnExecCount *) b;
@@ -208,7 +208,7 @@ static void plugin_exit(qemu_plugin_id_t id, void *p)
counts = g_hash_table_get_values(insns);
if (counts && g_list_next(counts)) {
g_string_append_printf(report, "Individual Instructions:\n");
- counts = g_list_sort(counts, cmp_exec_count);
+ counts = g_list_sort_with_data(counts, cmp_exec_count, NULL);
for (i = 0; i < limit && g_list_next(counts);
i++, counts = g_list_next(counts)) {
diff --git a/contrib/plugins/hwprofile.c b/contrib/plugins/hwprofile.c
index 2a4cbc47d4..a9838ccc87 100644
--- a/contrib/plugins/hwprofile.c
+++ b/contrib/plugins/hwprofile.c
@@ -71,7 +71,7 @@ static void plugin_init(void)
devices = g_hash_table_new(NULL, NULL);
}
-static gint sort_cmp(gconstpointer a, gconstpointer b)
+static gint sort_cmp(gconstpointer a, gconstpointer b, gpointer d)
{
DeviceCounts *ea = (DeviceCounts *) a;
DeviceCounts *eb = (DeviceCounts *) b;
@@ -79,7 +79,7 @@ static gint sort_cmp(gconstpointer a, gconstpointer b)
eb->totals.reads + eb->totals.writes ? -1 : 1;
}
-static gint sort_loc(gconstpointer a, gconstpointer b)
+static gint sort_loc(gconstpointer a, gconstpointer b, gpointer d)
{
IOLocationCounts *ea = (IOLocationCounts *) a;
IOLocationCounts *eb = (IOLocationCounts *) b;
@@ -126,13 +126,13 @@ static void plugin_exit(qemu_plugin_id_t id, void *p)
if (counts && g_list_next(counts)) {
GList *it;
- it = g_list_sort(counts, sort_cmp);
+ it = g_list_sort_with_data(counts, sort_cmp, NULL);
while (it) {
DeviceCounts *rec = (DeviceCounts *) it->data;
if (rec->detail) {
GList *accesses = g_hash_table_get_values(rec->detail);
- GList *io_it = g_list_sort(accesses, sort_loc);
+ GList *io_it = g_list_sort_with_data(accesses, sort_loc, NULL);
const char *prefix = pattern ? "off" : "pc";
g_string_append_printf(report, "%s @ 0x%"PRIx64"\n",
rec->name, rec->base);
diff --git a/tests/tcg/plugins/mem.c b/tests/tcg/plugins/mem.c
index d87d6628e0..ca4e8883dd 100644
--- a/tests/tcg/plugins/mem.c
+++ b/tests/tcg/plugins/mem.c
@@ -67,7 +67,7 @@ static enum qemu_plugin_mem_rw rw = QEMU_PLUGIN_MEM_RW;
static GMutex lock;
static GHashTable *regions;
-static gint addr_order(gconstpointer a, gconstpointer b)
+static gint addr_order(gconstpointer a, gconstpointer b, gpointer d)
{
RegionInfo *na = (RegionInfo *) a;
RegionInfo *nb = (RegionInfo *) b;
@@ -94,7 +94,7 @@ static void plugin_exit(qemu_plugin_id_t id, void *p)
if (do_region_summary) {
GList *counts = g_hash_table_get_values(regions);
- counts = g_list_sort(counts, addr_order);
+ counts = g_list_sort_with_data(counts, addr_order, NULL);
g_string_printf(out, "Region Base, Reads, Writes, Seen all\n");
diff --git a/tests/tcg/plugins/syscall.c b/tests/tcg/plugins/syscall.c
index 47aad55fc1..42801f5c86 100644
--- a/tests/tcg/plugins/syscall.c
+++ b/tests/tcg/plugins/syscall.c
@@ -180,7 +180,7 @@ static void print_entry(gpointer val, gpointer user_data)
qemu_plugin_outs(out);
}
-static gint comp_func(gconstpointer ea, gconstpointer eb)
+static gint comp_func(gconstpointer ea, gconstpointer eb, gpointer d)
{
SyscallStats *ent_a = (SyscallStats *) ea;
SyscallStats *ent_b = (SyscallStats *) eb;
@@ -197,7 +197,7 @@ static void plugin_exit(qemu_plugin_id_t id, void *p)
g_mutex_lock(&lock);
GList *entries = g_hash_table_get_values(statistics);
- entries = g_list_sort(entries, comp_func);
+ entries = g_list_sort_with_data(entries, comp_func, NULL);
qemu_plugin_outs("syscall no. calls errors\n");
g_list_foreach(entries, print_entry, NULL);
--
2.47.3
^ permalink raw reply related [flat|nested] 45+ messages in thread
* [Stable-10.0.9 05/44] contrib/plugins/hotblocks: Correctly free sorted counts list
2026-03-11 15:01 [Stable-10.0.9 00/44] Patch Round-up for stable 10.0.9, freeze on 2026-03-15 Michael Tokarev
` (3 preceding siblings ...)
2026-03-11 15:01 ` [Stable-10.0.9 04/44] contrib/plugins: Fix type conflict of GLib function pointers Michael Tokarev
@ 2026-03-11 15:01 ` Michael Tokarev
2026-03-11 15:01 ` [Stable-10.0.9 06/44] contrib/plugins/hotblocks: Fix off by one error in iteration of sorted blocks Michael Tokarev
` (38 subsequent siblings)
43 siblings, 0 replies; 45+ messages in thread
From: Michael Tokarev @ 2026-03-11 15:01 UTC (permalink / raw)
To: qemu-devel
Cc: qemu-stable, Alex Bradbury, Manos Pitsidianakis, Pierrick Bouvier,
Michael Tokarev
From: Alex Bradbury <asb@igalia.com>
g_list_free should be passed the head of the list.
Signed-off-by: Alex Bradbury <asb@igalia.com>
Reviewed-by: Manos Pitsidianakis <manos.pitsidianakis@linaro.org>
Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Link: https://lore.kernel.org/qemu-devel/cf5a00136738b981a12270b76572e8d502daf208.1753857212.git.asb@igalia.com
Signed-off-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
(cherry picked from commit 90fabd5ddace6ffa5a62a5186201fd071b4e2b74)
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
diff --git a/contrib/plugins/hotblocks.c b/contrib/plugins/hotblocks.c
index 98404b6885..d3dd23ed9f 100644
--- a/contrib/plugins/hotblocks.c
+++ b/contrib/plugins/hotblocks.c
@@ -73,15 +73,16 @@ static void exec_count_free(gpointer key, gpointer value, gpointer user_data)
static void plugin_exit(qemu_plugin_id_t id, void *p)
{
g_autoptr(GString) report = g_string_new("collected ");
- GList *counts, *it;
+ GList *counts, *sorted_counts, *it;
int i;
g_string_append_printf(report, "%d entries in the hash table\n",
g_hash_table_size(hotblocks));
counts = g_hash_table_get_values(hotblocks);
- it = g_list_sort_with_data(counts, cmp_exec_count, NULL);
+ sorted_counts = g_list_sort_with_data(counts, cmp_exec_count, NULL);
- if (it) {
+ if (sorted_counts) {
+ it = sorted_counts;
g_string_append_printf(report, "pc, tcount, icount, ecount\n");
for (i = 0; i < limit && it->next; i++, it = it->next) {
@@ -94,7 +95,7 @@ static void plugin_exit(qemu_plugin_id_t id, void *p)
qemu_plugin_scoreboard_u64(rec->exec_count)));
}
- g_list_free(it);
+ g_list_free(sorted_counts);
}
qemu_plugin_outs(report->str);
--
2.47.3
^ permalink raw reply related [flat|nested] 45+ messages in thread
* [Stable-10.0.9 06/44] contrib/plugins/hotblocks: Fix off by one error in iteration of sorted blocks
2026-03-11 15:01 [Stable-10.0.9 00/44] Patch Round-up for stable 10.0.9, freeze on 2026-03-15 Michael Tokarev
` (4 preceding siblings ...)
2026-03-11 15:01 ` [Stable-10.0.9 05/44] contrib/plugins/hotblocks: Correctly free sorted counts list Michael Tokarev
@ 2026-03-11 15:01 ` Michael Tokarev
2026-03-11 15:01 ` [Stable-10.0.9 07/44] contrib/plugins/hotblocks: Print uint64_t with PRIu64 rather than PRId64 Michael Tokarev
` (37 subsequent siblings)
43 siblings, 0 replies; 45+ messages in thread
From: Michael Tokarev @ 2026-03-11 15:01 UTC (permalink / raw)
To: qemu-devel; +Cc: qemu-stable, Alex Bradbury, Pierrick Bouvier, Michael Tokarev
From: Alex Bradbury <asb@igalia.com>
The logic to iterate over the hottest blocks will never reach the last
item in the list, as it checks `it->next != NULL` before entering the
loop. It's hard to trigger this off-by-one error with the default
limit=20, but it is a bug and is problematic if that default is changed
to something larger.
Signed-off-by: Alex Bradbury <asb@igalia.com>
Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Link: https://lore.kernel.org/qemu-devel/f1ba2e57c6126472c0c8310774009f2455efc370.1753857212.git.asb@igalia.com
Signed-off-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
(cherry picked from commit 1c1e45fcd66269f8a6dbd97fd7b8267d8f6f58af)
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
diff --git a/contrib/plugins/hotblocks.c b/contrib/plugins/hotblocks.c
index d3dd23ed9f..cf4d6b8c36 100644
--- a/contrib/plugins/hotblocks.c
+++ b/contrib/plugins/hotblocks.c
@@ -82,10 +82,9 @@ static void plugin_exit(qemu_plugin_id_t id, void *p)
sorted_counts = g_list_sort_with_data(counts, cmp_exec_count, NULL);
if (sorted_counts) {
- it = sorted_counts;
g_string_append_printf(report, "pc, tcount, icount, ecount\n");
- for (i = 0; i < limit && it->next; i++, it = it->next) {
+ for (i = 0, it = sorted_counts; i < limit && it; i++, it = it->next) {
ExecCount *rec = (ExecCount *) it->data;
g_string_append_printf(
report, "0x%016"PRIx64", %d, %ld, %"PRId64"\n",
--
2.47.3
^ permalink raw reply related [flat|nested] 45+ messages in thread
* [Stable-10.0.9 07/44] contrib/plugins/hotblocks: Print uint64_t with PRIu64 rather than PRId64
2026-03-11 15:01 [Stable-10.0.9 00/44] Patch Round-up for stable 10.0.9, freeze on 2026-03-15 Michael Tokarev
` (5 preceding siblings ...)
2026-03-11 15:01 ` [Stable-10.0.9 06/44] contrib/plugins/hotblocks: Fix off by one error in iteration of sorted blocks Michael Tokarev
@ 2026-03-11 15:01 ` Michael Tokarev
2026-03-11 15:01 ` [Stable-10.0.9 08/44] docs/about/emulation: Add documentation for hotblocks plugin arguments Michael Tokarev
` (36 subsequent siblings)
43 siblings, 0 replies; 45+ messages in thread
From: Michael Tokarev @ 2026-03-11 15:01 UTC (permalink / raw)
To: qemu-devel
Cc: qemu-stable, Alex Bradbury, Manos Pitsidianakis, Pierrick Bouvier,
Michael Tokarev
From: Alex Bradbury <asb@igalia.com>
qemu_plugin_u64_sum returns a uint64_t, so PRIu64 is the correct format
specifier.
Signed-off-by: Alex Bradbury <asb@igalia.com>
Reviewed-by: Manos Pitsidianakis <manos.pitsidianakis@linaro.org>
Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Link: https://lore.kernel.org/qemu-devel/5d26c9d99ee87ac4a4034ff64e3d8881253eedf3.1753857212.git.asb@igalia.com
Signed-off-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
(cherry picked from commit e777f6ab91406884136b5679a9d64124832668d8)
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
diff --git a/contrib/plugins/hotblocks.c b/contrib/plugins/hotblocks.c
index cf4d6b8c36..40d8dae1cd 100644
--- a/contrib/plugins/hotblocks.c
+++ b/contrib/plugins/hotblocks.c
@@ -87,7 +87,7 @@ static void plugin_exit(qemu_plugin_id_t id, void *p)
for (i = 0, it = sorted_counts; i < limit && it; i++, it = it->next) {
ExecCount *rec = (ExecCount *) it->data;
g_string_append_printf(
- report, "0x%016"PRIx64", %d, %ld, %"PRId64"\n",
+ report, "0x%016"PRIx64", %d, %ld, %"PRIu64"\n",
rec->start_addr, rec->trans_count,
rec->insns,
qemu_plugin_u64_sum(
--
2.47.3
^ permalink raw reply related [flat|nested] 45+ messages in thread
* [Stable-10.0.9 08/44] docs/about/emulation: Add documentation for hotblocks plugin arguments
2026-03-11 15:01 [Stable-10.0.9 00/44] Patch Round-up for stable 10.0.9, freeze on 2026-03-15 Michael Tokarev
` (6 preceding siblings ...)
2026-03-11 15:01 ` [Stable-10.0.9 07/44] contrib/plugins/hotblocks: Print uint64_t with PRIu64 rather than PRId64 Michael Tokarev
@ 2026-03-11 15:01 ` Michael Tokarev
2026-03-11 15:01 ` [Stable-10.0.9 09/44] hw/i2c/aspeed_i2c: Fix out-of-bounds read in I2C MMIO handlers Michael Tokarev
` (35 subsequent siblings)
43 siblings, 0 replies; 45+ messages in thread
From: Michael Tokarev @ 2026-03-11 15:01 UTC (permalink / raw)
To: qemu-devel; +Cc: qemu-stable, Alex Bradbury, Pierrick Bouvier, Michael Tokarev
From: Alex Bradbury <asb@igalia.com>
Currently just 'inline'.
Signed-off-by: Alex Bradbury <asb@igalia.com>
Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Link: https://lore.kernel.org/qemu-devel/35128cc5a86a0c18418f9d3150fb8771c54ef7d8.1753857212.git.asb@igalia.com
Signed-off-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
(cherry picked from commit e4ed74c9aef68cb2e7c10c2b7597fee5491a506a)
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
diff --git a/docs/about/emulation.rst b/docs/about/emulation.rst
index a72591ee4d..73b193a727 100644
--- a/docs/about/emulation.rst
+++ b/docs/about/emulation.rst
@@ -463,6 +463,16 @@ Example::
0x000000004002b0, 1, 4, 66087
...
+Behaviour can be tweaked with the following arguments:
+
+.. list-table:: Hot Blocks plugin arguments
+ :widths: 20 80
+ :header-rows: 1
+
+ * - Option
+ - Description
+ * - inline=true|false
+ - Use faster inline addition of a single counter.
Hot Pages
.........
--
2.47.3
^ permalink raw reply related [flat|nested] 45+ messages in thread
* [Stable-10.0.9 09/44] hw/i2c/aspeed_i2c: Fix out-of-bounds read in I2C MMIO handlers
2026-03-11 15:01 [Stable-10.0.9 00/44] Patch Round-up for stable 10.0.9, freeze on 2026-03-15 Michael Tokarev
` (7 preceding siblings ...)
2026-03-11 15:01 ` [Stable-10.0.9 08/44] docs/about/emulation: Add documentation for hotblocks plugin arguments Michael Tokarev
@ 2026-03-11 15:01 ` Michael Tokarev
2026-03-11 15:01 ` [Stable-10.0.9 10/44] target/arm: Introduce ARMCPU.sme_max_vq Michael Tokarev
` (34 subsequent siblings)
43 siblings, 0 replies; 45+ messages in thread
From: Michael Tokarev @ 2026-03-11 15:01 UTC (permalink / raw)
To: qemu-devel; +Cc: qemu-stable, Jamin Lin, Cédric Le Goater, Michael Tokarev
From: Jamin Lin <jamin_lin@aspeedtech.com>
The ASPEED I2C controller exposes a per-bus MMIO window of 0x80 bytes on
AST2600/AST1030/AST2700, but the backing regs[] array was sized for only
28 dwords (0x70 bytes). This allows guest reads in the range [0x70..0x7f]
to index past the end of regs[].
Fix this by:
- Sizing ASPEED_I2C_NEW_NUM_REG to match the 0x80-byte window
(0x80 >> 2 = 32 dwords).
- Avoiding an unconditional pre-read from regs[] in the legacy/new read
handlers. Initialize the return value to -1 and only read regs[] for
offsets that are explicitly handled/valid, leaving invalid offsets to
return -1 with a guest error log.
Signed-off-by: Jamin Lin <jamin_lin@aspeedtech.com>
Resolves: https://gitlab.com/qemu-project/qemu/-/issues/3290
Reviewed-by: Cédric Le Goater <clg@redhat.com>
Link: https://lore.kernel.org/qemu-devel/20260210024331.3984696-2-jamin_lin@aspeedtech.com
Signed-off-by: Cédric Le Goater <clg@redhat.com>
(cherry picked from commit c2c5beec42bf9872b37e78b9e259132df7435cb5)
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
diff --git a/hw/i2c/aspeed_i2c.c b/hw/i2c/aspeed_i2c.c
index f4f6e8aff9..35026fba00 100644
--- a/hw/i2c/aspeed_i2c.c
+++ b/hw/i2c/aspeed_i2c.c
@@ -94,7 +94,7 @@ static uint64_t aspeed_i2c_bus_old_read(AspeedI2CBus *bus, hwaddr offset,
unsigned size)
{
AspeedI2CClass *aic = ASPEED_I2C_GET_CLASS(bus->controller);
- uint64_t value = bus->regs[offset / sizeof(*bus->regs)];
+ uint64_t value = -1;
switch (offset) {
case A_I2CD_FUN_CTRL:
@@ -105,7 +105,7 @@ static uint64_t aspeed_i2c_bus_old_read(AspeedI2CBus *bus, hwaddr offset,
case A_I2CD_DEV_ADDR:
case A_I2CD_POOL_CTRL:
case A_I2CD_BYTE_BUF:
- /* Value is already set, don't do anything. */
+ value = bus->regs[offset / sizeof(*bus->regs)];
break;
case A_I2CD_CMD:
value = SHARED_FIELD_DP32(value, BUS_BUSY_STS, i2c_bus_busy(bus->bus));
@@ -113,21 +113,20 @@ static uint64_t aspeed_i2c_bus_old_read(AspeedI2CBus *bus, hwaddr offset,
case A_I2CD_DMA_ADDR:
if (!aic->has_dma) {
qemu_log_mask(LOG_GUEST_ERROR, "%s: No DMA support\n", __func__);
- value = -1;
break;
}
+ value = bus->regs[offset / sizeof(*bus->regs)];
break;
case A_I2CD_DMA_LEN:
if (!aic->has_dma) {
qemu_log_mask(LOG_GUEST_ERROR, "%s: No DMA support\n", __func__);
- value = -1;
+ break;
}
+ value = bus->regs[offset / sizeof(*bus->regs)];
break;
-
default:
qemu_log_mask(LOG_GUEST_ERROR,
"%s: Bad offset 0x%" HWADDR_PRIx "\n", __func__, offset);
- value = -1;
break;
}
@@ -139,7 +138,7 @@ static uint64_t aspeed_i2c_bus_new_read(AspeedI2CBus *bus, hwaddr offset,
unsigned size)
{
AspeedI2CClass *aic = ASPEED_I2C_GET_CLASS(bus->controller);
- uint64_t value = bus->regs[offset / sizeof(*bus->regs)];
+ uint64_t value = -1;
switch (offset) {
case A_I2CC_FUN_CTRL:
@@ -159,13 +158,12 @@ static uint64_t aspeed_i2c_bus_new_read(AspeedI2CBus *bus, hwaddr offset,
case A_I2CS_CMD:
case A_I2CS_INTR_CTRL:
case A_I2CS_DMA_LEN_STS:
- /* Value is already set, don't do anything. */
+ case A_I2CS_INTR_STS:
+ value = bus->regs[offset / sizeof(*bus->regs)];
break;
case A_I2CC_DMA_ADDR:
value = extract64(bus->dma_dram_offset, 0, 32);
break;
- case A_I2CS_INTR_STS:
- break;
case A_I2CM_CMD:
value = SHARED_FIELD_DP32(value, BUS_BUSY_STS, i2c_bus_busy(bus->bus));
break;
@@ -176,13 +174,13 @@ static uint64_t aspeed_i2c_bus_new_read(AspeedI2CBus *bus, hwaddr offset,
if (!aic->has_dma64) {
qemu_log_mask(LOG_GUEST_ERROR, "%s: No DMA 64 bits support\n",
__func__);
- value = -1;
+ break;
}
+ value = bus->regs[offset / sizeof(*bus->regs)];
break;
default:
qemu_log_mask(LOG_GUEST_ERROR,
"%s: Bad offset 0x%" HWADDR_PRIx "\n", __func__, offset);
- value = -1;
break;
}
diff --git a/include/hw/i2c/aspeed_i2c.h b/include/hw/i2c/aspeed_i2c.h
index 2c4c81bd20..29b2b5cb80 100644
--- a/include/hw/i2c/aspeed_i2c.h
+++ b/include/hw/i2c/aspeed_i2c.h
@@ -37,8 +37,7 @@ OBJECT_DECLARE_TYPE(AspeedI2CState, AspeedI2CClass, ASPEED_I2C)
#define ASPEED_I2C_NR_BUSSES 16
#define ASPEED_I2C_SHARE_POOL_SIZE 0x800
#define ASPEED_I2C_BUS_POOL_SIZE 0x20
-#define ASPEED_I2C_OLD_NUM_REG 11
-#define ASPEED_I2C_NEW_NUM_REG 28
+#define ASPEED_I2C_NEW_NUM_REG (0x80 >> 2)
#define A_I2CD_M_STOP_CMD BIT(5)
#define A_I2CD_M_RX_CMD BIT(3)
--
2.47.3
^ permalink raw reply related [flat|nested] 45+ messages in thread
* [Stable-10.0.9 10/44] target/arm: Introduce ARMCPU.sme_max_vq
2026-03-11 15:01 [Stable-10.0.9 00/44] Patch Round-up for stable 10.0.9, freeze on 2026-03-15 Michael Tokarev
` (8 preceding siblings ...)
2026-03-11 15:01 ` [Stable-10.0.9 09/44] hw/i2c/aspeed_i2c: Fix out-of-bounds read in I2C MMIO handlers Michael Tokarev
@ 2026-03-11 15:01 ` Michael Tokarev
2026-03-11 15:01 ` [Stable-10.0.9 11/44] target/arm: Account for SME in aarch64_sve_narrow_vq() assertion Michael Tokarev
` (33 subsequent siblings)
43 siblings, 0 replies; 45+ messages in thread
From: Michael Tokarev @ 2026-03-11 15:01 UTC (permalink / raw)
To: qemu-devel; +Cc: qemu-stable, Richard Henderson, Peter Maydell, Michael Tokarev
From: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20250704142112.1018902-25-richard.henderson@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
(cherry picked from commit c48d0471beb0cb197efda0b2be3fa75b4628a673)
(this change itself is a no-op for 10.0.x but requires for subsequent changes)
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
diff --git a/target/arm/cpu.h b/target/arm/cpu.h
index a8177c6c2e..28342d6efc 100644
--- a/target/arm/cpu.h
+++ b/target/arm/cpu.h
@@ -1125,6 +1125,7 @@ struct ArchCPU {
/* Used to set the maximum vector length the cpu will support. */
uint32_t sve_max_vq;
+ uint32_t sme_max_vq;
#ifdef CONFIG_USER_ONLY
/* Used to set the default vector length at process start. */
diff --git a/target/arm/cpu64.c b/target/arm/cpu64.c
index 8188ede5cc..4633c86e93 100644
--- a/target/arm/cpu64.c
+++ b/target/arm/cpu64.c
@@ -337,6 +337,7 @@ void arm_cpu_sme_finalize(ARMCPU *cpu, Error **errp)
}
cpu->sme_vq.map = vq_map;
+ cpu->sme_max_vq = 32 - clz32(vq_map);
}
static bool cpu_arm_get_sme(Object *obj, Error **errp)
--
2.47.3
^ permalink raw reply related [flat|nested] 45+ messages in thread
* [Stable-10.0.9 11/44] target/arm: Account for SME in aarch64_sve_narrow_vq() assertion
2026-03-11 15:01 [Stable-10.0.9 00/44] Patch Round-up for stable 10.0.9, freeze on 2026-03-15 Michael Tokarev
` (9 preceding siblings ...)
2026-03-11 15:01 ` [Stable-10.0.9 10/44] target/arm: Introduce ARMCPU.sme_max_vq Michael Tokarev
@ 2026-03-11 15:01 ` Michael Tokarev
2026-03-11 15:01 ` [Stable-10.0.9 12/44] target/arm: Fix feature check in DO_SVE2_RRX, DO_SVE2_RRX_TB Michael Tokarev
` (32 subsequent siblings)
43 siblings, 0 replies; 45+ messages in thread
From: Michael Tokarev @ 2026-03-11 15:01 UTC (permalink / raw)
To: qemu-devel
Cc: qemu-stable, Peter Maydell, Alex Bennée,
Philippe Mathieu-Daudé, Richard Henderson, Michael Tokarev
From: Peter Maydell <peter.maydell@linaro.org>
In aarch64_sve_narrow_vq() we assert that the new VQ is within
the maximum supported range for the CPU. We forgot to update
this to account for SME, which might have a different maximum.
Update the assert to permit any VQ which is valid for either
SVE or SME.
Cc: qemu-stable@nongnu.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20260202133353.2231685-2-peter.maydell@linaro.org
(cherry picked from commit 42eab40a12f12f044a5ca7b7d889d9a1f0d172ee)
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
diff --git a/target/arm/helper.c b/target/arm/helper.c
index 9df41f7248..cd577e794f 100644
--- a/target/arm/helper.c
+++ b/target/arm/helper.c
@@ -11590,7 +11590,7 @@ void aarch64_sve_narrow_vq(CPUARMState *env, unsigned vq)
uint64_t pmask;
assert(vq >= 1 && vq <= ARM_MAX_VQ);
- assert(vq <= env_archcpu(env)->sve_max_vq);
+ assert(vq <= arm_max_vq(env_archcpu(env)));
/* Zap the high bits of the zregs. */
for (i = 0; i < 32; i++) {
diff --git a/target/arm/internals.h b/target/arm/internals.h
index 28585c0755..17221c847d 100644
--- a/target/arm/internals.h
+++ b/target/arm/internals.h
@@ -1878,6 +1878,15 @@ static inline uint64_t arm_mdcr_el2_eff(CPUARMState *env)
((1 << (1 - 1)) | (1 << (2 - 1)) | \
(1 << (4 - 1)) | (1 << (8 - 1)) | (1 << (16 - 1)))
+/*
+ * Return the maximum SVE/SME VQ for this CPU. This defines
+ * the maximum possible size of the Zn vector registers.
+ */
+static inline int arm_max_vq(ARMCPU *cpu)
+{
+ return MAX(cpu->sve_max_vq, cpu->sme_max_vq);
+}
+
/*
* Return true if it is possible to take a fine-grained-trap to EL2.
*/
--
2.47.3
^ permalink raw reply related [flat|nested] 45+ messages in thread
* [Stable-10.0.9 12/44] target/arm: Fix feature check in DO_SVE2_RRX, DO_SVE2_RRX_TB
2026-03-11 15:01 [Stable-10.0.9 00/44] Patch Round-up for stable 10.0.9, freeze on 2026-03-15 Michael Tokarev
` (10 preceding siblings ...)
2026-03-11 15:01 ` [Stable-10.0.9 11/44] target/arm: Account for SME in aarch64_sve_narrow_vq() assertion Michael Tokarev
@ 2026-03-11 15:01 ` Michael Tokarev
2026-03-11 15:01 ` [Stable-10.0.9 13/44] virtio-gpu-virgl: Add virtio-gpu-virgl-hostmem-region type Michael Tokarev
` (31 subsequent siblings)
43 siblings, 0 replies; 45+ messages in thread
From: Michael Tokarev @ 2026-03-11 15:01 UTC (permalink / raw)
To: qemu-devel
Cc: qemu-stable, Peter Maydell, Richard Henderson,
Manos Pitsidianakis, Michael Tokarev
From: Peter Maydell <peter.maydell@linaro.org>
In the macros DO_SVE2_RRX and DO_SVE2_RRX_TB we use the
feature check aa64_sve, thus exposing this set of instructions
in SVE as well as SVE2. Use aa64_sve2 instead, so they UNDEF
on an SVE1-only CPU as they should.
Strictly, the condition here should be "SVE2 or SME"; but we
will correct that in a following commit with all the other
missing "or SME" checks.
Cc: qemu-stable@nongnu.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Manos Pitsidianakis <manos.pitsidianakis@linaro.org>
Message-id: 20260202133353.2231685-4-peter.maydell@linaro.org
(cherry picked from commit ee5bf0962ed6e0eb42d6bc9bfb3687f2408e3580)
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
diff --git a/target/arm/tcg/translate-sve.c b/target/arm/tcg/translate-sve.c
index b6fa0b67b1..81616210aa 100644
--- a/target/arm/tcg/translate-sve.c
+++ b/target/arm/tcg/translate-sve.c
@@ -3427,7 +3427,7 @@ TRANS_FEAT(USDOT_zzxw_s, aa64_sve_i8mm, gen_gvec_ool_arg_zzxz,
gen_helper_gvec_usdot_idx_b, a)
#define DO_SVE2_RRX(NAME, FUNC) \
- TRANS_FEAT(NAME, aa64_sve, gen_gvec_ool_zzz, FUNC, \
+ TRANS_FEAT(NAME, aa64_sve2, gen_gvec_ool_zzz, FUNC, \
a->rd, a->rn, a->rm, a->index)
DO_SVE2_RRX(MUL_zzx_h, gen_helper_gvec_mul_idx_h)
@@ -3445,7 +3445,7 @@ DO_SVE2_RRX(SQRDMULH_zzx_d, gen_helper_sve2_sqrdmulh_idx_d)
#undef DO_SVE2_RRX
#define DO_SVE2_RRX_TB(NAME, FUNC, TOP) \
- TRANS_FEAT(NAME, aa64_sve, gen_gvec_ool_zzz, FUNC, \
+ TRANS_FEAT(NAME, aa64_sve2, gen_gvec_ool_zzz, FUNC, \
a->rd, a->rn, a->rm, (a->index << 1) | TOP)
DO_SVE2_RRX_TB(SQDMULLB_zzx_s, gen_helper_sve2_sqdmull_idx_s, false)
--
2.47.3
^ permalink raw reply related [flat|nested] 45+ messages in thread
* [Stable-10.0.9 13/44] virtio-gpu-virgl: Add virtio-gpu-virgl-hostmem-region type
2026-03-11 15:01 [Stable-10.0.9 00/44] Patch Round-up for stable 10.0.9, freeze on 2026-03-15 Michael Tokarev
` (11 preceding siblings ...)
2026-03-11 15:01 ` [Stable-10.0.9 12/44] target/arm: Fix feature check in DO_SVE2_RRX, DO_SVE2_RRX_TB Michael Tokarev
@ 2026-03-11 15:01 ` Michael Tokarev
2026-03-11 15:01 ` [Stable-10.0.9 14/44] virtio-snd: remove TODO comments Michael Tokarev
` (30 subsequent siblings)
43 siblings, 0 replies; 45+ messages in thread
From: Michael Tokarev @ 2026-03-11 15:01 UTC (permalink / raw)
To: qemu-devel
Cc: qemu-stable, Akihiko Odaki, Dmitry Osipenko, Joelle van Dyne,
Michael S. Tsirkin, Michael Tokarev
From: Akihiko Odaki <odaki@rsg.ci.i.u-tokyo.ac.jp>
Commit e27194e087ae ("virtio-gpu-virgl: correct parent for blob memory
region") made the name member of MemoryRegion unset, causing a NULL
pointer dereference[1]:
> Thread 2 "qemu-system-x86" received signal SIGSEGV, Segmentation fault.
> (gdb) bt
> #0 0x00007ffff56565e2 in __strcmp_evex () at /lib64/libc.so.6
> #1 0x0000555555841bdb in find_fd (head=0x5555572337d0 <cpr_state>,
> name=0x0, id=0) at ../migration/cpr.c:68
> #2 cpr_delete_fd (name=name@entry=0x0, id=id@entry=0) at
> ../migration/cpr.c:77
> #3 0x000055555582290a in qemu_ram_free (block=0x7ff7e93aa7f0) at
> ../system/physmem.c:2615
> #4 0x000055555581ae02 in memory_region_finalize (obj=<optimized out>)
> at ../system/memory.c:1816
> #5 0x0000555555a70ab9 in object_deinit (obj=<optimized out>,
> type=<optimized out>) at ../qom/object.c:715
> #6 object_finalize (data=0x7ff7e936eff0) at ../qom/object.c:729
> #7 object_unref (objptr=0x7ff7e936eff0) at ../qom/object.c:1232
> #8 0x0000555555814fae in memory_region_unref (mr=<optimized out>) at
> ../system/memory.c:1848
> #9 flatview_destroy (view=0x555559ed6c40) at ../system/memory.c:301
> #10 0x0000555555bfc122 in call_rcu_thread (opaque=<optimized out>) at
> ../util/rcu.c:324
> #11 0x0000555555bf17a7 in qemu_thread_start (args=0x555557b99520) at
> ../util/qemu-thread-posix.c:393
> #12 0x00007ffff556f464 in start_thread () at /lib64/libc.so.6
> #13 0x00007ffff55f25ac in __clone3 () at /lib64/libc.so.6
The intention of the aforementioned commit is to prevent a MemoryRegion
from parenting itself while its references is counted indendependently
of the device. To achieve the same goal, add a type of QOM objects that
count references and parent MemoryRegions.
[1] https://lore.kernel.org/qemu-devel/4eb93d7a-1fa9-4b3c-8ad7-a2eb64f025a0@collabora.com/
Cc: qemu-stable@nongnu.org
Fixes: e27194e087ae ("virtio-gpu-virgl: correct parent for blob memory region")
Fixes: 8d5a8ebaaff2 ("virtio-gpu-virgl: correct parent for blob memory region") in 10.0.x
Signed-off-by: Akihiko Odaki <odaki@rsg.ci.i.u-tokyo.ac.jp>
Tested-by: Dmitry Osipenko <dmitry.osipenko@collabora.com>
Tested-by: Joelle van Dyne <j@getutm.app>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Message-Id: <20260214-region-v1-1-229f00ae1f38@rsg.ci.i.u-tokyo.ac.jp>
(cherry picked from commit b2a279094c3b86667969cc645f7fb1087e08dd19)
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
diff --git a/hw/display/virtio-gpu-virgl.c b/hw/display/virtio-gpu-virgl.c
index b25ddc0746..362828f54e 100644
--- a/hw/display/virtio-gpu-virgl.c
+++ b/hw/display/virtio-gpu-virgl.c
@@ -52,11 +52,17 @@ virgl_get_egl_display(G_GNUC_UNUSED void *cookie)
#if VIRGL_VERSION_MAJOR >= 1
struct virtio_gpu_virgl_hostmem_region {
+ Object parent_obj;
MemoryRegion mr;
struct VirtIOGPU *g;
bool finish_unmapping;
};
+#define TYPE_VIRTIO_GPU_VIRGL_HOSTMEM_REGION "virtio-gpu-virgl-hostmem-region"
+
+OBJECT_DECLARE_SIMPLE_TYPE(virtio_gpu_virgl_hostmem_region,
+ VIRTIO_GPU_VIRGL_HOSTMEM_REGION)
+
static struct virtio_gpu_virgl_hostmem_region *
to_hostmem_region(MemoryRegion *mr)
{
@@ -70,14 +76,22 @@ static void virtio_gpu_virgl_resume_cmdq_bh(void *opaque)
virtio_gpu_process_cmdq(g);
}
-static void virtio_gpu_virgl_hostmem_region_free(void *obj)
+/*
+ * MR could outlive the resource if MR's reference is held outside of
+ * virtio-gpu. In order to prevent unmapping resource while MR is alive,
+ * and thus, making the data pointer invalid, we will block virtio-gpu
+ * command processing until MR is fully unreferenced and freed.
+ */
+static void virtio_gpu_virgl_hostmem_region_finalize(Object *obj)
{
- MemoryRegion *mr = MEMORY_REGION(obj);
- struct virtio_gpu_virgl_hostmem_region *vmr;
+ struct virtio_gpu_virgl_hostmem_region *vmr = VIRTIO_GPU_VIRGL_HOSTMEM_REGION(obj);
VirtIOGPUBase *b;
VirtIOGPUGL *gl;
- vmr = to_hostmem_region(mr);
+ if (!vmr->g) {
+ return;
+ }
+
vmr->finish_unmapping = true;
b = VIRTIO_GPU_BASE(vmr->g);
@@ -92,11 +106,26 @@ static void virtio_gpu_virgl_hostmem_region_free(void *obj)
qemu_bh_schedule(gl->cmdq_resume_bh);
}
+static const TypeInfo virtio_gpu_virgl_hostmem_region_info = {
+ .parent = TYPE_OBJECT,
+ .name = TYPE_VIRTIO_GPU_VIRGL_HOSTMEM_REGION,
+ .instance_size = sizeof(struct virtio_gpu_virgl_hostmem_region),
+ .instance_finalize = virtio_gpu_virgl_hostmem_region_finalize
+};
+
+static void virtio_gpu_virgl_types(void)
+{
+ type_register_static(&virtio_gpu_virgl_hostmem_region_info);
+}
+
+type_init(virtio_gpu_virgl_types)
+
static int
virtio_gpu_virgl_map_resource_blob(VirtIOGPU *g,
struct virtio_gpu_virgl_resource *res,
uint64_t offset)
{
+ g_autofree char *name = NULL;
struct virtio_gpu_virgl_hostmem_region *vmr;
VirtIOGPUBase *b = VIRTIO_GPU_BASE(g);
MemoryRegion *mr;
@@ -117,21 +146,16 @@ virtio_gpu_virgl_map_resource_blob(VirtIOGPU *g,
}
vmr = g_new0(struct virtio_gpu_virgl_hostmem_region, 1);
+ name = g_strdup_printf("blob[%" PRIu32 "]", res->base.resource_id);
+ object_initialize_child(OBJECT(g), name, vmr,
+ TYPE_VIRTIO_GPU_VIRGL_HOSTMEM_REGION);
vmr->g = g;
mr = &vmr->mr;
- memory_region_init_ram_ptr(mr, OBJECT(mr), NULL, size, data);
+ memory_region_init_ram_ptr(mr, OBJECT(vmr), "mr", size, data);
memory_region_add_subregion(&b->hostmem, offset, mr);
memory_region_set_enabled(mr, true);
- /*
- * MR could outlive the resource if MR's reference is held outside of
- * virtio-gpu. In order to prevent unmapping resource while MR is alive,
- * and thus, making the data pointer invalid, we will block virtio-gpu
- * command processing until MR is fully unreferenced and freed.
- */
- OBJECT(mr)->free = virtio_gpu_virgl_hostmem_region_free;
-
res->mr = mr;
return 0;
@@ -159,7 +183,7 @@ virtio_gpu_virgl_unmap_resource_blob(VirtIOGPU *g,
* 1. Begin async unmapping with memory_region_del_subregion()
* and suspend/block cmd processing.
* 2. Wait for res->mr to be freed and cmd processing resumed
- * asynchronously by virtio_gpu_virgl_hostmem_region_free().
+ * asynchronously by virtio_gpu_virgl_hostmem_region_finalize().
* 3. Finish the unmapping with final virgl_renderer_resource_unmap().
*/
if (vmr->finish_unmapping) {
@@ -182,7 +206,7 @@ virtio_gpu_virgl_unmap_resource_blob(VirtIOGPU *g,
/* memory region owns self res->mr object and frees it by itself */
memory_region_set_enabled(mr, false);
memory_region_del_subregion(&b->hostmem, mr);
- object_unref(OBJECT(mr));
+ object_unparent(OBJECT(vmr));
}
return 0;
--
2.47.3
^ permalink raw reply related [flat|nested] 45+ messages in thread
* [Stable-10.0.9 14/44] virtio-snd: remove TODO comments
2026-03-11 15:01 [Stable-10.0.9 00/44] Patch Round-up for stable 10.0.9, freeze on 2026-03-15 Michael Tokarev
` (12 preceding siblings ...)
2026-03-11 15:01 ` [Stable-10.0.9 13/44] virtio-gpu-virgl: Add virtio-gpu-virgl-hostmem-region type Michael Tokarev
@ 2026-03-11 15:01 ` Michael Tokarev
2026-03-11 15:01 ` [Stable-10.0.9 15/44] virtio-snd: handle 5.14.6.2 for PCM_INFO properly Michael Tokarev
` (29 subsequent siblings)
43 siblings, 0 replies; 45+ messages in thread
From: Michael Tokarev @ 2026-03-11 15:01 UTC (permalink / raw)
To: qemu-devel
Cc: qemu-stable, Manos Pitsidianakis, Michael S. Tsirkin,
Michael Tokarev
From: Manos Pitsidianakis <manos.pitsidianakis@linaro.org>
Replying with a VIRTIO_SND_S_BAD_MSG error does not warrant a device
reset. Instead, a device reset happens when the driver requests it from the
transport.
Signed-off-by: Manos Pitsidianakis <manos.pitsidianakis@linaro.org>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Message-Id: <20260220-virtio-snd-series-v1-2-207c4f7200a2@linaro.org>
(cherry picked from commit 34238f078a04f24b91199249b83846ab082b4e05)
(Mjt: pick this one up so the next commit applies cleanly)
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
diff --git a/hw/audio/virtio-snd.c b/hw/audio/virtio-snd.c
index 0b47741f01..6266e84fd9 100644
--- a/hw/audio/virtio-snd.c
+++ b/hw/audio/virtio-snd.c
@@ -168,9 +168,6 @@ static void virtio_snd_handle_pcm_info(VirtIOSound *s,
sizeof(virtio_snd_query_info));
if (msg_sz != sizeof(virtio_snd_query_info)) {
- /*
- * TODO: do we need to set DEVICE_NEEDS_RESET?
- */
qemu_log_mask(LOG_GUEST_ERROR,
"%s: virtio-snd command size incorrect %zu vs \
%zu\n", __func__, msg_sz, sizeof(virtio_snd_query_info));
@@ -184,9 +181,6 @@ static void virtio_snd_handle_pcm_info(VirtIOSound *s,
if (iov_size(cmd->elem->in_sg, cmd->elem->in_num) <
sizeof(virtio_snd_hdr) + size * count) {
- /*
- * TODO: do we need to set DEVICE_NEEDS_RESET?
- */
error_report("pcm info: buffer too small, got: %zu, needed: %zu",
iov_size(cmd->elem->in_sg, cmd->elem->in_num),
sizeof(virtio_snd_pcm_info));
@@ -244,9 +238,6 @@ uint32_t virtio_snd_set_pcm_params(VirtIOSound *s,
virtio_snd_pcm_set_params *st_params;
if (stream_id >= s->snd_conf.streams || s->pcm->pcm_params == NULL) {
- /*
- * TODO: do we need to set DEVICE_NEEDS_RESET?
- */
virtio_error(VIRTIO_DEVICE(s), "Streams have not been initialized.\n");
return cpu_to_le32(VIRTIO_SND_S_BAD_MSG);
}
@@ -297,9 +288,6 @@ static void virtio_snd_handle_pcm_set_params(VirtIOSound *s,
sizeof(virtio_snd_pcm_set_params));
if (msg_sz != sizeof(virtio_snd_pcm_set_params)) {
- /*
- * TODO: do we need to set DEVICE_NEEDS_RESET?
- */
qemu_log_mask(LOG_GUEST_ERROR,
"%s: virtio-snd command size incorrect %zu vs \
%zu\n", __func__, msg_sz, sizeof(virtio_snd_pcm_set_params));
@@ -609,9 +597,6 @@ static void virtio_snd_handle_pcm_release(VirtIOSound *s,
sizeof(stream_id));
if (msg_sz != sizeof(stream_id)) {
- /*
- * TODO: do we need to set DEVICE_NEEDS_RESET?
- */
qemu_log_mask(LOG_GUEST_ERROR,
"%s: virtio-snd command size incorrect %zu vs \
%zu\n", __func__, msg_sz, sizeof(stream_id));
@@ -623,9 +608,6 @@ static void virtio_snd_handle_pcm_release(VirtIOSound *s,
trace_virtio_snd_handle_pcm_release(stream_id);
stream = virtio_snd_pcm_get_stream(s, stream_id);
if (stream == NULL) {
- /*
- * TODO: do we need to set DEVICE_NEEDS_RESET?
- */
error_report("already released stream %"PRIu32, stream_id);
virtio_error(VIRTIO_DEVICE(s),
"already released stream %"PRIu32,
@@ -668,9 +650,6 @@ process_cmd(VirtIOSound *s, virtio_snd_ctrl_command *cmd)
sizeof(virtio_snd_hdr));
if (msg_sz != sizeof(virtio_snd_hdr)) {
- /*
- * TODO: do we need to set DEVICE_NEEDS_RESET?
- */
qemu_log_mask(LOG_GUEST_ERROR,
"%s: virtio-snd command size incorrect %zu vs \
%zu\n", __func__, msg_sz, sizeof(virtio_snd_hdr));
--
2.47.3
^ permalink raw reply related [flat|nested] 45+ messages in thread
* [Stable-10.0.9 15/44] virtio-snd: handle 5.14.6.2 for PCM_INFO properly
2026-03-11 15:01 [Stable-10.0.9 00/44] Patch Round-up for stable 10.0.9, freeze on 2026-03-15 Michael Tokarev
` (13 preceding siblings ...)
2026-03-11 15:01 ` [Stable-10.0.9 14/44] virtio-snd: remove TODO comments Michael Tokarev
@ 2026-03-11 15:01 ` Michael Tokarev
2026-03-11 15:01 ` [Stable-10.0.9 16/44] virtio-snd: fix max_size bounds check in input cb Michael Tokarev
` (28 subsequent siblings)
43 siblings, 0 replies; 45+ messages in thread
From: Michael Tokarev @ 2026-03-11 15:01 UTC (permalink / raw)
To: qemu-devel
Cc: qemu-stable, Manos Pitsidianakis, 罗铭源,
Michael S. Tsirkin, Michael Tokarev
From: Manos Pitsidianakis <manos.pitsidianakis@linaro.org>
The section 5.14.6.2 of the VIRTIO spec says:
5.14.6.2 Driver Requirements: Item Information Request
- The driver MUST NOT set start_id and count such that start_id +
count is greater than the total number of particular items that is
indicated in the device configuration space.
- The driver MUST provide a buffer of sizeof(struct virtio_snd_hdr) +
count * size bytes for the response.
While we performed some check for the second requirement, it failed to
check for integer overflow.
Add also a check for the first requirement, which should limit exposure
to any overflow, since realistically the number of streams will be low
enough in value such that overflow is improbable.
Cc: qemu-stable@nongnu.org
Reported-by: 罗铭源 <myluo24@m.fudan.edu.cn>
Signed-off-by: Manos Pitsidianakis <manos.pitsidianakis@linaro.org>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Message-Id: <20260220-virtio-snd-series-v1-3-207c4f7200a2@linaro.org>
(cherry picked from commit 61679d7dcfa2dffc8fb115aa19b09e0e7cf5ea5c)
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
diff --git a/hw/audio/virtio-snd.c b/hw/audio/virtio-snd.c
index 6266e84fd9..520fc7240c 100644
--- a/hw/audio/virtio-snd.c
+++ b/hw/audio/virtio-snd.c
@@ -156,7 +156,7 @@ static virtio_snd_pcm_set_params *virtio_snd_pcm_get_params(VirtIOSound *s,
static void virtio_snd_handle_pcm_info(VirtIOSound *s,
virtio_snd_ctrl_command *cmd)
{
- uint32_t stream_id, start_id, count, size;
+ uint32_t stream_id, start_id, count, size, tmp;
virtio_snd_pcm_info val;
virtio_snd_query_info req;
VirtIOSoundPCMStream *stream = NULL;
@@ -179,11 +179,34 @@ static void virtio_snd_handle_pcm_info(VirtIOSound *s,
count = le32_to_cpu(req.count);
size = le32_to_cpu(req.size);
- if (iov_size(cmd->elem->in_sg, cmd->elem->in_num) <
- sizeof(virtio_snd_hdr) + size * count) {
+ /*
+ * 5.14.6.2 Driver Requirements: Item Information Request
+ * "The driver MUST NOT set start_id and count such that start_id + count
+ * is greater than the total number of particular items that is indicated
+ * in the device configuration space."
+ */
+ if (start_id > s->snd_conf.streams
+ || !g_uint_checked_add(&tmp, start_id, count)
+ || start_id + count > s->snd_conf.streams) {
+ error_report("pcm info: start_id + count is greater than the total "
+ "number of streams, got: start_id = %u, count = %u",
+ start_id, count);
+ cmd->resp.code = cpu_to_le32(VIRTIO_SND_S_BAD_MSG);
+ return;
+ }
+
+ /*
+ * 5.14.6.2 Driver Requirements: Item Information Request
+ * "The driver MUST provide a buffer of sizeof(struct virtio_snd_hdr) +
+ * count * size bytes for the response."
+ */
+ if (!g_uint_checked_mul(&tmp, size, count)
+ || !g_uint_checked_add(&tmp, tmp, sizeof(virtio_snd_hdr))
+ || iov_size(cmd->elem->in_sg, cmd->elem->in_num) <
+ sizeof(virtio_snd_hdr) + size * count) {
error_report("pcm info: buffer too small, got: %zu, needed: %zu",
iov_size(cmd->elem->in_sg, cmd->elem->in_num),
- sizeof(virtio_snd_pcm_info));
+ sizeof(virtio_snd_pcm_info) * count);
cmd->resp.code = cpu_to_le32(VIRTIO_SND_S_BAD_MSG);
return;
}
--
2.47.3
^ permalink raw reply related [flat|nested] 45+ messages in thread
* [Stable-10.0.9 16/44] virtio-snd: fix max_size bounds check in input cb
2026-03-11 15:01 [Stable-10.0.9 00/44] Patch Round-up for stable 10.0.9, freeze on 2026-03-15 Michael Tokarev
` (14 preceding siblings ...)
2026-03-11 15:01 ` [Stable-10.0.9 15/44] virtio-snd: handle 5.14.6.2 for PCM_INFO properly Michael Tokarev
@ 2026-03-11 15:01 ` Michael Tokarev
2026-03-11 15:01 ` [Stable-10.0.9 17/44] virtio-snd: tighten read amount in in_cb Michael Tokarev
` (27 subsequent siblings)
43 siblings, 0 replies; 45+ messages in thread
From: Michael Tokarev @ 2026-03-11 15:01 UTC (permalink / raw)
To: qemu-devel
Cc: qemu-stable, Manos Pitsidianakis, DARKNAVY, Michael S. Tsirkin,
Michael Tokarev
From: Manos Pitsidianakis <manos.pitsidianakis@linaro.org>
In 98e77e3d we calculated the max size and checked that each buffer is smaller than it.
We neglected to subtract the size of the virtio_snd_pcm_status header
from the max size, and max_size was thus larger than the correct value,
leading to potential OOB writes.
If the buffer cannot fit the header or can fit only the header, return
the buffer immediately.
Cc: qemu-stable@nongnu.org
Fixes: 98e77e3dd8dd6e7aa9a7dffa60f49c8c8a49d4e3 ("virtio-snd: add max size bounds check in input cb")
Reported-by: DARKNAVY <vr@darknavy.com>
Signed-off-by: Manos Pitsidianakis <manos.pitsidianakis@linaro.org>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Message-Id: <20260220-virtio-snd-series-v1-4-207c4f7200a2@linaro.org>
(cherry picked from commit bcb53328aa70023f1405fade4e253e7f77567261)
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
diff --git a/hw/audio/virtio-snd.c b/hw/audio/virtio-snd.c
index 520fc7240c..4ea2d4db95 100644
--- a/hw/audio/virtio-snd.c
+++ b/hw/audio/virtio-snd.c
@@ -1255,6 +1255,12 @@ static void virtio_snd_pcm_in_cb(void *data, int available)
}
max_size = iov_size(buffer->elem->in_sg, buffer->elem->in_num);
+ if (max_size <= sizeof(virtio_snd_pcm_status)) {
+ return_rx_buffer(stream, buffer);
+ continue;
+ }
+ max_size -= sizeof(virtio_snd_pcm_status);
+
for (;;) {
if (buffer->size >= max_size) {
return_rx_buffer(stream, buffer);
--
2.47.3
^ permalink raw reply related [flat|nested] 45+ messages in thread
* [Stable-10.0.9 17/44] virtio-snd: tighten read amount in in_cb
2026-03-11 15:01 [Stable-10.0.9 00/44] Patch Round-up for stable 10.0.9, freeze on 2026-03-15 Michael Tokarev
` (15 preceding siblings ...)
2026-03-11 15:01 ` [Stable-10.0.9 16/44] virtio-snd: fix max_size bounds check in input cb Michael Tokarev
@ 2026-03-11 15:01 ` Michael Tokarev
2026-03-11 15:01 ` [Stable-10.0.9 18/44] hw/misc/virt_ctrl: Fix incorrect trace event in read operation Michael Tokarev
` (26 subsequent siblings)
43 siblings, 0 replies; 45+ messages in thread
From: Michael Tokarev @ 2026-03-11 15:01 UTC (permalink / raw)
To: qemu-devel
Cc: qemu-stable, Manos Pitsidianakis, DARKNAVY, Michael S. Tsirkin,
Michael Tokarev
From: Manos Pitsidianakis <manos.pitsidianakis@linaro.org>
The amount of bytes to read passed to AUD_read() should never surpass
the maximum available buffer length. Tighten the current amount by
MIN(<amount>, max_size - <existing size>).
Cc: qemu-stable@nongnu.org
Fixes: 98e77e3dd8dd6e7aa9a7dffa60f49c8c8a49d4e3 ("virtio-snd: add max size bounds check in input cb")
Reported-by: DARKNAVY <vr@darknavy.com>
Signed-off-by: Manos Pitsidianakis <manos.pitsidianakis@linaro.org>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Message-Id: <20260220-virtio-snd-series-v1-5-207c4f7200a2@linaro.org>
(cherry picked from commit 7994203bb1b83a6604f3ab00fe9598909bb66164)
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
diff --git a/hw/audio/virtio-snd.c b/hw/audio/virtio-snd.c
index 4ea2d4db95..3653b52d7e 100644
--- a/hw/audio/virtio-snd.c
+++ b/hw/audio/virtio-snd.c
@@ -1240,7 +1240,7 @@ static void virtio_snd_pcm_in_cb(void *data, int available)
{
VirtIOSoundPCMStream *stream = data;
VirtIOSoundPCMBuffer *buffer;
- size_t size, max_size;
+ size_t size, max_size, to_read;
WITH_QEMU_LOCK_GUARD(&stream->queue_mutex) {
while (!QSIMPLEQ_EMPTY(&stream->queue)) {
@@ -1266,10 +1266,12 @@ static void virtio_snd_pcm_in_cb(void *data, int available)
return_rx_buffer(stream, buffer);
break;
}
+ to_read = stream->params.period_bytes - buffer->size;
+ to_read = MIN(to_read, available);
+ to_read = MIN(to_read, max_size - buffer->size);
size = AUD_read(stream->voice.in,
- buffer->data + buffer->size,
- MIN(available, (stream->params.period_bytes -
- buffer->size)));
+ buffer->data + buffer->size,
+ to_read);
if (!size) {
available = 0;
break;
--
2.47.3
^ permalink raw reply related [flat|nested] 45+ messages in thread
* [Stable-10.0.9 18/44] hw/misc/virt_ctrl: Fix incorrect trace event in read operation
2026-03-11 15:01 [Stable-10.0.9 00/44] Patch Round-up for stable 10.0.9, freeze on 2026-03-15 Michael Tokarev
` (16 preceding siblings ...)
2026-03-11 15:01 ` [Stable-10.0.9 17/44] virtio-snd: tighten read amount in in_cb Michael Tokarev
@ 2026-03-11 15:01 ` Michael Tokarev
2026-03-11 15:01 ` [Stable-10.0.9 19/44] hw/ssi/xilinx_spips: Reset TX FIFO in reset Michael Tokarev
` (25 subsequent siblings)
43 siblings, 0 replies; 45+ messages in thread
From: Michael Tokarev @ 2026-03-11 15:01 UTC (permalink / raw)
To: qemu-devel
Cc: qemu-stable, Kuan-Wei Chiu, Philippe Mathieu-Daudé,
Michael Tokarev
From: Kuan-Wei Chiu <visitorckw@gmail.com>
The virt_ctrl_read() function currently invokes trace_virt_ctrl_write()
instead of trace_virt_ctrl_read(). This results in read operations
appearing as write operations in the trace output, which is misleading
during debugging and analysis.
Replace the incorrect trace call with the proper read-specific trace
event to accurately reflect the hardware behavior.
Fixes: 0791bc02b8fb ("m68k: add a system controller")
Signed-off-by: Kuan-Wei Chiu <visitorckw@gmail.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-ID: <20260111184915.1363318-1-visitorckw@gmail.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
(cherry picked from commit 8608ed356ef90815cc5bcf04fcdbde987fd24bca)
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
diff --git a/hw/misc/virt_ctrl.c b/hw/misc/virt_ctrl.c
index a210a5924c..ee31b10210 100644
--- a/hw/misc/virt_ctrl.c
+++ b/hw/misc/virt_ctrl.c
@@ -43,7 +43,7 @@ static uint64_t virt_ctrl_read(void *opaque, hwaddr addr, unsigned size)
break;
}
- trace_virt_ctrl_write(s, addr, size, value);
+ trace_virt_ctrl_read(s, addr, size, value);
return value;
}
--
2.47.3
^ permalink raw reply related [flat|nested] 45+ messages in thread
* [Stable-10.0.9 19/44] hw/ssi/xilinx_spips: Reset TX FIFO in reset
2026-03-11 15:01 [Stable-10.0.9 00/44] Patch Round-up for stable 10.0.9, freeze on 2026-03-15 Michael Tokarev
` (17 preceding siblings ...)
2026-03-11 15:01 ` [Stable-10.0.9 18/44] hw/misc/virt_ctrl: Fix incorrect trace event in read operation Michael Tokarev
@ 2026-03-11 15:01 ` Michael Tokarev
2026-03-11 15:01 ` [Stable-10.0.9 20/44] target/arm: set the correct TI bits for WFIT traps Michael Tokarev
` (24 subsequent siblings)
43 siblings, 0 replies; 45+ messages in thread
From: Michael Tokarev @ 2026-03-11 15:01 UTC (permalink / raw)
To: qemu-devel
Cc: qemu-stable, Weixie Cui, Thomas Huth, Alistair Francis,
Richard Henderson, Peter Maydell, Michael Tokarev
From: Weixie Cui <cuiweixie@gmail.com>
In xilinx_spips_reset() and xlnx_zynqmp_qspips_reset() a cut and
paste error meant we reset the RX FIFO twice and the TX FIFO not at
all. Correct this to reset both FIFOs.
Cc: qemu-stable@nongnu.org
Signed-off-by: Weixie Cui <cuiweixie@gmail.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Alistair Francis <alistair.francis@wdc.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20260223095905.67709-1-cuiweixie@gmail.com
[Rewrote commit message]
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
(cherry picked from commit 669683cf1414ce442d2faea160dbc69747aef007)
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
diff --git a/hw/ssi/xilinx_spips.c b/hw/ssi/xilinx_spips.c
index 60d092039f..1a51aeed91 100644
--- a/hw/ssi/xilinx_spips.c
+++ b/hw/ssi/xilinx_spips.c
@@ -369,7 +369,7 @@ static void xilinx_spips_reset(DeviceState *d)
memset(s->regs, 0, sizeof(s->regs));
fifo8_reset(&s->rx_fifo);
- fifo8_reset(&s->rx_fifo);
+ fifo8_reset(&s->tx_fifo);
/* non zero resets */
s->regs[R_CONFIG] |= MODEFAIL_GEN_EN;
s->regs[R_SLAVE_IDLE_COUNT] = 0xFF;
@@ -397,7 +397,7 @@ static void xlnx_zynqmp_qspips_reset(DeviceState *d)
memset(s->regs, 0, sizeof(s->regs));
fifo8_reset(&s->rx_fifo_g);
- fifo8_reset(&s->rx_fifo_g);
+ fifo8_reset(&s->tx_fifo_g);
fifo32_reset(&s->fifo_g);
s->regs[R_INTR_STATUS] = R_INTR_STATUS_RESET;
s->regs[R_GPIO] = 1;
--
2.47.3
^ permalink raw reply related [flat|nested] 45+ messages in thread
* [Stable-10.0.9 20/44] target/arm: set the correct TI bits for WFIT traps
2026-03-11 15:01 [Stable-10.0.9 00/44] Patch Round-up for stable 10.0.9, freeze on 2026-03-15 Michael Tokarev
` (18 preceding siblings ...)
2026-03-11 15:01 ` [Stable-10.0.9 19/44] hw/ssi/xilinx_spips: Reset TX FIFO in reset Michael Tokarev
@ 2026-03-11 15:01 ` Michael Tokarev
2026-03-11 15:01 ` [Stable-10.0.9 21/44] hw/9pfs: fix data race in v9fs_mark_fids_unreclaim() Michael Tokarev
` (23 subsequent siblings)
43 siblings, 0 replies; 45+ messages in thread
From: Michael Tokarev @ 2026-03-11 15:01 UTC (permalink / raw)
To: qemu-devel
Cc: qemu-stable, Alex Bennée, Gustavo Romero, Peter Maydell,
Michael Tokarev
From: Alex Bennée <alex.bennee@linaro.org>
The WFIT trap should be reported as 0b10.
Cc: qemu-stable@nongnu.org
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Gustavo Romero <gustavo.romero@linaro.org>
Message-id: 20260220171945.1065102-1-alex.bennee@linaro.org
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
(cherry picked from commit 662fd548a027c9362df71ebfc0c9cdd7b1f349fb)
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
diff --git a/target/arm/tcg/op_helper.c b/target/arm/tcg/op_helper.c
index 30786fd1ff..4e87b37a64 100644
--- a/target/arm/tcg/op_helper.c
+++ b/target/arm/tcg/op_helper.c
@@ -447,7 +447,7 @@ void HELPER(wfit)(CPUARMState *env, uint64_t timeout)
if (target_el) {
env->pc -= 4;
- raise_exception(env, excp, syn_wfx(1, 0xe, 0, false), target_el);
+ raise_exception(env, excp, syn_wfx(1, 0xe, 2, false), target_el);
}
if (uadd64_overflow(timeout, offset, &nexttick)) {
--
2.47.3
^ permalink raw reply related [flat|nested] 45+ messages in thread
* [Stable-10.0.9 21/44] hw/9pfs: fix data race in v9fs_mark_fids_unreclaim()
2026-03-11 15:01 [Stable-10.0.9 00/44] Patch Round-up for stable 10.0.9, freeze on 2026-03-15 Michael Tokarev
` (19 preceding siblings ...)
2026-03-11 15:01 ` [Stable-10.0.9 20/44] target/arm: set the correct TI bits for WFIT traps Michael Tokarev
@ 2026-03-11 15:01 ` Michael Tokarev
2026-03-11 15:01 ` [Stable-10.0.9 22/44] hw/9pfs: fix missing EOPNOTSUPP on Twstat and Trenameat for fs synth driver Michael Tokarev
` (22 subsequent siblings)
43 siblings, 0 replies; 45+ messages in thread
From: Michael Tokarev @ 2026-03-11 15:01 UTC (permalink / raw)
To: qemu-devel
Cc: qemu-stable, Richie Buturla, Christian Schoenebeck,
Michael Tokarev
From: Richie Buturla <richie@linux.ibm.com>
A data race between v9fs_mark_fids_unreclaim() and v9fs_path_copy()
causes an inconsistent read of fidp->path. In v9fs_path_copy(), the
path size is set before the data pointer is allocated, creating a
window where size is non-zero but data is NULL.
v9fs_co_open2() holds a write lock during path modifications,
but v9fs_mark_fids_unreclaim() was not acquiring a read
lock, allowing it to race.
Fix by holding the path read lock during FID table iteration.
Resolves: https://gitlab.com/qemu-project/qemu/-/issues/3300
Signed-off-by: Richie Buturla <richie@linux.ibm.com>
Link: https://lore.kernel.org/qemu-devel/20260211154450.254338-1-richie@linux.ibm.com/
Fixes: 7a46274529 ("hw/9pfs: Add file descriptor reclaim support")
Signed-off-by: Christian Schoenebeck <qemu_oss@crudebyte.com>
(cherry picked from commit c96f6d2398a9dc068fa82088ea43020a52e2b26d)
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
diff --git a/hw/9pfs/9p.c b/hw/9pfs/9p.c
index 80b190ff5b..b1fcda574d 100644
--- a/hw/9pfs/9p.c
+++ b/hw/9pfs/9p.c
@@ -551,6 +551,7 @@ static int coroutine_fn v9fs_mark_fids_unreclaim(V9fsPDU *pdu, V9fsPath *path)
sizeof(V9fsFidState *), 1);
gint i;
+ v9fs_path_read_lock(s);
g_hash_table_iter_init(&iter, s->fids);
/*
@@ -571,6 +572,7 @@ static int coroutine_fn v9fs_mark_fids_unreclaim(V9fsPDU *pdu, V9fsPath *path)
g_array_append_val(to_reopen, fidp);
}
}
+ v9fs_path_unlock(s);
for (i = 0; i < to_reopen->len; i++) {
fidp = g_array_index(to_reopen, V9fsFidState*, i);
--
2.47.3
^ permalink raw reply related [flat|nested] 45+ messages in thread
* [Stable-10.0.9 22/44] hw/9pfs: fix missing EOPNOTSUPP on Twstat and Trenameat for fs synth driver
2026-03-11 15:01 [Stable-10.0.9 00/44] Patch Round-up for stable 10.0.9, freeze on 2026-03-15 Michael Tokarev
` (20 preceding siblings ...)
2026-03-11 15:01 ` [Stable-10.0.9 21/44] hw/9pfs: fix data race in v9fs_mark_fids_unreclaim() Michael Tokarev
@ 2026-03-11 15:01 ` Michael Tokarev
2026-03-11 15:01 ` [Stable-10.0.9 23/44] tests/docker: upgrade most non-lcitool debian tests to debian 13 Michael Tokarev
` (21 subsequent siblings)
43 siblings, 0 replies; 45+ messages in thread
From: Michael Tokarev @ 2026-03-11 15:01 UTC (permalink / raw)
To: qemu-devel
Cc: qemu-stable, Christian Schoenebeck, Oliver Chang, Greg Kurz,
Michael Tokarev
From: Christian Schoenebeck <qemu_oss@crudebyte.com>
Renaming files/dirs is only supported by path-based fs drivers. EOPNOTSUPP
should be returned on any renaming attempt for not path-based fs drivers.
This was already the case for 9p "Trename" request type. However for 9p
request types "Trenameat" and "Twstat" this was yet missing.
So fix this by checking in Twstat and Trenameat request handlers whether
the fs driver in use is really path based, if not return EOPNOTSUPP and
abort further handling of the request.
This fixes a crash with the 9p "synth" fs driver which is not path-based.
The crash happened because the synth driver stores and expects a raw
V9fsSynthNode pointer instead of a C-string on V9fsPath.data. So the
C-string delivered by 9p server to synth fs driver was incorrectly
casted to a V9fsSynthNode pointer, eventually causing a segfault.
Reported-by: Oliver Chang <ochang@google.com>
Fixes: https://issues.oss-fuzz.com/issues/477990727
Resolves: https://gitlab.com/qemu-project/qemu/-/issues/3298
Signed-off-by: Christian Schoenebeck <qemu_oss@crudebyte.com>
Reviewed-by: Greg Kurz <groug@kaod.org>
Link: https://lore.kernel.org/qemu-devel/E1vrbaP-000Gqb-B3@kylie.crudebyte.com/
(cherry picked from commit b72d15f47cbd2fc93580f33fa86a7e23595a68dd)
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
diff --git a/hw/9pfs/9p.c b/hw/9pfs/9p.c
index b1fcda574d..74dbf95a63 100644
--- a/hw/9pfs/9p.c
+++ b/hw/9pfs/9p.c
@@ -3496,6 +3496,12 @@ static void coroutine_fn v9fs_renameat(void *opaque)
goto out_err;
}
+ /* if fs driver is not path based, return EOPNOTSUPP */
+ if (!(s->ctx.export_flags & V9FS_PATHNAME_FSCONTEXT)) {
+ err = -EOPNOTSUPP;
+ goto out_err;
+ }
+
v9fs_path_write_lock(s);
err = v9fs_complete_renameat(pdu, olddirfid,
&old_name, newdirfid, &new_name);
@@ -3586,6 +3592,11 @@ static void coroutine_fn v9fs_wstat(void *opaque)
}
}
if (v9stat.name.size != 0) {
+ /* if fs driver is not path based, return EOPNOTSUPP */
+ if (!(s->ctx.export_flags & V9FS_PATHNAME_FSCONTEXT)) {
+ err = -EOPNOTSUPP;
+ goto out;
+ }
v9fs_path_write_lock(s);
err = v9fs_complete_rename(pdu, fidp, -1, &v9stat.name);
v9fs_path_unlock(s);
--
2.47.3
^ permalink raw reply related [flat|nested] 45+ messages in thread
* [Stable-10.0.9 23/44] tests/docker: upgrade most non-lcitool debian tests to debian 13
2026-03-11 15:01 [Stable-10.0.9 00/44] Patch Round-up for stable 10.0.9, freeze on 2026-03-15 Michael Tokarev
` (21 preceding siblings ...)
2026-03-11 15:01 ` [Stable-10.0.9 22/44] hw/9pfs: fix missing EOPNOTSUPP on Twstat and Trenameat for fs synth driver Michael Tokarev
@ 2026-03-11 15:01 ` Michael Tokarev
2026-03-11 15:01 ` [Stable-10.0.9 24/44] hw/i386/vmmouse: Fix hypercall clobbers Michael Tokarev
` (20 subsequent siblings)
43 siblings, 0 replies; 45+ messages in thread
From: Michael Tokarev @ 2026-03-11 15:01 UTC (permalink / raw)
To: qemu-devel
Cc: qemu-stable, John Snow, Daniel P. Berrangé, Alex Bennée,
Michael Tokarev
From: John Snow <jsnow@redhat.com>
Debian 11 was EOL in 2024, and Debian 12 will be EOL this June. This
patch moves all but one of our tests, debian-legacy-test-cross, onto
Debian 13.
This patch does the bare minimum to upgrade these tests and doesn't make
any attempt at optimization or cleanup that may or may not be possible
with this upgrade.
Signed-off-by: John Snow <jsnow@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
[AJB: tweak summary line]
Message-ID: <20260226185303.1920021-2-alex.bennee@linaro.org>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
(cherry picked from commit e2d4646a02689c8428f267e66ab422f04aa717ba)
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
diff --git a/tests/docker/dockerfiles/debian-hexagon-cross.docker b/tests/docker/dockerfiles/debian-hexagon-cross.docker
index 23152b4918..91d4b71ac9 100644
--- a/tests/docker/dockerfiles/debian-hexagon-cross.docker
+++ b/tests/docker/dockerfiles/debian-hexagon-cross.docker
@@ -5,10 +5,12 @@
# needs to be able to build QEMU itself in CI we include its
# build-deps.
#
-FROM docker.io/library/debian:11-slim
+FROM docker.io/library/debian:13-slim
+
+# Add deb-src repository sources
+RUN sed -i "s/^Types: deb$/Types: deb deb-src/" \
+ /etc/apt/sources.list.d/debian.sources
-# Duplicate deb line as deb-src
-RUN cat /etc/apt/sources.list | sed "s/^deb\ /deb-src /" >> /etc/apt/sources.list
RUN apt-get update && \
DEBIAN_FRONTEND=noninteractive apt install -yy eatmydata && \
DEBIAN_FRONTEND=noninteractive eatmydata \
@@ -24,6 +26,7 @@ RUN apt-get update && \
ninja-build \
python3-pip \
python3-setuptools \
+ python3-tomli \
python3-venv \
python3-wheel && \
# Install QEMU build deps for use in CI
@@ -36,8 +39,6 @@ RUN apt-get update && \
ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/gcc && \
dpkg-query --showformat '${Package}_${Version}_${Architecture}\n' --show > /packages.txt
-RUN /usr/bin/pip3 install tomli
-
ENV TOOLCHAIN_INSTALL /opt
ENV TOOLCHAIN_RELEASE 12.Dec.2023
ENV TOOLCHAIN_BASENAME "clang+llvm-${TOOLCHAIN_RELEASE}-cross-hexagon-unknown-linux-musl"
diff --git a/tests/docker/dockerfiles/debian-loongarch-cross.docker b/tests/docker/dockerfiles/debian-loongarch-cross.docker
index 538ab53490..55b3dbe451 100644
--- a/tests/docker/dockerfiles/debian-loongarch-cross.docker
+++ b/tests/docker/dockerfiles/debian-loongarch-cross.docker
@@ -4,10 +4,11 @@
# This docker target uses prebuilt toolchains for LoongArch64 from:
# https://github.com/loongson/build-tools/releases
#
-FROM docker.io/library/debian:11-slim
+FROM docker.io/library/debian:13-slim
-# Duplicate deb line as deb-src
-RUN cat /etc/apt/sources.list | sed "s/^deb\ /deb-src /" >> /etc/apt/sources.list
+# Add deb-src repository sources
+RUN sed -i "s/^Types: deb$/Types: deb deb-src/" \
+ /etc/apt/sources.list.d/debian.sources
RUN export DEBIAN_FRONTEND=noninteractive && \
apt-get update && \
@@ -31,12 +32,11 @@ RUN apt-get update && \
ninja-build \
python3-pip \
python3-setuptools \
+ python3-tomli \
python3-venv \
python3-wheel && \
dpkg-query --showformat '${Package}_${Version}_${Architecture}\n' --show > /packages.txt
-RUN /usr/bin/pip3 install tomli
-
RUN curl -#SL https://github.com/loongson/build-tools/releases/download/2023.08.08/CLFS-loongarch64-8.1-x86_64-cross-tools-gcc-glibc.tar.xz \
| tar -xJC /opt
diff --git a/tests/docker/dockerfiles/debian-toolchain.docker b/tests/docker/dockerfiles/debian-toolchain.docker
index ab4ce29533..9a256209a7 100644
--- a/tests/docker/dockerfiles/debian-toolchain.docker
+++ b/tests/docker/dockerfiles/debian-toolchain.docker
@@ -4,13 +4,15 @@
# This dockerfile is used for building a cross-compiler toolchain.
# The script for building the toolchain is supplied via extra-files.
#
-FROM docker.io/library/debian:11-slim
+FROM docker.io/library/debian:13-slim
# Install build utilities for building gcc and glibc.
# ??? The build-dep isn't working, missing a number of
# minimal build dependiencies, e.g. libmpc.
-RUN sed 's/^deb /deb-src /' </etc/apt/sources.list >/etc/apt/sources.list.d/deb-src.list
+# Add deb-src repository sources
+RUN sed -i "s/^Types: deb$/Types: deb deb-src/" \
+ /etc/apt/sources.list.d/debian.sources
RUN apt update && \
DEBIAN_FRONTEND=noninteractive apt install -yy eatmydata && \
@@ -34,7 +36,7 @@ RUN cd /root && ./build-toolchain.sh
# Throw away the extra toolchain build deps, the downloaded source,
# and the build trees by restoring the original image,
# then copying the built toolchain from stage 0.
-FROM docker.io/library/debian:11-slim
+FROM docker.io/library/debian:13-slim
RUN apt update && \
DEBIAN_FRONTEND=noninteractive apt install -yy eatmydata && \
DEBIAN_FRONTEND=noninteractive eatmydata \
diff --git a/tests/docker/dockerfiles/debian-tricore-cross.docker b/tests/docker/dockerfiles/debian-tricore-cross.docker
index 7e00e870ce..fd797dc7ee 100644
--- a/tests/docker/dockerfiles/debian-tricore-cross.docker
+++ b/tests/docker/dockerfiles/debian-tricore-cross.docker
@@ -9,7 +9,7 @@
#
# SPDX-License-Identifier: GPL-2.0-or-later
#
-FROM docker.io/library/debian:11-slim
+FROM docker.io/library/debian:13-slim
RUN apt update && \
DEBIAN_FRONTEND=noninteractive apt install -yy eatmydata && \
@@ -31,12 +31,11 @@ RUN apt update && \
pkgconf \
python3-pip \
python3-setuptools \
+ python3-tomli \
python3-wheel \
python3-venv && \
dpkg-query --showformat '${Package}_${Version}_${Architecture}\n' --show > /packages.txt
-RUN /usr/bin/pip3 install tomli
-
RUN curl -#SL https://github.com/bkoppelmann/package_940/releases/download/tricore-toolchain-9.40/tricore-toolchain-9.4.0.tar.gz \
| tar -xzC /usr/local/
diff --git a/tests/docker/dockerfiles/debian-xtensa-cross.docker b/tests/docker/dockerfiles/debian-xtensa-cross.docker
index d011eee2ad..ef63e44e2e 100644
--- a/tests/docker/dockerfiles/debian-xtensa-cross.docker
+++ b/tests/docker/dockerfiles/debian-xtensa-cross.docker
@@ -5,7 +5,7 @@
# using a prebuilt toolchains for Xtensa cores from:
# https://github.com/foss-xtensa/toolchain/releases
#
-FROM docker.io/library/debian:11-slim
+FROM docker.io/library/debian:13-slim
RUN apt-get update && \
DEBIAN_FRONTEND=noninteractive apt install -yy eatmydata && \
--
2.47.3
^ permalink raw reply related [flat|nested] 45+ messages in thread
* [Stable-10.0.9 24/44] hw/i386/vmmouse: Fix hypercall clobbers
2026-03-11 15:01 [Stable-10.0.9 00/44] Patch Round-up for stable 10.0.9, freeze on 2026-03-15 Michael Tokarev
` (22 preceding siblings ...)
2026-03-11 15:01 ` [Stable-10.0.9 23/44] tests/docker: upgrade most non-lcitool debian tests to debian 13 Michael Tokarev
@ 2026-03-11 15:01 ` Michael Tokarev
2026-03-11 15:01 ` [Stable-10.0.9 25/44] target/i386/hvf/x86_mmu: Fix compiler warning Michael Tokarev
` (19 subsequent siblings)
43 siblings, 0 replies; 45+ messages in thread
From: Michael Tokarev @ 2026-03-11 15:01 UTC (permalink / raw)
To: qemu-devel
Cc: qemu-stable, Josh Poimboeuf, Justin Forbes, Alexey Makhalov,
Philippe Mathieu-Daudé, Paolo Bonzini, Michael Tokarev
From: Josh Poimboeuf <jpoimboe@kernel.org>
Fedora QA reported the following kernel panic:
BUG: unable to handle page fault for address: 0000000040003e54
#PF: supervisor write access in kernel mode
#PF: error_code(0x0002) - not-present page
PGD 1082ec067 P4D 0
Oops: Oops: 0002 [#1] SMP NOPTI
CPU: 0 UID: 0 PID: 0 Comm: swapper/0 Not tainted 6.19.0-0.rc4.260108gf0b9d8eb98df.34.fc43.x86_64 #1 PREEMPT(lazy)
Hardware name: QEMU Standard PC (Q35 + ICH9, 2009), BIOS edk2-20251119-3.fc43 11/19/2025
RIP: 0010:vmware_hypercall4.constprop.0+0x52/0x90
Code: 48 83 c4 20 5b e9 69 f0 fc fe 8b 05 a0 c1 b2 01 85 c0 74 23 b8 68 58 4d 56 b9 27 00 00 00 31 d2 bb 04 00 00 00 66 ba 58 56 ed <89> 1f 89 0e 41 89 10 5b e9 3c f0 fc fe 6a 00 49 89 f9 45 31 c0 31
RSP: 0018:ff5eeb3240003e40 EFLAGS: 00010046
RAX: 0000000000000000 RBX: 000000000000ffca RCX: 000000000000ffac
RDX: 0000000000000000 RSI: 0000000040003e58 RDI: 0000000040003e54
RBP: ff1e05f3c1204800 R08: ff5eeb3240003e5c R09: 000000009d899c41
R10: 000000000000003d R11: ff5eeb3240003ff8 R12: 0000000000000000
R13: 00000000000000ff R14: ff1e05f3c02f9e00 R15: 000000000000000c
FS: 0000000000000000(0000) GS:ff1e05f489e40000(0000) knlGS:0000000000000000
CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
CR2: 0000000040003e54 CR3: 000000010841d002 CR4: 0000000000771ef0
PKRU: 55555554
Call Trace:
<IRQ>
vmmouse_report_events+0x13e/0x1b0
psmouse_handle_byte+0x15/0x60
ps2_interrupt+0x8a/0xd0
...
It was triggered by dereferencing a bad pointer (RDI) immediately after
a VMware hypercall for VMWARE_CMD_ABSPOINTER_DATA in the vmmouse driver:
ffffffff82135070 <vmware_hypercall4.constprop.0>:
...
ffffffff821350ac: b8 68 58 4d 56 mov $0x564d5868,%eax
ffffffff821350b1: b9 27 00 00 00 mov $0x27,%ecx
ffffffff821350b6: 31 d2 xor %edx,%edx
ffffffff821350b8: bb 04 00 00 00 mov $0x4,%ebx
ffffffff821350bd: 66 ba 58 56 mov $0x5658,%dx
ffffffff821350c1: ed in (%dx),%eax <-- hypercall
ffffffff821350c2: 89 1f mov %ebx,(%rdi) <-- crash
Reading the kernel disassembly shows that RDI should contain the value
of a valid kernel stack address here (0xff5eeb3240003e54). Instead it
contains 0x40003e54, suggesting the hypervisor cleared the upper 32
bits.
And indeed, Alexey discovered that QEMU's vmmouse_get_data() and
vmmouse_set_data() are only saving/restoring the lower 32 bits, while
clearing the upper 32. Fix that by changing the type of the saved data
array from uint32_t to uint64_t.
Fixes: 548df2acc6fc ("VMMouse Emulation, by Anthony Liguori.")
Reported-by: Justin Forbes <jforbes@fedoraproject.org>
Debugged-by: Alexey Makhalov <alexey.makhalov@broadcom.com>
Signed-off-by: Josh Poimboeuf <jpoimboe@kernel.org>
Link: https://lore.kernel.org/r/c508fc1d4a4ccd8c9fb1e51b71df089e31115a53.1770309998.git.jpoimboe@kernel.org
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Resolves: https://gitlab.com/qemu-project/qemu/-/issues/3293
Cc: qemu-stable@nongnu.org
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
(cherry picked from commit 48c8916aec4319efc60324d9d971831a8a1d6350)
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
diff --git a/hw/i386/vmmouse.c b/hw/i386/vmmouse.c
index 3e07d12512..388d493fe9 100644
--- a/hw/i386/vmmouse.c
+++ b/hw/i386/vmmouse.c
@@ -72,7 +72,7 @@ struct VMMouseState {
ISAKBDState *i8042;
};
-static void vmmouse_get_data(uint32_t *data)
+static void vmmouse_get_data(uint64_t *data)
{
X86CPU *cpu = X86_CPU(current_cpu);
CPUX86State *env = &cpu->env;
@@ -82,7 +82,7 @@ static void vmmouse_get_data(uint32_t *data)
data[4] = env->regs[R_ESI]; data[5] = env->regs[R_EDI];
}
-static void vmmouse_set_data(const uint32_t *data)
+static void vmmouse_set_data(const uint64_t *data)
{
X86CPU *cpu = X86_CPU(current_cpu);
CPUX86State *env = &cpu->env;
@@ -197,7 +197,7 @@ static void vmmouse_disable(VMMouseState *s)
vmmouse_remove_handler(s);
}
-static void vmmouse_data(VMMouseState *s, uint32_t *data, uint32_t size)
+static void vmmouse_data(VMMouseState *s, uint64_t *data, uint32_t size)
{
int i;
@@ -221,7 +221,7 @@ static void vmmouse_data(VMMouseState *s, uint32_t *data, uint32_t size)
static uint32_t vmmouse_ioport_read(void *opaque, uint32_t addr)
{
VMMouseState *s = opaque;
- uint32_t data[6];
+ uint64_t data[6];
uint16_t command;
vmmouse_get_data(data);
@@ -247,7 +247,7 @@ static uint32_t vmmouse_ioport_read(void *opaque, uint32_t addr)
vmmouse_request_absolute(s);
break;
default:
- printf("vmmouse: unknown command %x\n", data[1]);
+ printf("vmmouse: unknown command %" PRIx64 "\n", data[1]);
break;
}
break;
--
2.47.3
^ permalink raw reply related [flat|nested] 45+ messages in thread
* [Stable-10.0.9 25/44] target/i386/hvf/x86_mmu: Fix compiler warning
2026-03-11 15:01 [Stable-10.0.9 00/44] Patch Round-up for stable 10.0.9, freeze on 2026-03-15 Michael Tokarev
` (23 preceding siblings ...)
2026-03-11 15:01 ` [Stable-10.0.9 24/44] hw/i386/vmmouse: Fix hypercall clobbers Michael Tokarev
@ 2026-03-11 15:01 ` Michael Tokarev
2026-03-11 15:01 ` [Stable-10.0.9 26/44] io: separate freeing of tasks from marking them as complete Michael Tokarev
` (18 subsequent siblings)
43 siblings, 0 replies; 45+ messages in thread
From: Michael Tokarev @ 2026-03-11 15:01 UTC (permalink / raw)
To: qemu-devel
Cc: qemu-stable, Bernhard Beschow, Mohamed Mediouni,
Philippe Mathieu-Daudé, Wei Liu (Microsoft), Paolo Bonzini,
Michael Tokarev
From: Bernhard Beschow <shentey@gmail.com>
When reusing the code in WHPX, GCC emits the following warning when compiling
for i386-softmmu under MSYS2:
In file included from ../src/target/i386/emulate/x86_mmu.c:20:
../src/target/i386/emulate/x86_mmu.c: In function 'vmx_write_mem':
../src/target/i386/emulate/x86_mmu.c:251:25: error: format '%llx' expects argument of type 'long long unsigned int', but argument 3 has type 'target_ulong' {aka 'unsigned int'} [-Werror=format=]
251 | VM_PANIC_EX("%s: mmu_gva_to_gpa %llx failed\n", __func__, gva);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~
| |
| target_ulong {aka unsigned int}
../src/target/i386/emulate/panic.h:34:12: note: in definition of macro 'VM_PANIC_EX'
34 | printf(__VA_ARGS__); \
| ^~~~~~~~~~~
../src/target/i386/emulate/x86_mmu.c:251:48: note: format string is defined here
251 | VM_PANIC_EX("%s: mmu_gva_to_gpa %llx failed\n", __func__, gva);
| ~~~^
| |
| long long unsigned int
| %x
Fix the warning by reusing the target-specific macro TARGET_FMT_lx which exists
for this exact purpose.
Fixes: c97d6d2cdf97 ("i386: hvf: add code base from Google's QEMU repository")
cc: qemu-stable
Signed-off-by: Bernhard Beschow <shentey@gmail.com>
Reviewed-by: Mohamed Mediouni <mohamed@unpredictable.fr>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Wei Liu (Microsoft) <wei.liu@kernel.org>
Link: https://lore.kernel.org/r/20260223233950.96076-3-mohamed@unpredictable.fr
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
(cherry picked from commit 529e5e7643078e19d65e694f51cad64be49090ab)
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
diff --git a/target/i386/hvf/x86_mmu.c b/target/i386/hvf/x86_mmu.c
index 579d0c3a4c..e0d39737ea 100644
--- a/target/i386/hvf/x86_mmu.c
+++ b/target/i386/hvf/x86_mmu.c
@@ -244,7 +244,8 @@ void vmx_write_mem(CPUState *cpu, target_ulong gva, void *data, int bytes)
int copy = MIN(bytes, 0x1000 - (gva & 0xfff));
if (!mmu_gva_to_gpa(cpu, gva, &gpa)) {
- VM_PANIC_EX("%s: mmu_gva_to_gpa %llx failed\n", __func__, gva);
+ VM_PANIC_EX("%s: mmu_gva_to_gpa " TARGET_FMT_lx " failed\n",
+ __func__, gva);
} else {
address_space_write(&address_space_memory, gpa,
MEMTXATTRS_UNSPECIFIED, data, copy);
@@ -265,7 +266,8 @@ void vmx_read_mem(CPUState *cpu, void *data, target_ulong gva, int bytes)
int copy = MIN(bytes, 0x1000 - (gva & 0xfff));
if (!mmu_gva_to_gpa(cpu, gva, &gpa)) {
- VM_PANIC_EX("%s: mmu_gva_to_gpa %llx failed\n", __func__, gva);
+ VM_PANIC_EX("%s: mmu_gva_to_gpa " TARGET_FMT_lx " failed\n",
+ __func__, gva);
}
address_space_read(&address_space_memory, gpa, MEMTXATTRS_UNSPECIFIED,
data, copy);
--
2.47.3
^ permalink raw reply related [flat|nested] 45+ messages in thread
* [Stable-10.0.9 26/44] io: separate freeing of tasks from marking them as complete
2026-03-11 15:01 [Stable-10.0.9 00/44] Patch Round-up for stable 10.0.9, freeze on 2026-03-15 Michael Tokarev
` (24 preceding siblings ...)
2026-03-11 15:01 ` [Stable-10.0.9 25/44] target/i386/hvf/x86_mmu: Fix compiler warning Michael Tokarev
@ 2026-03-11 15:01 ` Michael Tokarev
2026-03-11 15:01 ` [Stable-10.0.9 27/44] io: fix cleanup for TLS I/O source data on cancellation Michael Tokarev
` (17 subsequent siblings)
43 siblings, 0 replies; 45+ messages in thread
From: Michael Tokarev @ 2026-03-11 15:01 UTC (permalink / raw)
To: qemu-devel
Cc: qemu-stable, Daniel P. Berrangé, Marc-André Lureau,
Michael Tokarev
From: Daniel P. Berrangé <berrange@redhat.com>
The original design of QIOTask was intended to simplify lifecycle
management by automatically freeing it when the task was marked as
complete. This overlooked the fact that when a QIOTask is used in
combination with a GSource, there may be times when the source
callback is never invoked. This is typically when a GSource is
released before any I/O event arrives. In such cases it is not
desirable to mark a QIOTask as complete, but it still needs to be
freed. To satisfy this, the task must be released manually.
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
(cherry picked from commit 403d3a5f4a2d86bfe1f1f33aa337f2eb3a71182b)
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
diff --git a/include/io/task.h b/include/io/task.h
index 0b5342ee84..98847f5994 100644
--- a/include/io/task.h
+++ b/include/io/task.h
@@ -96,7 +96,7 @@ typedef void (*QIOTaskWorker)(QIOTask *task,
* 1000,
* myobject_operation_timer,
* task,
- * NULL);
+ * qio_task_free);
* }
* </programlisting>
* </example>
@@ -138,9 +138,8 @@ typedef void (*QIOTaskWorker)(QIOTask *task,
* the callback func 'myobject_operation_notify' shown
* earlier to deal with the results.
*
- * Once this function returns false, object_unref will be called
- * automatically on the task causing it to be released and the
- * ref on QMyObject dropped too.
+ * Once this function returns FALSE, the task will be freed,
+ * causing it release the ref on QMyObject too.
*
* The QIOTask module can also be used to perform operations
* in a background thread context, while still reporting the
@@ -208,8 +207,8 @@ typedef void (*QIOTaskWorker)(QIOTask *task,
* 'err' attribute in the task object to determine if
* the operation was successful or not.
*
- * The returned task will be released when qio_task_complete()
- * is invoked.
+ * The returned task must be released by calling
+ * qio_task_free() when no longer required.
*
* Returns: the task struct
*/
@@ -218,6 +217,19 @@ QIOTask *qio_task_new(Object *source,
gpointer opaque,
GDestroyNotify destroy);
+/**
+ * qio_task_free:
+ * task: the task object to free
+ *
+ * Free the resources associated with the task. Typically
+ * the qio_task_complete() method will be called immediately
+ * before this to trigger the task callback, however, it is
+ * permissible to free the task in the case of cancellation.
+ * The destroy callback will be used to release the opaque
+ * data provided to qio_task_new().
+ */
+void qio_task_free(QIOTask *task);
+
/**
* qio_task_run_in_thread:
* @task: the task struct
@@ -268,8 +280,9 @@ void qio_task_wait_thread(QIOTask *task);
* qio_task_complete:
* @task: the task struct
*
- * Invoke the completion callback for @task and
- * then free its memory.
+ * Invoke the completion callback for @task. This should typically
+ * only be invoked once on a task, and then qio_task_free() used
+ * to free it.
*/
void qio_task_complete(QIOTask *task);
diff --git a/io/channel-tls.c b/io/channel-tls.c
index f8b03aa63c..919bbf10dd 100644
--- a/io/channel-tls.c
+++ b/io/channel-tls.c
@@ -170,6 +170,7 @@ static void qio_channel_tls_handshake_task(QIOChannelTLS *ioc,
trace_qio_channel_tls_handshake_fail(ioc);
qio_task_set_error(task, err);
qio_task_complete(task);
+ qio_task_free(task);
return;
}
@@ -183,6 +184,7 @@ static void qio_channel_tls_handshake_task(QIOChannelTLS *ioc,
trace_qio_channel_tls_credentials_allow(ioc);
}
qio_task_complete(task);
+ qio_task_free(task);
} else {
GIOCondition condition;
QIOChannelTLSData *data = g_new0(typeof(*data), 1);
@@ -265,11 +267,13 @@ static void qio_channel_tls_bye_task(QIOChannelTLS *ioc, QIOTask *task,
trace_qio_channel_tls_bye_fail(ioc);
qio_task_set_error(task, err);
qio_task_complete(task);
+ qio_task_free(task);
return;
}
if (status == QCRYPTO_TLS_BYE_COMPLETE) {
qio_task_complete(task);
+ qio_task_free(task);
return;
}
diff --git a/io/channel-websock.c b/io/channel-websock.c
index 7f8eded4ff..1cd3a1e45d 100644
--- a/io/channel-websock.c
+++ b/io/channel-websock.c
@@ -545,6 +545,7 @@ static gboolean qio_channel_websock_handshake_send(QIOChannel *ioc,
trace_qio_channel_websock_handshake_fail(ioc, error_get_pretty(err));
qio_task_set_error(task, err);
qio_task_complete(task);
+ qio_task_free(task);
wioc->hs_io_tag = 0;
return FALSE;
}
@@ -561,6 +562,7 @@ static gboolean qio_channel_websock_handshake_send(QIOChannel *ioc,
trace_qio_channel_websock_handshake_complete(ioc);
qio_task_complete(task);
}
+ qio_task_free(task);
wioc->hs_io_tag = 0;
return FALSE;
}
@@ -588,6 +590,7 @@ static gboolean qio_channel_websock_handshake_io(QIOChannel *ioc,
trace_qio_channel_websock_handshake_fail(ioc, error_get_pretty(err));
qio_task_set_error(task, err);
qio_task_complete(task);
+ qio_task_free(task);
wioc->hs_io_tag = 0;
return FALSE;
}
diff --git a/io/task.c b/io/task.c
index 451f26f8b4..331febd4e1 100644
--- a/io/task.c
+++ b/io/task.c
@@ -70,8 +70,12 @@ QIOTask *qio_task_new(Object *source,
return task;
}
-static void qio_task_free(QIOTask *task)
+void qio_task_free(QIOTask *task)
{
+ if (!task) {
+ return;
+ }
+
qemu_mutex_lock(&task->thread_lock);
if (task->thread) {
if (task->thread->destroy) {
@@ -110,6 +114,7 @@ static gboolean qio_task_thread_result(gpointer opaque)
trace_qio_task_thread_result(task);
qio_task_complete(task);
+ qio_task_free(task);
return FALSE;
}
@@ -196,7 +201,6 @@ void qio_task_complete(QIOTask *task)
{
task->func(task, task->opaque);
trace_qio_task_complete(task);
- qio_task_free(task);
}
diff --git a/tests/unit/test-io-task.c b/tests/unit/test-io-task.c
index 115dba8970..b1c8ecb7ab 100644
--- a/tests/unit/test-io-task.c
+++ b/tests/unit/test-io-task.c
@@ -73,6 +73,7 @@ static void test_task_complete(void)
src = qio_task_get_source(task);
qio_task_complete(task);
+ qio_task_free(task);
g_assert(obj == src);
@@ -84,6 +85,28 @@ static void test_task_complete(void)
}
+static void test_task_cancel(void)
+{
+ QIOTask *task;
+ Object *obj = object_new(TYPE_DUMMY);
+ Object *src;
+ struct TestTaskData data = { NULL, NULL, false };
+
+ task = qio_task_new(obj, task_callback, &data, NULL);
+ src = qio_task_get_source(task);
+
+ qio_task_free(task);
+
+ g_assert(obj == src);
+
+ object_unref(obj);
+
+ g_assert(data.source == NULL);
+ g_assert(data.err == NULL);
+ g_assert(data.freed == false);
+}
+
+
static void task_data_free(gpointer opaque)
{
struct TestTaskData *data = opaque;
@@ -101,6 +124,7 @@ static void test_task_data_free(void)
task = qio_task_new(obj, task_callback, &data, task_data_free);
qio_task_complete(task);
+ qio_task_free(task);
object_unref(obj);
@@ -123,6 +147,7 @@ static void test_task_failure(void)
qio_task_set_error(task, err);
qio_task_complete(task);
+ qio_task_free(task);
object_unref(obj);
@@ -260,6 +285,7 @@ int main(int argc, char **argv)
module_call_init(MODULE_INIT_QOM);
type_register_static(&dummy_info);
g_test_add_func("/crypto/task/complete", test_task_complete);
+ g_test_add_func("/crypto/task/cancel", test_task_cancel);
g_test_add_func("/crypto/task/datafree", test_task_data_free);
g_test_add_func("/crypto/task/failure", test_task_failure);
g_test_add_func("/crypto/task/thread_complete", test_task_thread_complete);
--
2.47.3
^ permalink raw reply related [flat|nested] 45+ messages in thread
* [Stable-10.0.9 27/44] io: fix cleanup for TLS I/O source data on cancellation
2026-03-11 15:01 [Stable-10.0.9 00/44] Patch Round-up for stable 10.0.9, freeze on 2026-03-15 Michael Tokarev
` (25 preceding siblings ...)
2026-03-11 15:01 ` [Stable-10.0.9 26/44] io: separate freeing of tasks from marking them as complete Michael Tokarev
@ 2026-03-11 15:01 ` Michael Tokarev
2026-03-11 15:02 ` [Stable-10.0.9 28/44] io: fix cleanup for websock " Michael Tokarev
` (16 subsequent siblings)
43 siblings, 0 replies; 45+ messages in thread
From: Michael Tokarev @ 2026-03-11 15:01 UTC (permalink / raw)
To: qemu-devel
Cc: qemu-stable, Daniel P. Berrangé, Marc-André Lureau,
Michael Tokarev
From: Daniel P. Berrangé <berrange@redhat.com>
The TLS code will create a GSource for tracking completion of the
handshake process, passing a QIOChannelTLSData struct that contains
various data items. The data struct is freed by the callback when
it completes, which means when a source is cancelled, nothing is
free'ing the data struct or its contents.
Switch to provide a data free callback to the GSource, which ensures
the QIOChannelTLSData struct is always freed even when the main event
callback never fires.
Fixes: https://gitlab.com/qemu-project/qemu/-/issues/3114
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
(cherry picked from commit d39d0f3acdd7c1bb275db7e97b511f98254ecd9f)
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
diff --git a/io/channel-tls.c b/io/channel-tls.c
index 919bbf10dd..329ef6759f 100644
--- a/io/channel-tls.c
+++ b/io/channel-tls.c
@@ -153,13 +153,32 @@ struct QIOChannelTLSData {
};
typedef struct QIOChannelTLSData QIOChannelTLSData;
+static void qio_channel_tls_io_data_free(gpointer user_data)
+{
+ QIOChannelTLSData *data = user_data;
+ /*
+ * Usually 'task' will be NULL since the GSource
+ * callback will either complete the task or pass
+ * it on to a new GSource. We'll see a non-NULL
+ * task here only if the GSource was released before
+ * its callback triggers
+ */
+ if (data->task) {
+ qio_task_free(data->task);
+ }
+ if (data->context) {
+ g_main_context_unref(data->context);
+ }
+ g_free(data);
+}
+
static gboolean qio_channel_tls_handshake_io(QIOChannel *ioc,
GIOCondition condition,
gpointer user_data);
-static void qio_channel_tls_handshake_task(QIOChannelTLS *ioc,
- QIOTask *task,
- GMainContext *context)
+static gboolean qio_channel_tls_handshake_task(QIOChannelTLS *ioc,
+ QIOTask *task,
+ GMainContext *context)
{
Error *err = NULL;
int status;
@@ -170,8 +189,7 @@ static void qio_channel_tls_handshake_task(QIOChannelTLS *ioc,
trace_qio_channel_tls_handshake_fail(ioc);
qio_task_set_error(task, err);
qio_task_complete(task);
- qio_task_free(task);
- return;
+ return TRUE;
}
if (status == QCRYPTO_TLS_HANDSHAKE_COMPLETE) {
@@ -184,7 +202,7 @@ static void qio_channel_tls_handshake_task(QIOChannelTLS *ioc,
trace_qio_channel_tls_credentials_allow(ioc);
}
qio_task_complete(task);
- qio_task_free(task);
+ return TRUE;
} else {
GIOCondition condition;
QIOChannelTLSData *data = g_new0(typeof(*data), 1);
@@ -208,8 +226,9 @@ static void qio_channel_tls_handshake_task(QIOChannelTLS *ioc,
condition,
qio_channel_tls_handshake_io,
data,
- NULL,
+ qio_channel_tls_io_data_free,
context);
+ return FALSE;
}
}
@@ -225,11 +244,9 @@ static gboolean qio_channel_tls_handshake_io(QIOChannel *ioc,
qio_task_get_source(task));
tioc->hs_ioc_tag = 0;
- g_free(data);
- qio_channel_tls_handshake_task(tioc, task, context);
-
- if (context) {
- g_main_context_unref(context);
+ if (!qio_channel_tls_handshake_task(tioc, task, context)) {
+ /* task is kept by new GSource so must not be released yet */
+ data->task = NULL;
}
return FALSE;
@@ -247,14 +264,16 @@ void qio_channel_tls_handshake(QIOChannelTLS *ioc,
func, opaque, destroy);
trace_qio_channel_tls_handshake_start(ioc);
- qio_channel_tls_handshake_task(ioc, task, context);
+ if (qio_channel_tls_handshake_task(ioc, task, context)) {
+ qio_task_free(task);
+ }
}
static gboolean qio_channel_tls_bye_io(QIOChannel *ioc, GIOCondition condition,
gpointer user_data);
-static void qio_channel_tls_bye_task(QIOChannelTLS *ioc, QIOTask *task,
- GMainContext *context)
+static gboolean qio_channel_tls_bye_task(QIOChannelTLS *ioc, QIOTask *task,
+ GMainContext *context)
{
GIOCondition condition;
QIOChannelTLSData *data;
@@ -267,14 +286,12 @@ static void qio_channel_tls_bye_task(QIOChannelTLS *ioc, QIOTask *task,
trace_qio_channel_tls_bye_fail(ioc);
qio_task_set_error(task, err);
qio_task_complete(task);
- qio_task_free(task);
- return;
+ return TRUE;
}
if (status == QCRYPTO_TLS_BYE_COMPLETE) {
qio_task_complete(task);
- qio_task_free(task);
- return;
+ return TRUE;
}
data = g_new0(typeof(*data), 1);
@@ -294,7 +311,10 @@ static void qio_channel_tls_bye_task(QIOChannelTLS *ioc, QIOTask *task,
trace_qio_channel_tls_bye_pending(ioc, status);
ioc->bye_ioc_tag = qio_channel_add_watch_full(ioc->master, condition,
qio_channel_tls_bye_io,
- data, NULL, context);
+ data,
+ qio_channel_tls_io_data_free,
+ context);
+ return FALSE;
}
@@ -307,11 +327,9 @@ static gboolean qio_channel_tls_bye_io(QIOChannel *ioc, GIOCondition condition,
QIOChannelTLS *tioc = QIO_CHANNEL_TLS(qio_task_get_source(task));
tioc->bye_ioc_tag = 0;
- g_free(data);
- qio_channel_tls_bye_task(tioc, task, context);
-
- if (context) {
- g_main_context_unref(context);
+ if (!qio_channel_tls_bye_task(tioc, task, context)) {
+ /* task is kept by new GSource so must not be released yet */
+ data->task = NULL;
}
return FALSE;
--
2.47.3
^ permalink raw reply related [flat|nested] 45+ messages in thread
* [Stable-10.0.9 28/44] io: fix cleanup for websock I/O source data on cancellation
2026-03-11 15:01 [Stable-10.0.9 00/44] Patch Round-up for stable 10.0.9, freeze on 2026-03-15 Michael Tokarev
` (26 preceding siblings ...)
2026-03-11 15:01 ` [Stable-10.0.9 27/44] io: fix cleanup for TLS I/O source data on cancellation Michael Tokarev
@ 2026-03-11 15:02 ` Michael Tokarev
2026-03-11 15:02 ` [Stable-10.0.9 29/44] hw/net/smc91c111: Don't allow negative-length packets Michael Tokarev
` (15 subsequent siblings)
43 siblings, 0 replies; 45+ messages in thread
From: Michael Tokarev @ 2026-03-11 15:02 UTC (permalink / raw)
To: qemu-devel; +Cc: qemu-stable, Daniel P. Berrangé, Michael Tokarev
From: Daniel P. Berrangé <berrange@redhat.com>
The websock code will create a GSource for tracking completion of the
handshake process, passing a QIOTask which is freed by the callback
when it completes, which means when a source is cancelled, nothing is
free'ing the task.
Switch to provide a data free callback to the GSource, which ensures
the QIOTask is always freed even when the main event callback never
fires.
Fixes: https://gitlab.com/qemu-project/qemu/-/issues/3114
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
(cherry picked from commit 9545c059f77e3f814fcbaba83203572ea655c50e)
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
diff --git a/io/channel-websock.c b/io/channel-websock.c
index 1cd3a1e45d..c8c8340cbd 100644
--- a/io/channel-websock.c
+++ b/io/channel-websock.c
@@ -526,11 +526,32 @@ static int qio_channel_websock_handshake_read(QIOChannelWebsock *ioc,
return 1;
}
+typedef struct QIOChannelWebsockData {
+ QIOTask *task;
+} QIOChannelWebsockData;
+
+static void qio_channel_websock_data_free(gpointer user_data)
+{
+ QIOChannelWebsockData *data = user_data;
+ /*
+ * Usually 'task' will be NULL since the GSource
+ * callback will either complete the task or pass
+ * it on to a new GSource. We'll see a non-NULL
+ * task here only if the GSource was released before
+ * its callback triggers
+ */
+ if (data->task) {
+ qio_task_free(data->task);
+ }
+ g_free(data);
+}
+
static gboolean qio_channel_websock_handshake_send(QIOChannel *ioc,
GIOCondition condition,
gpointer user_data)
{
- QIOTask *task = user_data;
+ QIOChannelWebsockData *data = user_data;
+ QIOTask *task = data->task;
QIOChannelWebsock *wioc = QIO_CHANNEL_WEBSOCK(
qio_task_get_source(task));
Error *err = NULL;
@@ -545,7 +566,6 @@ static gboolean qio_channel_websock_handshake_send(QIOChannel *ioc,
trace_qio_channel_websock_handshake_fail(ioc, error_get_pretty(err));
qio_task_set_error(task, err);
qio_task_complete(task);
- qio_task_free(task);
wioc->hs_io_tag = 0;
return FALSE;
}
@@ -562,7 +582,6 @@ static gboolean qio_channel_websock_handshake_send(QIOChannel *ioc,
trace_qio_channel_websock_handshake_complete(ioc);
qio_task_complete(task);
}
- qio_task_free(task);
wioc->hs_io_tag = 0;
return FALSE;
}
@@ -574,7 +593,8 @@ static gboolean qio_channel_websock_handshake_io(QIOChannel *ioc,
GIOCondition condition,
gpointer user_data)
{
- QIOTask *task = user_data;
+ QIOChannelWebsockData *data = user_data, *newdata = NULL;
+ QIOTask *task = data->task;
QIOChannelWebsock *wioc = QIO_CHANNEL_WEBSOCK(
qio_task_get_source(task));
Error *err = NULL;
@@ -590,7 +610,6 @@ static gboolean qio_channel_websock_handshake_io(QIOChannel *ioc,
trace_qio_channel_websock_handshake_fail(ioc, error_get_pretty(err));
qio_task_set_error(task, err);
qio_task_complete(task);
- qio_task_free(task);
wioc->hs_io_tag = 0;
return FALSE;
}
@@ -603,12 +622,14 @@ static gboolean qio_channel_websock_handshake_io(QIOChannel *ioc,
error_propagate(&wioc->io_err, err);
trace_qio_channel_websock_handshake_reply(ioc);
+ newdata = g_new0(QIOChannelWebsockData, 1);
+ newdata->task = g_steal_pointer(&data->task);
wioc->hs_io_tag = qio_channel_add_watch(
wioc->master,
G_IO_OUT,
qio_channel_websock_handshake_send,
- task,
- NULL);
+ newdata,
+ qio_channel_websock_data_free);
return FALSE;
}
@@ -904,12 +925,12 @@ void qio_channel_websock_handshake(QIOChannelWebsock *ioc,
gpointer opaque,
GDestroyNotify destroy)
{
- QIOTask *task;
+ QIOChannelWebsockData *data = g_new0(QIOChannelWebsockData, 1);
- task = qio_task_new(OBJECT(ioc),
- func,
- opaque,
- destroy);
+ data->task = qio_task_new(OBJECT(ioc),
+ func,
+ opaque,
+ destroy);
trace_qio_channel_websock_handshake_start(ioc);
trace_qio_channel_websock_handshake_pending(ioc, G_IO_IN);
@@ -917,8 +938,8 @@ void qio_channel_websock_handshake(QIOChannelWebsock *ioc,
ioc->master,
G_IO_IN,
qio_channel_websock_handshake_io,
- task,
- NULL);
+ data,
+ qio_channel_websock_data_free);
}
--
2.47.3
^ permalink raw reply related [flat|nested] 45+ messages in thread
* [Stable-10.0.9 29/44] hw/net/smc91c111: Don't allow negative-length packets
2026-03-11 15:01 [Stable-10.0.9 00/44] Patch Round-up for stable 10.0.9, freeze on 2026-03-15 Michael Tokarev
` (27 preceding siblings ...)
2026-03-11 15:02 ` [Stable-10.0.9 28/44] io: fix cleanup for websock " Michael Tokarev
@ 2026-03-11 15:02 ` Michael Tokarev
2026-03-11 15:02 ` [Stable-10.0.9 30/44] block/vmdk: fix OOB read in vmdk_read_extent() Michael Tokarev
` (14 subsequent siblings)
43 siblings, 0 replies; 45+ messages in thread
From: Michael Tokarev @ 2026-03-11 15:02 UTC (permalink / raw)
To: qemu-devel
Cc: qemu-stable, Peter Maydell, Philippe Mathieu-Daudé,
Michael Tokarev
From: Peter Maydell <peter.maydell@linaro.org>
The smc91c111 data frame format in memory (figure 8-1 in the
datasheet) includes a "byte count" field which is intended to be the
total size of the data frame, including not just the packet data but
also the leading and trailing information like the status word and
the byte count field itself. It is therefore possible for the guest
to set this to a value so small that the leading and trailing fields
won't fit and the packet has effectively a negative area.
We weren't checking for this, with the result that when we subtract 6
from the length to get the length of the packet proper we end up with
a negative length, which is then inconsistently handled in the
qemu_send_packet() code such that we can try to transmit a very large
amount of data and read off the end of the device's data array.
Treat excessively small length values the same way we do excessively
large values. As with the oversized case, the datasheet does not
describe what happens for this software error case, and there is no
relevant tx error condition for this, so we just log and drop the
packet.
Cc: qemu-stable@nongnu.org
Resolves: https://gitlab.com/qemu-project/qemu/-/issues/3304
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-id: 20260226175549.1319476-1-peter.maydell@linaro.org
(cherry picked from commit d8e19f8042dcaff8e077292209c8196acb150bdd)
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
diff --git a/hw/net/smc91c111.c b/hw/net/smc91c111.c
index 9ce42b5615..751e9e6f97 100644
--- a/hw/net/smc91c111.c
+++ b/hw/net/smc91c111.c
@@ -30,6 +30,12 @@
* LAN91C111 datasheet).
*/
#define MAX_PACKET_SIZE 2048
+/*
+ * Size of the non-data fields in a data frame: status word,
+ * byte count, control byte, and last data byte; this defines
+ * the smallest value the byte count in the frame can validly be.
+ */
+#define MIN_PACKET_SIZE 6
#define TYPE_SMC91C111 "smc91c111"
OBJECT_DECLARE_SIMPLE_TYPE(smc91c111_state, SMC91C111)
@@ -289,7 +295,7 @@ static void smc91c111_do_tx(smc91c111_state *s)
*(p++) = 0x40;
len = *(p++);
len |= ((int)*(p++)) << 8;
- if (len > MAX_PACKET_SIZE) {
+ if (len < MIN_PACKET_SIZE || len > MAX_PACKET_SIZE) {
/*
* Datasheet doesn't say what to do here, and there is no
* relevant tx error condition listed. Log, and drop the packet.
@@ -300,7 +306,13 @@ static void smc91c111_do_tx(smc91c111_state *s)
smc91c111_complete_tx_packet(s, packetnum);
continue;
}
- len -= 6;
+ /*
+ * Convert from size of the data frame to number of bytes of
+ * actual packet data. Whether the "last data byte" field is
+ * included in the packet depends on the ODD bit in the control
+ * byte at the end of the frame.
+ */
+ len -= MIN_PACKET_SIZE;
control = p[len + 1];
if (control & 0x20)
len++;
--
2.47.3
^ permalink raw reply related [flat|nested] 45+ messages in thread
* [Stable-10.0.9 30/44] block/vmdk: fix OOB read in vmdk_read_extent()
2026-03-11 15:01 [Stable-10.0.9 00/44] Patch Round-up for stable 10.0.9, freeze on 2026-03-15 Michael Tokarev
` (28 preceding siblings ...)
2026-03-11 15:02 ` [Stable-10.0.9 29/44] hw/net/smc91c111: Don't allow negative-length packets Michael Tokarev
@ 2026-03-11 15:02 ` Michael Tokarev
2026-03-11 15:02 ` [Stable-10.0.9 31/44] block/curl: fix concurrent completion handling Michael Tokarev
` (13 subsequent siblings)
43 siblings, 0 replies; 45+ messages in thread
From: Michael Tokarev @ 2026-03-11 15:02 UTC (permalink / raw)
To: qemu-devel
Cc: qemu-stable, Halil Oktay (oblivionsage), Kevin Wolf,
Michael Tokarev
From: "Halil Oktay (oblivionsage)" <cookieandcream560@gmail.com>
Bounds check for marker.size doesn't account for the 12-byte marker
header, allowing zlib to read past the allocated buffer.
Move the check inside the has_marker block and subtract the marker size.
Fixes: CVE-2026-2243
Reported-by: Halil Oktay (oblivionsage) <cookieandcream560@gmail.com>
Signed-off-by: Halil Oktay (oblivionsage) <cookieandcream560@gmail.com>
Reviewed-by: Kevin Wolf <kwolf@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
(cherry picked from commit cfda94eddb6c9c49b66461c950b22845a46a75c9)
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
diff --git a/block/vmdk.c b/block/vmdk.c
index 5a53c4624a..ffdaf3c901 100644
--- a/block/vmdk.c
+++ b/block/vmdk.c
@@ -1949,10 +1949,10 @@ vmdk_read_extent(VmdkExtent *extent, int64_t cluster_offset,
marker = (VmdkGrainMarker *)cluster_buf;
compressed_data = marker->data;
data_len = le32_to_cpu(marker->size);
- }
- if (!data_len || data_len > buf_bytes) {
- ret = -EINVAL;
- goto out;
+ if (!data_len || data_len > buf_bytes - sizeof(VmdkGrainMarker)) {
+ ret = -EINVAL;
+ goto out;
+ }
}
ret = uncompress(uncomp_buf, &buf_len, compressed_data, data_len);
if (ret != Z_OK) {
--
2.47.3
^ permalink raw reply related [flat|nested] 45+ messages in thread
* [Stable-10.0.9 31/44] block/curl: fix concurrent completion handling
2026-03-11 15:01 [Stable-10.0.9 00/44] Patch Round-up for stable 10.0.9, freeze on 2026-03-15 Michael Tokarev
` (29 preceding siblings ...)
2026-03-11 15:02 ` [Stable-10.0.9 30/44] block/vmdk: fix OOB read in vmdk_read_extent() Michael Tokarev
@ 2026-03-11 15:02 ` Michael Tokarev
2026-03-11 15:02 ` [Stable-10.0.9 32/44] mirror: Fix missed dirty bitmap writes during startup Michael Tokarev
` (12 subsequent siblings)
43 siblings, 0 replies; 45+ messages in thread
From: Michael Tokarev @ 2026-03-11 15:02 UTC (permalink / raw)
To: qemu-devel; +Cc: qemu-stable, Antoine Damhet, Kevin Wolf, Michael Tokarev
From: Antoine Damhet <adamhet@scaleway.com>
curl_multi_check_completion would bail upon the first completed
transfer even if more completion messages were available thus leaving
some in flight IOs stuck.
Rework a bit the loop to make the iterations clearer and drop the breaks.
The original hang can be somewhat reproduced with the following command:
$ qemu-img convert -p -m 16 -O qcow2 -c --image-opts \
'file.driver=https,file.url=https://scaleway.testdebit.info/10G.iso,file.readahead=1M' \
/tmp/test.qcow2
Fixes: 1f2cead32443 ("curl: Ensure all informationals are checked for completion")
Cc: qemu-stable@nongnu.org
Signed-off-by: Antoine Damhet <adamhet@scaleway.com>
Message-ID: <20260212162730.440855-2-adamhet@scaleway.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
(cherry picked from commit 6f7b0a23a6ea0cc72ad222ab37936248d99d4256)
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
diff --git a/block/curl.c b/block/curl.c
index 96498aac1d..dabd2a905e 100644
--- a/block/curl.c
+++ b/block/curl.c
@@ -324,17 +324,11 @@ curl_find_buf(BDRVCURLState *s, uint64_t start, uint64_t len, CURLAIOCB *acb)
static void curl_multi_check_completion(BDRVCURLState *s)
{
int msgs_in_queue;
+ CURLMsg *msg;
/* Try to find done transfers, so we can free the easy
* handle again. */
- for (;;) {
- CURLMsg *msg;
- msg = curl_multi_info_read(s->multi, &msgs_in_queue);
-
- /* Quit when there are no more completions */
- if (!msg)
- break;
-
+ while ((msg = curl_multi_info_read(s->multi, &msgs_in_queue))) {
if (msg->msg == CURLMSG_DONE) {
int i;
CURLState *state = NULL;
@@ -397,7 +391,6 @@ static void curl_multi_check_completion(BDRVCURLState *s)
}
curl_clean_state(state);
- break;
}
}
}
--
2.47.3
^ permalink raw reply related [flat|nested] 45+ messages in thread
* [Stable-10.0.9 32/44] mirror: Fix missed dirty bitmap writes during startup
2026-03-11 15:01 [Stable-10.0.9 00/44] Patch Round-up for stable 10.0.9, freeze on 2026-03-15 Michael Tokarev
` (30 preceding siblings ...)
2026-03-11 15:02 ` [Stable-10.0.9 31/44] block/curl: fix concurrent completion handling Michael Tokarev
@ 2026-03-11 15:02 ` Michael Tokarev
2026-03-11 15:02 ` [Stable-10.0.9 33/44] block/throttle-groups: fix deadlock with iolimits and muliple iothreads Michael Tokarev
` (11 subsequent siblings)
43 siblings, 0 replies; 45+ messages in thread
From: Michael Tokarev @ 2026-03-11 15:02 UTC (permalink / raw)
To: qemu-devel
Cc: qemu-stable, Kevin Wolf, Fiona Ebner, Jean-Louis Dupond,
Michael Tokarev
From: Kevin Wolf <kwolf@redhat.com>
Currently, mirror disables the block layer's dirty bitmap before its own
replacement is working. This means that during startup, there is a
window in which the allocation status of blocks in the source has
already been checked, but new writes coming in aren't tracked yet,
resulting in a corrupted copy:
1. Dirty bitmap is disabled in mirror_start_job()
2. Some request are started in mirror_top_bs while s->job == NULL
3. mirror_dirty_init() -> bdrv_co_is_allocated_above() runs and because
the request hasn't completed yet, the block isn't allocated
4. The request completes, still sees s->job == NULL and skips the
bitmap, and nothing else will mark it dirty either
One ingredient is that mirror_top_opaque->job is only set after the
job is fully initialized. For the rationale, see commit 32125b1460
("mirror: Fix access of uninitialised fields during start").
Fix this by giving mirror_top_bs access to dirty_bitmap and enabling it
to track writes from the beginning. Disabling the block layer's tracking
and enabling the mirror_top_bs one happens in a drained section, so
there is no danger of races with in-flight requests any more. All of
this happens well before the block allocation status is checked, so we
can be sure that no writes will be missed.
Cc: qemu-stable@nongnu.org
Closes: https://gitlab.com/qemu-project/qemu/-/issues/3273
Fixes: 32125b14606a ('mirror: Fix access of uninitialised fields during start')
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Message-ID: <20260219202446.312493-1-kwolf@redhat.com>
Reviewed-by: Fiona Ebner <f.ebner@proxmox.com>
Tested-by: Jean-Louis Dupond <jean-louis@dupond.be>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
(cherry picked from commit 0f51f9c3420b31bb383e456dd7bf24d3056eeb73)
(Mjt: context fix in block/mirror.c:mirror_start_job() - bdrv_graph_wrlock_drained() is not in 10.0)
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
diff --git a/block/mirror.c b/block/mirror.c
index a53582f17b..db2af08050 100644
--- a/block/mirror.c
+++ b/block/mirror.c
@@ -98,6 +98,7 @@ typedef struct MirrorBlockJob {
typedef struct MirrorBDSOpaque {
MirrorBlockJob *job;
+ BdrvDirtyBitmap *dirty_bitmap;
bool stop;
bool is_commit;
} MirrorBDSOpaque;
@@ -1557,9 +1558,11 @@ bdrv_mirror_top_do_write(BlockDriverState *bs, MirrorMethod method,
abort();
}
- if (!copy_to_target && s->job && s->job->dirty_bitmap) {
- qatomic_set(&s->job->actively_synced, false);
- bdrv_set_dirty_bitmap(s->job->dirty_bitmap, offset, bytes);
+ if (!copy_to_target) {
+ if (s->job) {
+ qatomic_set(&s->job->actively_synced, false);
+ }
+ bdrv_set_dirty_bitmap(s->dirty_bitmap, offset, bytes);
}
if (ret < 0) {
@@ -1785,13 +1788,35 @@ static BlockJob *mirror_start_job(
bdrv_drained_begin(bs);
ret = bdrv_append(mirror_top_bs, bs, errp);
- bdrv_drained_end(bs);
-
if (ret < 0) {
+ bdrv_drained_end(bs);
+ bdrv_unref(mirror_top_bs);
+ return NULL;
+ }
+
+ bs_opaque->dirty_bitmap = bdrv_create_dirty_bitmap(mirror_top_bs,
+ granularity,
+ NULL, errp);
+ if (!bs_opaque->dirty_bitmap) {
+ bdrv_drained_end(bs);
bdrv_unref(mirror_top_bs);
return NULL;
}
+ /*
+ * The mirror job doesn't use the block layer's dirty tracking because it
+ * needs to be able to switch seemlessly between background copy mode (which
+ * does need dirty tracking) and write blocking mode (which doesn't) and
+ * doing that would require draining the node. Instead, mirror_top_bs takes
+ * care of updating the dirty bitmap as appropriate.
+ *
+ * Note that write blocking mode only becomes effective after mirror_run()
+ * sets mirror_top_opaque->job (see should_copy_to_target()). Until then,
+ * we're still in background copy mode irrespective of @copy_mode.
+ */
+ bdrv_disable_dirty_bitmap(bs_opaque->dirty_bitmap);
+ bdrv_drained_end(bs);
+
/* Make sure that the source is not resized while the job is running */
s = block_job_create(job_id, driver, NULL, mirror_top_bs,
BLK_PERM_CONSISTENT_READ,
@@ -1886,24 +1911,13 @@ static BlockJob *mirror_start_job(
s->base_overlay = bdrv_find_overlay(bs, base);
s->granularity = granularity;
s->buf_size = ROUND_UP(buf_size, granularity);
+ s->dirty_bitmap = bs_opaque->dirty_bitmap;
s->unmap = unmap;
if (auto_complete) {
s->should_complete = true;
}
bdrv_graph_rdunlock_main_loop();
- s->dirty_bitmap = bdrv_create_dirty_bitmap(s->mirror_top_bs, granularity,
- NULL, errp);
- if (!s->dirty_bitmap) {
- goto fail;
- }
-
- /*
- * The dirty bitmap is set by bdrv_mirror_top_do_write() when not in active
- * mode.
- */
- bdrv_disable_dirty_bitmap(s->dirty_bitmap);
-
bdrv_graph_wrlock();
ret = block_job_add_bdrv(&s->common, "source", bs, 0,
BLK_PERM_WRITE_UNCHANGED | BLK_PERM_WRITE |
@@ -1983,9 +1997,6 @@ fail:
g_free(s->replaces);
blk_unref(s->target);
bs_opaque->job = NULL;
- if (s->dirty_bitmap) {
- bdrv_release_dirty_bitmap(s->dirty_bitmap);
- }
job_early_fail(&s->common.job);
}
@@ -1999,6 +2010,7 @@ fail:
bdrv_graph_wrunlock();
bdrv_drained_end(bs);
+ bdrv_release_dirty_bitmap(bs_opaque->dirty_bitmap);
bdrv_unref(mirror_top_bs);
return NULL;
--
2.47.3
^ permalink raw reply related [flat|nested] 45+ messages in thread
* [Stable-10.0.9 33/44] block/throttle-groups: fix deadlock with iolimits and muliple iothreads
2026-03-11 15:01 [Stable-10.0.9 00/44] Patch Round-up for stable 10.0.9, freeze on 2026-03-15 Michael Tokarev
` (31 preceding siblings ...)
2026-03-11 15:02 ` [Stable-10.0.9 32/44] mirror: Fix missed dirty bitmap writes during startup Michael Tokarev
@ 2026-03-11 15:02 ` Michael Tokarev
2026-03-11 15:02 ` [Stable-10.0.9 34/44] block: Never drop BLOCK_IO_ERROR with action=stop for rate limiting Michael Tokarev
` (10 subsequent siblings)
43 siblings, 0 replies; 45+ messages in thread
From: Michael Tokarev @ 2026-03-11 15:02 UTC (permalink / raw)
To: qemu-devel
Cc: qemu-stable, Dmitry Guryanov, Hanna Czenczek, Kevin Wolf,
Michael Tokarev
From: Dmitry Guryanov <dmitry.guryanov@gmail.com>
Details: https://gitlab.com/qemu-project/qemu/-/issues/3144
The function schedule_next_request is called with tg->lock held and
it may call throttle_group_co_restart_queue, which takes
tgm->throttled_reqs_lock, qemu_co_mutex_lock may leave current
coroutine if other iothread has taken the lock. If the next
coroutine will call throttle_group_co_io_limits_intercept - it
will try to take the mutex tg->lock which will never be released.
Here is the backtrace of the iothread:
Thread 30 (Thread 0x7f8aad1fd6c0 (LWP 24240) "IO iothread2"):
#0 futex_wait (futex_word=0x5611adb7d828, expected=2, private=0) at ../sysdeps/nptl/futex-internal.h:146
#1 __GI___lll_lock_wait (futex=futex@entry=0x5611adb7d828, private=0) at lowlevellock.c:49
#2 0x00007f8ab5a97501 in lll_mutex_lock_optimized (mutex=0x5611adb7d828) at pthread_mutex_lock.c:48
#3 ___pthread_mutex_lock (mutex=0x5611adb7d828) at pthread_mutex_lock.c:93
#4 0x00005611823f5482 in qemu_mutex_lock_impl (mutex=0x5611adb7d828, file=0x56118289daca "../block/throttle-groups.c", line=372) at ../util/qemu-thread-posix.c:94
#5 0x00005611822b0b39 in throttle_group_co_io_limits_intercept (tgm=0x5611af1bb4d8, bytes=4096, direction=THROTTLE_READ) at ../block/throttle-groups.c:372
#6 0x00005611822473b1 in blk_co_do_preadv_part (blk=0x5611af1bb490, offset=15972311040, bytes=4096, qiov=0x7f8aa4000f98, qiov_offset=0, flags=BDRV_REQ_REGISTERED_BUF) at ../block/block-backend.c:1354
#7 0x0000561182247fa0 in blk_aio_read_entry (opaque=0x7f8aa4005910) at ../block/block-backend.c:1619
#8 0x000056118241952e in coroutine_trampoline (i0=-1543497424, i1=32650) at ../util/coroutine-ucontext.c:175
#9 0x00007f8ab5a56f70 in ?? () at ../sysdeps/unix/sysv/linux/x86_64/__start_context.S:66 from target:/lib64/libc.so.6
#10 0x00007f8aad1ef190 in ?? ()
#11 0x0000000000000000 in ?? ()
The lock is taken in line 386:
(gdb) p tg.lock
$1 = {lock = {__data = {__lock = 2, __count = 0, __owner = 24240, __nusers = 1, __kind = 0, __spins = 0, __elision = 0, __list = {__prev = 0x0, __next = 0x0}},
__size = "\002\000\000\000\000\000\000\000\260^\000\000\001", '\000' <repeats 26 times>, __align = 2}, file = 0x56118289daca "../block/throttle-groups.c",
line = 386, initialized = true}
The solution is to use tg->lock to protect both ThreadGroup fields and
ThrottleGroupMember.throttled_reqs. It doesn't seem to be possible
to use separate locks because we need to first manipulate ThrottleGroup
fields, then schedule next coroutine using throttled_reqs and after than
update token field from ThrottleGroup depending on the throttled_reqs
state.
Signed-off-by: Dmitry Guryanov <dmitry.guryanov@gmail.com>
Message-ID: <20251208085528.890098-1-dmitry.guryanov@gmail.com>
Reviewed-by: Hanna Czenczek <hreitz@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
(cherry picked from commit d4816177654d59e26ce212c436513f01842eb410)
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
diff --git a/block/throttle-groups.c b/block/throttle-groups.c
index 32553b39e3..4385748bbf 100644
--- a/block/throttle-groups.c
+++ b/block/throttle-groups.c
@@ -295,19 +295,15 @@ static bool throttle_group_schedule_timer(ThrottleGroupMember *tgm,
/* Start the next pending I/O request for a ThrottleGroupMember. Return whether
* any request was actually pending.
*
+ * This assumes that tg->lock is held.
+ *
* @tgm: the current ThrottleGroupMember
* @direction: the ThrottleDirection
*/
static bool coroutine_fn throttle_group_co_restart_queue(ThrottleGroupMember *tgm,
ThrottleDirection direction)
{
- bool ret;
-
- qemu_co_mutex_lock(&tgm->throttled_reqs_lock);
- ret = qemu_co_queue_next(&tgm->throttled_reqs[direction]);
- qemu_co_mutex_unlock(&tgm->throttled_reqs_lock);
-
- return ret;
+ return qemu_co_queue_next(&tgm->throttled_reqs[direction]);
}
/* Look for the next pending I/O request and schedule it.
@@ -378,12 +374,8 @@ void coroutine_fn throttle_group_co_io_limits_intercept(ThrottleGroupMember *tgm
/* Wait if there's a timer set or queued requests of this type */
if (must_wait || tgm->pending_reqs[direction]) {
tgm->pending_reqs[direction]++;
- qemu_mutex_unlock(&tg->lock);
- qemu_co_mutex_lock(&tgm->throttled_reqs_lock);
qemu_co_queue_wait(&tgm->throttled_reqs[direction],
- &tgm->throttled_reqs_lock);
- qemu_co_mutex_unlock(&tgm->throttled_reqs_lock);
- qemu_mutex_lock(&tg->lock);
+ &tg->lock);
tgm->pending_reqs[direction]--;
}
@@ -410,15 +402,15 @@ static void coroutine_fn throttle_group_restart_queue_entry(void *opaque)
ThrottleDirection direction = data->direction;
bool empty_queue;
+ qemu_mutex_lock(&tg->lock);
empty_queue = !throttle_group_co_restart_queue(tgm, direction);
/* If the request queue was empty then we have to take care of
* scheduling the next one */
if (empty_queue) {
- qemu_mutex_lock(&tg->lock);
schedule_next_request(tgm, direction);
- qemu_mutex_unlock(&tg->lock);
}
+ qemu_mutex_unlock(&tg->lock);
g_free(data);
@@ -569,7 +561,6 @@ void throttle_group_register_tgm(ThrottleGroupMember *tgm,
read_timer_cb,
write_timer_cb,
tgm);
- qemu_co_mutex_init(&tgm->throttled_reqs_lock);
}
/* Unregister a ThrottleGroupMember from its group, removing it from the list,
diff --git a/include/block/throttle-groups.h b/include/block/throttle-groups.h
index 2355e8d9de..7dfc81f7b5 100644
--- a/include/block/throttle-groups.h
+++ b/include/block/throttle-groups.h
@@ -35,8 +35,7 @@
typedef struct ThrottleGroupMember {
AioContext *aio_context;
- /* throttled_reqs_lock protects the CoQueues for throttled requests. */
- CoMutex throttled_reqs_lock;
+ /* Protected by ThrottleGroup.lock */
CoQueue throttled_reqs[THROTTLE_MAX];
/* Nonzero if the I/O limits are currently being ignored; generally
--
2.47.3
^ permalink raw reply related [flat|nested] 45+ messages in thread
* [Stable-10.0.9 34/44] block: Never drop BLOCK_IO_ERROR with action=stop for rate limiting
2026-03-11 15:01 [Stable-10.0.9 00/44] Patch Round-up for stable 10.0.9, freeze on 2026-03-15 Michael Tokarev
` (32 preceding siblings ...)
2026-03-11 15:02 ` [Stable-10.0.9 33/44] block/throttle-groups: fix deadlock with iolimits and muliple iothreads Michael Tokarev
@ 2026-03-11 15:02 ` Michael Tokarev
2026-03-11 15:02 ` [Stable-10.0.9 35/44] block/nfs: Do not enter coroutine from CB Michael Tokarev
` (9 subsequent siblings)
43 siblings, 0 replies; 45+ messages in thread
From: Michael Tokarev @ 2026-03-11 15:02 UTC (permalink / raw)
To: qemu-devel; +Cc: qemu-stable, Kevin Wolf, Michael Tokarev
From: Kevin Wolf <kwolf@redhat.com>
Commit 2155d2dd introduced rate limiting for BLOCK_IO_ERROR to emit an
event only once a second. This makes sense for cases in which the guest
keeps running and can submit more requests that would possibly also fail
because there is a problem with the backend.
However, if the error policy is configured so that the VM is stopped on
errors, this is both unnecessary because stopping the VM means that the
guest can't issue more requests and in fact harmful because stopping the
VM is an important state change that management tools need to keep track
of even if it happens more than once in a given second. If an event is
dropped, the management tool would see a VM randomly going to paused
state without an associated error, so it has a hard time deciding how to
handle the situation.
This patch disables rate limiting for action=stop by not relying on the
event type alone any more in monitor_qapi_event_queue_no_reenter(), but
checking action for BLOCK_IO_ERROR, too. If the error is reported to the
guest or ignored, the rate limiting stays in place.
Fixes: 2155d2dd7f73 ('block-backend: per-device throttling of BLOCK_IO_ERROR reports')
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Message-ID: <20260304122800.51923-1-kwolf@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
(cherry picked from commit 544ddbb6373d61292a0e2dc269809cd6bd5edec6)
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
diff --git a/monitor/monitor.c b/monitor/monitor.c
index c5a5d30877..ae7cf64de0 100644
--- a/monitor/monitor.c
+++ b/monitor/monitor.c
@@ -363,14 +363,33 @@ monitor_qapi_event_queue_no_reenter(QAPIEvent event, QDict *qdict)
{
MonitorQAPIEventConf *evconf;
MonitorQAPIEventState *evstate;
+ bool throttled;
assert(event < QAPI_EVENT__MAX);
evconf = &monitor_qapi_event_conf[event];
trace_monitor_protocol_event_queue(event, qdict, evconf->rate);
+ throttled = evconf->rate;
+
+ /*
+ * Rate limit BLOCK_IO_ERROR only for action != "stop".
+ *
+ * If the VM is stopped after an I/O error, this is important information
+ * for the management tool to keep track of the state of QEMU and we can't
+ * merge any events. At the same time, stopping the VM means that the guest
+ * can't send additional requests and the number of events is already
+ * limited, so we can do without rate limiting.
+ */
+ if (event == QAPI_EVENT_BLOCK_IO_ERROR) {
+ QDict *data = qobject_to(QDict, qdict_get(qdict, "data"));
+ const char *action = qdict_get_str(data, "action");
+ if (!strcmp(action, "stop")) {
+ throttled = false;
+ }
+ }
QEMU_LOCK_GUARD(&monitor_lock);
- if (!evconf->rate) {
+ if (!throttled) {
/* Unthrottled event */
monitor_qapi_event_emit(event, qdict);
} else {
diff --git a/qapi/block-core.json b/qapi/block-core.json
index 807efd27fd..65031a86b5 100644
--- a/qapi/block-core.json
+++ b/qapi/block-core.json
@@ -5660,7 +5660,7 @@
# .. note:: If action is "stop", a STOP event will eventually follow
# the BLOCK_IO_ERROR event.
#
-# .. note:: This event is rate-limited.
+# .. note:: This event is rate-limited, except if action is "stop".
#
# Since: 0.13
#
--
2.47.3
^ permalink raw reply related [flat|nested] 45+ messages in thread
* [Stable-10.0.9 35/44] block/nfs: Do not enter coroutine from CB
2026-03-11 15:01 [Stable-10.0.9 00/44] Patch Round-up for stable 10.0.9, freeze on 2026-03-15 Michael Tokarev
` (33 preceding siblings ...)
2026-03-11 15:02 ` [Stable-10.0.9 34/44] block: Never drop BLOCK_IO_ERROR with action=stop for rate limiting Michael Tokarev
@ 2026-03-11 15:02 ` Michael Tokarev
2026-03-11 15:02 ` [Stable-10.0.9 36/44] virtio-gpu: Ensure BHs are invoked only from main-loop thread Michael Tokarev
` (8 subsequent siblings)
43 siblings, 0 replies; 45+ messages in thread
From: Michael Tokarev @ 2026-03-11 15:02 UTC (permalink / raw)
To: qemu-devel; +Cc: qemu-stable, Hanna Czenczek, Kevin Wolf, Michael Tokarev
From: Hanna Czenczek <hreitz@redhat.com>
The reasoning I gave for why it would be safe to call aio_co_wake()
despite holding the mutex was wrong: It is true that the current request
will not re-acquire the mutex, but a subsequent request in the same
coroutine can. Because the mutex is a non-coroutine mutex, this will
result in a deadlock.
Therefore, we must either not enter the coroutine here (only scheduling
it), or release the mutex around aio_co_wake(). I opt for the former,
as it is the behavior prior to the offending commit, and so seems safe
to do.
Fixes: deb35c129b859b9bec70fd42f856a0b7c1dc6e61
Fixes: aa2ec06680b1924980a177e98502494293e4e9d9 in 10.0.7
("nfs: Run co BH CB in the coroutine’s AioContext")
Buglink: https://gitlab.com/qemu-project/qemu/-/issues/2622#note_2965097035
Cc: qemu-stable@nongnu.org
Signed-off-by: Hanna Czenczek <hreitz@redhat.com>
Message-ID: <20260102153246.154207-1-hreitz@redhat.com>
Reviewed-by: Kevin Wolf <kwolf@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
(cherry picked from commit 1d6610099bd7fc159626a38e60a3c84343ff67f7)
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
diff --git a/block/nfs.c b/block/nfs.c
index 1d3a34a30c..b78f4f86e8 100644
--- a/block/nfs.c
+++ b/block/nfs.c
@@ -249,14 +249,15 @@ nfs_co_generic_cb(int ret, struct nfs_context *nfs, void *data,
}
/*
- * Safe to call: nfs_service(), which called us, is only run from the FD
- * handlers, never from the request coroutine. The request coroutine in
- * turn will yield unconditionally.
- * No need to release the lock, even if we directly enter the coroutine, as
- * the lock is never re-taken after yielding. (Note: If we do enter the
- * coroutine, @task will probably be dangling once aio_co_wake() returns.)
+ * Using aio_co_wake() here could re-enter the coroutine directly, while we
+ * still hold the mutex. The current request will not attempt to re-take
+ * the mutex, so that is fine; but if the same coroutine then goes on to
+ * submit another request, that new request will try to re-take the mutex,
+ * resulting in a deadlock.
+ * To prevent that, only schedule the coroutine so it will be entered later,
+ * with the mutex released.
*/
- aio_co_wake(task->co);
+ aio_co_schedule(qemu_coroutine_get_aio_context(task->co), task->co);
}
static int coroutine_fn nfs_co_preadv(BlockDriverState *bs, int64_t offset,
@@ -716,8 +717,8 @@ nfs_get_allocated_file_size_cb(int ret, struct nfs_context *nfs, void *data,
if (task->ret < 0) {
error_report("NFS Error: %s", nfs_get_error(nfs));
}
- /* Safe to call, see nfs_co_generic_cb() */
- aio_co_wake(task->co);
+ /* Must not use aio_co_wake(), see nfs_co_generic_cb() */
+ aio_co_schedule(qemu_coroutine_get_aio_context(task->co), task->co);
}
static int64_t coroutine_fn nfs_co_get_allocated_file_size(BlockDriverState *bs)
--
2.47.3
^ permalink raw reply related [flat|nested] 45+ messages in thread
* [Stable-10.0.9 36/44] virtio-gpu: Ensure BHs are invoked only from main-loop thread
2026-03-11 15:01 [Stable-10.0.9 00/44] Patch Round-up for stable 10.0.9, freeze on 2026-03-15 Michael Tokarev
` (34 preceding siblings ...)
2026-03-11 15:02 ` [Stable-10.0.9 35/44] block/nfs: Do not enter coroutine from CB Michael Tokarev
@ 2026-03-11 15:02 ` Michael Tokarev
2026-03-11 15:02 ` [Stable-10.0.9 37/44] hw/net/xilinx_ethlite: Check for oversized TX packets Michael Tokarev
` (7 subsequent siblings)
43 siblings, 0 replies; 45+ messages in thread
From: Michael Tokarev @ 2026-03-11 15:02 UTC (permalink / raw)
To: qemu-devel
Cc: qemu-stable, Dmitry Osipenko, Alex Bennée, Michael Tokarev
From: Dmitry Osipenko <dmitry.osipenko@collabora.com>
QEMU's display GL core is tied to main-loop thread and virtio-gpu
interacts with display while processing GPU commands. Virtio-gpu BHs
work in generic AIO context that can be invoked on vCPU thread, while
GL and UI toolkits are bound to the main-loop thread.
Make virtio-gpu BHs use iohandler AIO context that is handled in a
main-loop thread only.
0 SDL_GL_MakeCurrent() (libSDL3)
1 SDL_GL_MakeCurrent_REAL() (libSDL2)
2 sdl2_gl_make_context_current() (ui/sdl2-gl.c:201)
3 make_current() (virglrenderer.c:639)
4 vrend_finish_context_switch() (vrend_renderer.c:11630)
5 vrend_hw_switch_context() (vrend_renderer.c:11613)
6 vrend_renderer_force_ctx_0() (vrend_renderer.c:12986)
7 virgl_renderer_force_ctx_0() (virglrenderer.c:460)
8 virtio_gpu_virgl_process_cmd() (virtio-gpu-virgl.c:1013)
9 virtio_gpu_process_cmdq() (virtio-gpu.c:1050)
10 virtio_gpu_gl_handle_ctrl() (virtio-gpu-gl.c:86)
11 aio_bh_poll() (util/async.c)
12 aio_poll() (util/aio-posix.c)
13 blk_pwrite() (block/block-gen.c:1985)
14 pflash_update() (pflash_cfi01.c:396)
15 pflash_write() (pflash_cfi01.c:541)
16 memory_region_dispatch_write() (system/memory.c:1554)
17 flatview_write() (system/physmem.c:3333)
18 address_space_write() (system/physmem.c:3453)
19 kvm_cpu_exec() (accel/kvm/kall-all.c:3248)
20 kvm_vcpu_thread_fn() (accel/kvm/kaccel-ops.c:53)
Cc: qemu-stable@nongnu.org
Signed-off-by: Dmitry Osipenko <dmitry.osipenko@collabora.com>
Message-ID: <20260303151422.977399-8-dmitry.osipenko@collabora.com>
Message-ID: <20260304165043.1437519-10-alex.bennee@linaro.org>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
(cherry picked from commit 235f9b36383e4cc7a790bca51eddbe38edd5438c)
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
diff --git a/hw/display/virtio-gpu-virgl.c b/hw/display/virtio-gpu-virgl.c
index 362828f54e..a65fca9c62 100644
--- a/hw/display/virtio-gpu-virgl.c
+++ b/hw/display/virtio-gpu-virgl.c
@@ -1199,9 +1199,9 @@ int virtio_gpu_virgl_init(VirtIOGPU *g)
}
#if VIRGL_VERSION_MAJOR >= 1
- gl->cmdq_resume_bh = aio_bh_new(qemu_get_aio_context(),
- virtio_gpu_virgl_resume_cmdq_bh,
- g);
+ gl->cmdq_resume_bh = virtio_bh_io_new_guarded(DEVICE(g),
+ virtio_gpu_virgl_resume_cmdq_bh,
+ g);
#endif
return 0;
diff --git a/hw/display/virtio-gpu.c b/hw/display/virtio-gpu.c
index 11a7a85750..7ab5221fbc 100644
--- a/hw/display/virtio-gpu.c
+++ b/hw/display/virtio-gpu.c
@@ -1514,9 +1514,9 @@ void virtio_gpu_device_realize(DeviceState *qdev, Error **errp)
g->ctrl_vq = virtio_get_queue(vdev, 0);
g->cursor_vq = virtio_get_queue(vdev, 1);
- g->ctrl_bh = virtio_bh_new_guarded(qdev, virtio_gpu_ctrl_bh, g);
- g->cursor_bh = virtio_bh_new_guarded(qdev, virtio_gpu_cursor_bh, g);
- g->reset_bh = qemu_bh_new(virtio_gpu_reset_bh, g);
+ g->ctrl_bh = virtio_bh_io_new_guarded(qdev, virtio_gpu_ctrl_bh, g);
+ g->cursor_bh = virtio_bh_io_new_guarded(qdev, virtio_gpu_cursor_bh, g);
+ g->reset_bh = virtio_bh_io_new_guarded(qdev, virtio_gpu_reset_bh, g);
qemu_cond_init(&g->reset_cond);
QTAILQ_INIT(&g->reslist);
QTAILQ_INIT(&g->cmdq);
diff --git a/hw/virtio/virtio.c b/hw/virtio/virtio.c
index b756f49867..34ef7b86d9 100644
--- a/hw/virtio/virtio.c
+++ b/hw/virtio/virtio.c
@@ -4403,3 +4403,13 @@ QEMUBH *virtio_bh_new_guarded_full(DeviceState *dev,
return qemu_bh_new_full(cb, opaque, name,
&transport->mem_reentrancy_guard);
}
+
+QEMUBH *virtio_bh_io_new_guarded_full(DeviceState *dev,
+ QEMUBHFunc *cb, void *opaque,
+ const char *name)
+{
+ DeviceState *transport = qdev_get_parent_bus(dev)->parent;
+
+ return aio_bh_new_full(iohandler_get_aio_context(), cb, opaque, name,
+ &transport->mem_reentrancy_guard);
+}
diff --git a/include/hw/virtio/virtio.h b/include/hw/virtio/virtio.h
index 14c2afed33..d6c9fdf0e0 100644
--- a/include/hw/virtio/virtio.h
+++ b/include/hw/virtio/virtio.h
@@ -543,4 +543,14 @@ QEMUBH *virtio_bh_new_guarded_full(DeviceState *dev,
#define virtio_bh_new_guarded(dev, cb, opaque) \
virtio_bh_new_guarded_full((dev), (cb), (opaque), (stringify(cb)))
+/*
+ * The "_io" variant runs BH only on a main-loop thread, while generic BH
+ * may run on a vCPU thread.
+ */
+QEMUBH *virtio_bh_io_new_guarded_full(DeviceState *dev,
+ QEMUBHFunc *cb, void *opaque,
+ const char *name);
+#define virtio_bh_io_new_guarded(dev, cb, opaque) \
+ virtio_bh_io_new_guarded_full((dev), (cb), (opaque), (stringify(cb)))
+
#endif
--
2.47.3
^ permalink raw reply related [flat|nested] 45+ messages in thread
* [Stable-10.0.9 37/44] hw/net/xilinx_ethlite: Check for oversized TX packets
2026-03-11 15:01 [Stable-10.0.9 00/44] Patch Round-up for stable 10.0.9, freeze on 2026-03-15 Michael Tokarev
` (35 preceding siblings ...)
2026-03-11 15:02 ` [Stable-10.0.9 36/44] virtio-gpu: Ensure BHs are invoked only from main-loop thread Michael Tokarev
@ 2026-03-11 15:02 ` Michael Tokarev
2026-03-11 15:02 ` [Stable-10.0.9 38/44] linux-user: Deal with mmap where start > reserved_va Michael Tokarev
` (6 subsequent siblings)
43 siblings, 0 replies; 45+ messages in thread
From: Michael Tokarev @ 2026-03-11 15:02 UTC (permalink / raw)
To: qemu-devel
Cc: qemu-stable, Peter Maydell, Alistair Francis, Edgar E. Iglesias,
Philippe Mathieu-Daudé, Michael Tokarev
From: Peter Maydell <peter.maydell@linaro.org>
The xilinx_ethlite network device wasn't checking that the TX packet
size set by the guest was within the size of its dual port RAM, with
the effect that the guest could get it to read off the end of the RAM
block.
Check the length. There is no provision in this very simple device
for reporting errors, so as with various RX errors we just report via
tracepoint.
This lack of length check has been present since the device was first
introduced, though the code implementing the tx path has changed
somewhat since then.
Cc: qemu-stable@nongnu.org
Resolves: https://gitlab.com/qemu-project/qemu/-/issues/3317
Fixes: b43848a1005ce ("xilinx: Add ethlite emulation")
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Alistair Francis <alistair.francis@wdc.com>
Reviewed-by: Edgar E. Iglesias <edgar.iglesias@amd.com>
Message-ID: <20260303172718.437015-1-peter.maydell@linaro.org>
[PMD: renamed size -> tx_size to avoid shadow=compatible-local error]
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
(cherry picked from commit 6595a8d5d17ea1716ddafb34455ec2b29381e232)
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
diff --git a/hw/net/trace-events b/hw/net/trace-events
index 72b69c4a8b..698290fe79 100644
--- a/hw/net/trace-events
+++ b/hw/net/trace-events
@@ -517,3 +517,4 @@ xen_netdev_rx(int dev, int idx, int status, int flags) "vif%u idx %d status %d f
# xilinx_ethlite.c
ethlite_pkt_lost(uint32_t rx_ctrl) "rx_ctrl:0x%" PRIx32
ethlite_pkt_size_too_big(uint64_t size) "size:0x%" PRIx64
+ethlite_pkt_tx_size_too_big(uint64_t size) "size:0x%" PRIx64
diff --git a/hw/net/xilinx_ethlite.c b/hw/net/xilinx_ethlite.c
index 15d9b95aa8..b5a18f6ef7 100644
--- a/hw/net/xilinx_ethlite.c
+++ b/hw/net/xilinx_ethlite.c
@@ -162,9 +162,15 @@ static void port_tx_write(void *opaque, hwaddr addr, uint64_t value,
break;
case TX_CTRL:
if ((value & (CTRL_P | CTRL_S)) == CTRL_S) {
- qemu_send_packet(qemu_get_queue(s->nic),
- txbuf_ptr(s, port_index),
- s->port[port_index].reg.tx_len);
+ uint32_t tx_size = s->port[port_index].reg.tx_len;
+
+ if (tx_size >= BUFSZ_MAX) {
+ trace_ethlite_pkt_tx_size_too_big(tx_size);
+ } else {
+ qemu_send_packet(qemu_get_queue(s->nic),
+ txbuf_ptr(s, port_index),
+ tx_size);
+ }
if (s->port[port_index].reg.tx_ctrl & CTRL_I) {
eth_pulse_irq(s);
}
--
2.47.3
^ permalink raw reply related [flat|nested] 45+ messages in thread
* [Stable-10.0.9 38/44] linux-user: Deal with mmap where start > reserved_va
2026-03-11 15:01 [Stable-10.0.9 00/44] Patch Round-up for stable 10.0.9, freeze on 2026-03-15 Michael Tokarev
` (36 preceding siblings ...)
2026-03-11 15:02 ` [Stable-10.0.9 37/44] hw/net/xilinx_ethlite: Check for oversized TX packets Michael Tokarev
@ 2026-03-11 15:02 ` Michael Tokarev
2026-03-11 15:02 ` [Stable-10.0.9 39/44] bsd-user: " Michael Tokarev
` (5 subsequent siblings)
43 siblings, 0 replies; 45+ messages in thread
From: Michael Tokarev @ 2026-03-11 15:02 UTC (permalink / raw)
To: qemu-devel; +Cc: qemu-stable, Bingwu Zhang, Helge Deller, Michael Tokarev
From: Bingwu Zhang <xtex@astrafall.org>
Fixes: 4c13048e02d9 ("linux-user: Use page_find_range_empty for mmap_find_vma_reserved")
Resolves: https://gitlab.com/qemu-project/qemu/-/issues/3310
Signed-off-by: Bingwu Zhang <xtex@astrafall.org>
Reviewed-by: Helge Deller <deller@gmx.de>
Signed-off-by: Helge Deller <deller@gmx.de>
(cherry picked from commit f2813e13fe910e01127271a87177a477b9438bc6)
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
diff --git a/linux-user/mmap.c b/linux-user/mmap.c
index 568538d833..5622a01123 100644
--- a/linux-user/mmap.c
+++ b/linux-user/mmap.c
@@ -417,12 +417,15 @@ abi_ulong mmap_next_start;
static abi_ulong mmap_find_vma_reserved(abi_ulong start, abi_ulong size,
abi_ulong align)
{
- target_ulong ret;
+ target_ulong ret = -1;
- ret = page_find_range_empty(start, reserved_va, size, align);
+ if (start <= reserved_va) {
+ ret = page_find_range_empty(start, reserved_va, size, align);
+ }
if (ret == -1 && start > mmap_min_addr) {
/* Restart at the beginning of the address space. */
- ret = page_find_range_empty(mmap_min_addr, start - 1, size, align);
+ ret = page_find_range_empty(mmap_min_addr, MIN(start - 1, reserved_va),
+ size, align);
}
return ret;
--
2.47.3
^ permalink raw reply related [flat|nested] 45+ messages in thread
* [Stable-10.0.9 39/44] bsd-user: Deal with mmap where start > reserved_va
2026-03-11 15:01 [Stable-10.0.9 00/44] Patch Round-up for stable 10.0.9, freeze on 2026-03-15 Michael Tokarev
` (37 preceding siblings ...)
2026-03-11 15:02 ` [Stable-10.0.9 38/44] linux-user: Deal with mmap where start > reserved_va Michael Tokarev
@ 2026-03-11 15:02 ` Michael Tokarev
2026-03-11 15:02 ` [Stable-10.0.9 40/44] tests/tcg/multiarch/test-mmap: Check mmaps beyond reserved_va Michael Tokarev
` (4 subsequent siblings)
43 siblings, 0 replies; 45+ messages in thread
From: Michael Tokarev @ 2026-03-11 15:02 UTC (permalink / raw)
To: qemu-devel
Cc: qemu-stable, Bingwu Zhang, Helge Deller, Warner Losh,
Michael Tokarev
From: Bingwu Zhang <xtex@astrafall.org>
Fixes: f12294b5bd21 ("bsd-user: Use page_find_range_empty for mmap_find_vma_reserved")
Signed-off-by: Bingwu Zhang <xtex@astrafall.org>
Reviewed-by: Helge Deller <deller@gmx.de>
Reviewed-by: Warner Losh <imp@bsdimp.com>
Signed-off-by: Helge Deller <deller@gmx.de>
(cherry picked from commit e8e7d1f97785be2fd81fc520e0c7b9d228c10a56)
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
diff --git a/bsd-user/mmap.c b/bsd-user/mmap.c
index 3f0df79c37..00305463e6 100644
--- a/bsd-user/mmap.c
+++ b/bsd-user/mmap.c
@@ -257,12 +257,14 @@ abi_ulong mmap_next_start = TASK_UNMAPPED_BASE;
static abi_ulong mmap_find_vma_reserved(abi_ulong start, abi_ulong size,
abi_ulong alignment)
{
- abi_ulong ret;
+ abi_ulong ret = -1;
- ret = page_find_range_empty(start, reserved_va, size, alignment);
+ if (start <= reserved_va) {
+ ret = page_find_range_empty(start, reserved_va, size, alignment);
+ }
if (ret == -1 && start > TARGET_PAGE_SIZE) {
/* Restart at the beginning of the address space. */
- ret = page_find_range_empty(TARGET_PAGE_SIZE, start - 1,
+ ret = page_find_range_empty(TARGET_PAGE_SIZE, MIN(start - 1, reserved_va),
size, alignment);
}
--
2.47.3
^ permalink raw reply related [flat|nested] 45+ messages in thread
* [Stable-10.0.9 40/44] tests/tcg/multiarch/test-mmap: Check mmaps beyond reserved_va
2026-03-11 15:01 [Stable-10.0.9 00/44] Patch Round-up for stable 10.0.9, freeze on 2026-03-15 Michael Tokarev
` (38 preceding siblings ...)
2026-03-11 15:02 ` [Stable-10.0.9 39/44] bsd-user: " Michael Tokarev
@ 2026-03-11 15:02 ` Michael Tokarev
2026-03-11 15:02 ` [Stable-10.0.9 41/44] linux-user: fix TIOCGSID ioctl Michael Tokarev
` (3 subsequent siblings)
43 siblings, 0 replies; 45+ messages in thread
From: Michael Tokarev @ 2026-03-11 15:02 UTC (permalink / raw)
To: qemu-devel; +Cc: qemu-stable, Bingwu Zhang, Helge Deller, Michael Tokarev
From: Bingwu Zhang <xtex@astrafall.org>
Unfixed mmap calls where start > reserved_va or the max guest addr
should have a valid result.
Signed-off-by: Bingwu Zhang <xtex@astrafall.org>
Signed-off-by: Helge Deller <deller@gmx.de>
(cherry picked from commit c865b6bce5d0c882b86fb7c3512174cdaf235017)
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
diff --git a/tests/tcg/multiarch/test-mmap.c b/tests/tcg/multiarch/test-mmap.c
index e297f4b1e9..fd9055a90e 100644
--- a/tests/tcg/multiarch/test-mmap.c
+++ b/tests/tcg/multiarch/test-mmap.c
@@ -491,6 +491,20 @@ void check_shrink_mmaps(void)
munmap(c, 2 * pagesize);
}
+void check_mmaps_beyond_addr_space(void)
+{
+ unsigned char *addr;
+ addr = mmap((void *)(-(unsigned long)pagesize * 10), pagesize * 2,
+ PROT_READ, MAP_PRIVATE | MAP_ANONYMOUS, -1, 0);
+ fprintf(stdout, "%s addr=%p errno=%d", __func__, (void *)addr, errno);
+ fail_unless(addr != MAP_FAILED);
+
+ memcpy(dummybuf, addr, 2 * pagesize);
+ munmap(addr, 2 * pagesize);
+
+ fprintf(stdout, " passed\n");
+}
+
int main(int argc, char **argv)
{
char tempname[] = "/tmp/.cmmapXXXXXX";
@@ -534,6 +548,7 @@ int main(int argc, char **argv)
check_file_unfixed_eof_mmaps();
check_invalid_mmaps();
check_shrink_mmaps();
+ check_mmaps_beyond_addr_space();
/* Fails at the moment. */
/* check_aligned_anonymous_fixed_mmaps_collide_with_host(); */
--
2.47.3
^ permalink raw reply related [flat|nested] 45+ messages in thread
* [Stable-10.0.9 41/44] linux-user: fix TIOCGSID ioctl
2026-03-11 15:01 [Stable-10.0.9 00/44] Patch Round-up for stable 10.0.9, freeze on 2026-03-15 Michael Tokarev
` (39 preceding siblings ...)
2026-03-11 15:02 ` [Stable-10.0.9 40/44] tests/tcg/multiarch/test-mmap: Check mmaps beyond reserved_va Michael Tokarev
@ 2026-03-11 15:02 ` Michael Tokarev
2026-03-11 15:02 ` [Stable-10.0.9 42/44] hw/net/npcm_gmac: Catch accesses off the end of the register array Michael Tokarev
` (2 subsequent siblings)
43 siblings, 0 replies; 45+ messages in thread
From: Michael Tokarev @ 2026-03-11 15:02 UTC (permalink / raw)
To: qemu-devel; +Cc: qemu-stable, Andreas Schwab, Helge Deller, Michael Tokarev
From: Andreas Schwab <schwab@suse.de>
TIOCGSID is IOC_R, not IOC_W.
Signed-off-by: Andreas Schwab <schwab@suse.de>
Reviewed-by: Helge Deller <deller@gmx.de>
Signed-off-by: Helge Deller <deller@gmx.de>
(cherry picked from commit 6a1221614fd9344a22cafea78e48d6ded95f317d)
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
diff --git a/linux-user/ioctls.h b/linux-user/ioctls.h
index 6ecfe6306e..5b7d00e92f 100644
--- a/linux-user/ioctls.h
+++ b/linux-user/ioctls.h
@@ -26,7 +26,7 @@
IOCTL(TIOCSCTTY, 0, TYPE_INT)
IOCTL(TIOCGPGRP, IOC_R, MK_PTR(TYPE_INT))
IOCTL(TIOCSPGRP, IOC_W, MK_PTR(TYPE_INT))
- IOCTL(TIOCGSID, IOC_W, MK_PTR(TYPE_INT))
+ IOCTL(TIOCGSID, IOC_R, MK_PTR(TYPE_INT))
IOCTL(TIOCOUTQ, IOC_R, MK_PTR(TYPE_INT))
IOCTL(TIOCSTI, IOC_W, MK_PTR(TYPE_INT))
IOCTL(TIOCMGET, IOC_R, MK_PTR(TYPE_INT))
--
2.47.3
^ permalink raw reply related [flat|nested] 45+ messages in thread
* [Stable-10.0.9 42/44] hw/net/npcm_gmac: Catch accesses off the end of the register array
2026-03-11 15:01 [Stable-10.0.9 00/44] Patch Round-up for stable 10.0.9, freeze on 2026-03-15 Michael Tokarev
` (40 preceding siblings ...)
2026-03-11 15:02 ` [Stable-10.0.9 41/44] linux-user: fix TIOCGSID ioctl Michael Tokarev
@ 2026-03-11 15:02 ` Michael Tokarev
2026-03-11 15:02 ` [Stable-10.0.9 43/44] target/loongarch: Preserve PTE permission bits in LDPTE Michael Tokarev
2026-03-11 15:02 ` [Stable-10.0.9 44/44] fuse: Copy write buffer content before polling Michael Tokarev
43 siblings, 0 replies; 45+ messages in thread
From: Michael Tokarev @ 2026-03-11 15:02 UTC (permalink / raw)
To: qemu-devel
Cc: qemu-stable, Peter Maydell, Philippe Mathieu-Daudé,
Michael Tokarev
From: Peter Maydell <peter.maydell@linaro.org>
In the npcm_gmac device, we create the iomem MemoryRegion with
a size of 8KB, but NPCM_GMAC_NR_REGS is only 0x1060 / 4. This
means there's a range of offsets that the guest can access
that don't have gmac->regs[] entries. We weren't catching this,
so the guest could get us to index off the end of the regs array.
Catch and log these invalid accesses.
Cc: qemu-stable@nongnu.org
Resolves: https://gitlab.com/qemu-project/qemu/-/issues/3316
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-ID: <20260306154016.2194091-1-peter.maydell@linaro.org>
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
(cherry picked from commit 550391c7134d295d73b2b0e7a1111a922b78c13c)
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
diff --git a/hw/net/npcm_gmac.c b/hw/net/npcm_gmac.c
index d4dba630ac..e9dd5e68ae 100644
--- a/hw/net/npcm_gmac.c
+++ b/hw/net/npcm_gmac.c
@@ -703,6 +703,13 @@ static uint64_t npcm_gmac_read(void *opaque, hwaddr offset, unsigned size)
NPCMGMACState *gmac = opaque;
uint32_t v = 0;
+ if (offset >= NPCM_GMAC_REG_SIZE) {
+ qemu_log_mask(LOG_GUEST_ERROR,
+ "%s: invalid register offset: 0x%04" HWADDR_PRIx"\n",
+ DEVICE(gmac)->canonical_path, offset);
+ return v;
+ }
+
switch (offset) {
/* Write only registers */
case A_NPCM_DMA_XMT_POLL_DEMAND:
@@ -727,6 +734,13 @@ static void npcm_gmac_write(void *opaque, hwaddr offset,
trace_npcm_gmac_reg_write(DEVICE(gmac)->canonical_path, offset, v);
+ if (offset >= NPCM_GMAC_REG_SIZE) {
+ qemu_log_mask(LOG_GUEST_ERROR,
+ "%s: invalid register offset: 0x%04" HWADDR_PRIx"\n",
+ DEVICE(gmac)->canonical_path, offset);
+ return;
+ }
+
switch (offset) {
/* Read only registers */
case A_NPCM_GMAC_VERSION:
diff --git a/include/hw/net/npcm_gmac.h b/include/hw/net/npcm_gmac.h
index 6340ffe92c..0c21b25a82 100644
--- a/include/hw/net/npcm_gmac.h
+++ b/include/hw/net/npcm_gmac.h
@@ -24,7 +24,8 @@
#include "hw/sysbus.h"
#include "net/net.h"
-#define NPCM_GMAC_NR_REGS (0x1060 / sizeof(uint32_t))
+#define NPCM_GMAC_REG_SIZE 0x1060
+#define NPCM_GMAC_NR_REGS (NPCM_GMAC_REG_SIZE / sizeof(uint32_t))
#define NPCM_GMAC_MAX_PHYS 32
#define NPCM_GMAC_MAX_PHY_REGS 32
--
2.47.3
^ permalink raw reply related [flat|nested] 45+ messages in thread
* [Stable-10.0.9 43/44] target/loongarch: Preserve PTE permission bits in LDPTE
2026-03-11 15:01 [Stable-10.0.9 00/44] Patch Round-up for stable 10.0.9, freeze on 2026-03-15 Michael Tokarev
` (41 preceding siblings ...)
2026-03-11 15:02 ` [Stable-10.0.9 42/44] hw/net/npcm_gmac: Catch accesses off the end of the register array Michael Tokarev
@ 2026-03-11 15:02 ` Michael Tokarev
2026-03-11 15:02 ` [Stable-10.0.9 44/44] fuse: Copy write buffer content before polling Michael Tokarev
43 siblings, 0 replies; 45+ messages in thread
From: Michael Tokarev @ 2026-03-11 15:02 UTC (permalink / raw)
To: qemu-devel; +Cc: qemu-stable, rail5, Bibo Mao, Song Gao, Michael Tokarev
From: rail5 <andrew@rail5.org>
The LDPTE helper loads a page table entry (or huge page entry) from guest
memory and currently applies the PALEN mask to the whole 64-bit value.
That mask is intended to constrain the physical address bits, but masking
the full entry also clears upper permission bits in the PTE, including NX
(bit 62). As a result, LoongArch TCG can incorrectly allow instruction
fetches from NX mappings when translation is driven through software
page-walk.
Fix this by masking only the PPN/address field with PALEN while preserving
permission bits, and by clearing any non-architectural (software) bits
using a hardware PTE mask. LDDIR is unchanged since it returns the base
address of the next page table level.
Reported at: https://gitlab.com/qemu-project/qemu/-/issues/3319
Fixes: 56599a705f2 ("target/loongarch: Introduce loongarch_palen_mask()")
Cc: qemu-stable@nongnu.org
Signed-off-by: rail5 (Andrew S. Rightenburg) <andrew@rail5.org>
Reviewed-by: Bibo Mao <maobibo@loongson.cn>
Reviewed-by: Song Gao <gaosong@loongson.cn>
Signed-off-by: Song Gao <gaosong@loongson.cn>
(cherry picked from commit 2d877bc02a3b94998cbdd784d194c173d308a98a)
(Mjt: backport to 10.0.x which lacks v10.2.0-1568-g56599a705f
"target/loongarch: Introduce loongarch_palen_mask()")
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
diff --git a/target/loongarch/cpu.c b/target/loongarch/cpu.c
index 364db7fab8..84b86da308 100644
--- a/target/loongarch/cpu.c
+++ b/target/loongarch/cpu.c
@@ -554,6 +554,17 @@ static void loongarch_cpu_reset_hold(Object *obj, ResetType type)
#ifdef CONFIG_TCG
env->fcsr0_mask = FCSR0_M1 | FCSR0_M2 | FCSR0_M3;
+
+ if (is_la64(env)) {
+ env->hw_pte_mask = MAKE_64BIT_MASK(0, 9) |
+ R_TLBENTRY_64_PPN_MASK |
+ R_TLBENTRY_64_NR_MASK |
+ R_TLBENTRY_64_NX_MASK |
+ R_TLBENTRY_64_RPLV_MASK;
+ } else {
+ env->hw_pte_mask = MAKE_64BIT_MASK(0, 9) |
+ R_TLBENTRY_32_PPN_MASK;
+ }
#endif
env->fcsr0 = 0x0;
diff --git a/target/loongarch/cpu.h b/target/loongarch/cpu.h
index ab76a0b451..a9bd969b85 100644
--- a/target/loongarch/cpu.h
+++ b/target/loongarch/cpu.h
@@ -378,6 +378,7 @@ typedef struct CPUArchState {
uint32_t fcsr0_mask;
uint64_t lladdr; /* LL virtual address compared against SC */
uint64_t llval;
+ uint64_t hw_pte_mask; /* Mask of architecturally-defined (hardware) PTE bits. */
#endif
#ifndef CONFIG_USER_ONLY
#ifdef CONFIG_TCG
diff --git a/target/loongarch/tcg/tlb_helper.c b/target/loongarch/tcg/tlb_helper.c
index 70d1b5cf99..e71faa6ce8 100644
--- a/target/loongarch/tcg/tlb_helper.c
+++ b/target/loongarch/tcg/tlb_helper.c
@@ -539,6 +539,20 @@ bool loongarch_cpu_tlb_fill(CPUState *cs, vaddr address, int size,
cpu_loop_exit_restore(cs, retaddr);
}
+static inline uint64_t loongarch_sanitize_hw_pte(CPULoongArchState *env,
+ uint64_t pte)
+{
+ uint64_t ppn_mask = is_la64(env) ? R_TLBENTRY_64_PPN_MASK : R_TLBENTRY_32_PPN_MASK;
+
+ /*
+ * Keep only architecturally-defined PTE bits. Guests may use some
+ * otherwise-unused bits for software purposes.
+ */
+ pte &= env->hw_pte_mask;
+
+ return (pte & ~ppn_mask) | ((pte & ppn_mask) & TARGET_PHYS_MASK);
+}
+
target_ulong helper_lddir(CPULoongArchState *env, target_ulong base,
target_ulong level, uint32_t mem_idx)
{
@@ -579,6 +593,7 @@ void helper_ldpte(CPULoongArchState *env, target_ulong base, target_ulong odd,
{
CPUState *cs = env_cpu(env);
target_ulong phys, tmp0, ptindex, ptoffset0, ptoffset1, ps, badv;
+ uint64_t pte_raw;
uint64_t ptbase = FIELD_EX64(env->CSR_PWCL, CSR_PWCL, PTBASE);
uint64_t ptwidth = FIELD_EX64(env->CSR_PWCL, CSR_PWCL, PTWIDTH);
uint64_t dir_base, dir_width;
@@ -590,7 +605,6 @@ void helper_ldpte(CPULoongArchState *env, target_ulong base, target_ulong odd,
* and the other is the huge page entry,
* whose bit 6 should be 1.
*/
- base = base & TARGET_PHYS_MASK;
if (FIELD_EX64(base, TLBENTRY, HUGE)) {
/*
* Gets the huge page level and Gets huge page size.
@@ -614,19 +628,22 @@ void helper_ldpte(CPULoongArchState *env, target_ulong base, target_ulong odd,
* when loaded into the tlb,
* so the tlb page size needs to be divided by 2.
*/
- tmp0 = base;
+ tmp0 = loongarch_sanitize_hw_pte(env, base);
if (odd) {
tmp0 += MAKE_64BIT_MASK(ps, 1);
}
} else {
badv = env->CSR_TLBRBADV;
+ base = base & TARGET_PHYS_MASK;
+
ptindex = (badv >> ptbase) & ((1 << ptwidth) - 1);
ptindex = ptindex & ~0x1; /* clear bit 0 */
ptoffset0 = ptindex << 3;
ptoffset1 = (ptindex + 1) << 3;
phys = base | (odd ? ptoffset1 : ptoffset0);
- tmp0 = ldq_phys(cs->as, phys) & TARGET_PHYS_MASK;
+ pte_raw = ldq_le_phys(cs->as, phys);
+ tmp0 = loongarch_sanitize_hw_pte(env, pte_raw);
ps = ptbase;
}
--
2.47.3
^ permalink raw reply related [flat|nested] 45+ messages in thread
* [Stable-10.0.9 44/44] fuse: Copy write buffer content before polling
2026-03-11 15:01 [Stable-10.0.9 00/44] Patch Round-up for stable 10.0.9, freeze on 2026-03-15 Michael Tokarev
` (42 preceding siblings ...)
2026-03-11 15:02 ` [Stable-10.0.9 43/44] target/loongarch: Preserve PTE permission bits in LDPTE Michael Tokarev
@ 2026-03-11 15:02 ` Michael Tokarev
43 siblings, 0 replies; 45+ messages in thread
From: Michael Tokarev @ 2026-03-11 15:02 UTC (permalink / raw)
To: qemu-devel; +Cc: qemu-stable, Hanna Czenczek, Kevin Wolf, Michael Tokarev
From: Hanna Czenczek <hreitz@redhat.com>
aio_poll() in I/O functions can lead to nested read_from_fuse_export()
calls, overwriting the request buffer's content. The only function
affected by this is fuse_write(), which therefore must use a bounce
buffer or corruption may occur.
Note that in addition we do not know whether libfuse-internal structures
can cope with this nesting, and even if we did, we probably cannot rely
on it in the future. This is the main reason why we want to remove
libfuse from the I/O path.
I do not have a good reproducer for this other than:
$ dd if=/dev/urandom of=image bs=1M count=4096
$ dd if=/dev/zero of=copy bs=1M count=4096
$ touch fuse-export
$ qemu-storage-daemon \
--blockdev file,node-name=file,filename=copy \
--export \
fuse,id=exp,node-name=file,mountpoint=fuse-export,writable=true \
&
Other shell:
$ qemu-img convert -p -n -f raw -O raw -t none image fuse-export
$ killall -SIGINT qemu-storage-daemon
$ qemu-img compare image copy
Content mismatch at offset 0!
(The -t none in qemu-img convert is important.)
I tried reproducing this with throttle and small aio_write requests from
another qemu-io instance, but for some reason all requests are perfectly
serialized then.
I think in theory we should get parallel writes only if we set
fi->parallel_direct_writes in fuse_open(). In fact, I can confirm that
if we do that, that throttle-based reproducer works (i.e. does get
parallel (nested) write requests). I have no idea why we still get
parallel requests with qemu-img convert anyway.
Also, a later patch in this series will set fi->parallel_direct_writes
and note that it makes basically no difference when running fio on the
current libfuse-based version of our code. It does make a difference
without libfuse. So something quite fishy is going on.
I will try to investigate further what the root cause is, but I think
for now let's assume that calling blk_pwrite() can invalidate the buffer
contents through nested polling.
Cc: qemu-stable@nongnu.org
Reviewed-by: Kevin Wolf <kwolf@redhat.com>
Signed-off-by: Hanna Czenczek <hreitz@redhat.com>
Message-ID: <20260309150856.26800-2-hreitz@redhat.com>
Reviewed-by: Kevin Wolf <kwolf@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
(cherry picked from commit a3fcbca0ef643a8aecf354bdeb08b1d81e5b33e7)
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
diff --git a/block/export/fuse.c b/block/export/fuse.c
index 465cc9891d..aec4d8736d 100644
--- a/block/export/fuse.c
+++ b/block/export/fuse.c
@@ -301,6 +301,12 @@ static void read_from_fuse_export(void *opaque)
goto out;
}
+ /*
+ * Note that aio_poll() in any request-processing function can lead to a
+ * nested read_from_fuse_export() call, which will overwrite the contents of
+ * exp->fuse_buf. Anything that takes a buffer needs to take care that the
+ * content is copied before potentially polling via aio_poll().
+ */
fuse_session_process_buf(exp->fuse_session, &exp->fuse_buf);
out:
@@ -624,6 +630,7 @@ static void fuse_write(fuse_req_t req, fuse_ino_t inode, const char *buf,
size_t size, off_t offset, struct fuse_file_info *fi)
{
FuseExport *exp = fuse_req_userdata(req);
+ QEMU_AUTO_VFREE void *copied = NULL;
int64_t length;
int ret;
@@ -638,6 +645,14 @@ static void fuse_write(fuse_req_t req, fuse_ino_t inode, const char *buf,
return;
}
+ /*
+ * Heed the note on read_from_fuse_export(): If we call aio_poll() (which
+ * any blk_*() I/O function may do), read_from_fuse_export() may be nested,
+ * overwriting the request buffer content. Therefore, we must copy it here.
+ */
+ copied = blk_blockalign(exp->common.blk, size);
+ memcpy(copied, buf, size);
+
/**
* Clients will expect short writes at EOF, so we have to limit
* offset+size to the image length.
@@ -660,7 +675,7 @@ static void fuse_write(fuse_req_t req, fuse_ino_t inode, const char *buf,
}
}
- ret = blk_pwrite(exp->common.blk, offset, size, buf, 0);
+ ret = blk_pwrite(exp->common.blk, offset, size, copied, 0);
if (ret >= 0) {
fuse_reply_write(req, size);
} else {
--
2.47.3
^ permalink raw reply related [flat|nested] 45+ messages in thread
end of thread, other threads:[~2026-03-11 15:29 UTC | newest]
Thread overview: 45+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-11 15:01 [Stable-10.0.9 00/44] Patch Round-up for stable 10.0.9, freeze on 2026-03-15 Michael Tokarev
2026-03-11 15:01 ` [Stable-10.0.9 01/44] s390x/pci: Fix endianness for zPCI BAR values Michael Tokarev
2026-03-11 15:01 ` [Stable-10.0.9 02/44] plugins: fix cross-build using LLVM for Windows targets Michael Tokarev
2026-03-11 15:01 ` [Stable-10.0.9 03/44] python: drop uses of pkg_resources Michael Tokarev
2026-03-11 15:01 ` [Stable-10.0.9 04/44] contrib/plugins: Fix type conflict of GLib function pointers Michael Tokarev
2026-03-11 15:01 ` [Stable-10.0.9 05/44] contrib/plugins/hotblocks: Correctly free sorted counts list Michael Tokarev
2026-03-11 15:01 ` [Stable-10.0.9 06/44] contrib/plugins/hotblocks: Fix off by one error in iteration of sorted blocks Michael Tokarev
2026-03-11 15:01 ` [Stable-10.0.9 07/44] contrib/plugins/hotblocks: Print uint64_t with PRIu64 rather than PRId64 Michael Tokarev
2026-03-11 15:01 ` [Stable-10.0.9 08/44] docs/about/emulation: Add documentation for hotblocks plugin arguments Michael Tokarev
2026-03-11 15:01 ` [Stable-10.0.9 09/44] hw/i2c/aspeed_i2c: Fix out-of-bounds read in I2C MMIO handlers Michael Tokarev
2026-03-11 15:01 ` [Stable-10.0.9 10/44] target/arm: Introduce ARMCPU.sme_max_vq Michael Tokarev
2026-03-11 15:01 ` [Stable-10.0.9 11/44] target/arm: Account for SME in aarch64_sve_narrow_vq() assertion Michael Tokarev
2026-03-11 15:01 ` [Stable-10.0.9 12/44] target/arm: Fix feature check in DO_SVE2_RRX, DO_SVE2_RRX_TB Michael Tokarev
2026-03-11 15:01 ` [Stable-10.0.9 13/44] virtio-gpu-virgl: Add virtio-gpu-virgl-hostmem-region type Michael Tokarev
2026-03-11 15:01 ` [Stable-10.0.9 14/44] virtio-snd: remove TODO comments Michael Tokarev
2026-03-11 15:01 ` [Stable-10.0.9 15/44] virtio-snd: handle 5.14.6.2 for PCM_INFO properly Michael Tokarev
2026-03-11 15:01 ` [Stable-10.0.9 16/44] virtio-snd: fix max_size bounds check in input cb Michael Tokarev
2026-03-11 15:01 ` [Stable-10.0.9 17/44] virtio-snd: tighten read amount in in_cb Michael Tokarev
2026-03-11 15:01 ` [Stable-10.0.9 18/44] hw/misc/virt_ctrl: Fix incorrect trace event in read operation Michael Tokarev
2026-03-11 15:01 ` [Stable-10.0.9 19/44] hw/ssi/xilinx_spips: Reset TX FIFO in reset Michael Tokarev
2026-03-11 15:01 ` [Stable-10.0.9 20/44] target/arm: set the correct TI bits for WFIT traps Michael Tokarev
2026-03-11 15:01 ` [Stable-10.0.9 21/44] hw/9pfs: fix data race in v9fs_mark_fids_unreclaim() Michael Tokarev
2026-03-11 15:01 ` [Stable-10.0.9 22/44] hw/9pfs: fix missing EOPNOTSUPP on Twstat and Trenameat for fs synth driver Michael Tokarev
2026-03-11 15:01 ` [Stable-10.0.9 23/44] tests/docker: upgrade most non-lcitool debian tests to debian 13 Michael Tokarev
2026-03-11 15:01 ` [Stable-10.0.9 24/44] hw/i386/vmmouse: Fix hypercall clobbers Michael Tokarev
2026-03-11 15:01 ` [Stable-10.0.9 25/44] target/i386/hvf/x86_mmu: Fix compiler warning Michael Tokarev
2026-03-11 15:01 ` [Stable-10.0.9 26/44] io: separate freeing of tasks from marking them as complete Michael Tokarev
2026-03-11 15:01 ` [Stable-10.0.9 27/44] io: fix cleanup for TLS I/O source data on cancellation Michael Tokarev
2026-03-11 15:02 ` [Stable-10.0.9 28/44] io: fix cleanup for websock " Michael Tokarev
2026-03-11 15:02 ` [Stable-10.0.9 29/44] hw/net/smc91c111: Don't allow negative-length packets Michael Tokarev
2026-03-11 15:02 ` [Stable-10.0.9 30/44] block/vmdk: fix OOB read in vmdk_read_extent() Michael Tokarev
2026-03-11 15:02 ` [Stable-10.0.9 31/44] block/curl: fix concurrent completion handling Michael Tokarev
2026-03-11 15:02 ` [Stable-10.0.9 32/44] mirror: Fix missed dirty bitmap writes during startup Michael Tokarev
2026-03-11 15:02 ` [Stable-10.0.9 33/44] block/throttle-groups: fix deadlock with iolimits and muliple iothreads Michael Tokarev
2026-03-11 15:02 ` [Stable-10.0.9 34/44] block: Never drop BLOCK_IO_ERROR with action=stop for rate limiting Michael Tokarev
2026-03-11 15:02 ` [Stable-10.0.9 35/44] block/nfs: Do not enter coroutine from CB Michael Tokarev
2026-03-11 15:02 ` [Stable-10.0.9 36/44] virtio-gpu: Ensure BHs are invoked only from main-loop thread Michael Tokarev
2026-03-11 15:02 ` [Stable-10.0.9 37/44] hw/net/xilinx_ethlite: Check for oversized TX packets Michael Tokarev
2026-03-11 15:02 ` [Stable-10.0.9 38/44] linux-user: Deal with mmap where start > reserved_va Michael Tokarev
2026-03-11 15:02 ` [Stable-10.0.9 39/44] bsd-user: " Michael Tokarev
2026-03-11 15:02 ` [Stable-10.0.9 40/44] tests/tcg/multiarch/test-mmap: Check mmaps beyond reserved_va Michael Tokarev
2026-03-11 15:02 ` [Stable-10.0.9 41/44] linux-user: fix TIOCGSID ioctl Michael Tokarev
2026-03-11 15:02 ` [Stable-10.0.9 42/44] hw/net/npcm_gmac: Catch accesses off the end of the register array Michael Tokarev
2026-03-11 15:02 ` [Stable-10.0.9 43/44] target/loongarch: Preserve PTE permission bits in LDPTE Michael Tokarev
2026-03-11 15:02 ` [Stable-10.0.9 44/44] fuse: Copy write buffer content before polling Michael Tokarev
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox