From: "Alex Bennée" <alex.bennee@linaro.org>
To: Michael Tokarev <mjt@tls.msk.ru>
Cc: qemu-devel@nongnu.org, qemu-stable@nongnu.org
Subject: Re: [Stable-10.2.3 v2 000/149] Patch Round-up for stable 10.2.3, freeze on 2026-05-22 (frozen)
Date: Sat, 23 May 2026 10:00:03 +0100 [thread overview]
Message-ID: <877bouec18.fsf@draig.linaro.org> (raw)
In-Reply-To: <qemu-stable-10.2.3-20260522213553@cover.tls.msk.ru> (Michael Tokarev's message of "Sat, 23 May 2026 00:48:31 +0300")
Michael Tokarev <mjt@tls.msk.ru> writes:
> The following patches are queued for QEMU stable v10.2.3:
>
> https://gitlab.com/qemu-project/qemu/-/commits/staging-10.2
>
> Patch freeze is 2026-05-22, and the release is planned for 2026-05-24:
>
> https://wiki.qemu.org/Planning/10.2
>
> Please respond here or CC qemu-stable@nongnu.org on any additional patches
> you think should (or shouldn't) be included in the release.
>
> The changes which are staging for inclusion, with the original commit hash
> from master branch, are given below the bottom line.
I just wanted to make my appreciation known for the work you do keeping
the stable trees going. I suspect the AI-pocolypse is going to result in
quite a number of stable series patches over the next year.
>
> Thanks!
>
> /mjt
>
<snip>
--
Alex Bennée
Virtualisation Tech Lead @ Linaro
prev parent reply other threads:[~2026-05-23 9:00 UTC|newest]
Thread overview: 52+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-05-22 21:48 [Stable-10.2.3 v2 000/149] Patch Round-up for stable 10.2.3, freeze on 2026-05-22 (frozen) Michael Tokarev
2026-05-22 21:48 ` [Stable-10.2.3 100/149] linux-user: Flush errors by using exit() instead of _exit() in error path Michael Tokarev
2026-05-22 21:48 ` [Stable-10.2.3 101/149] linux-user: Allow getsockopt() with NULL optval address Michael Tokarev
2026-05-22 21:48 ` [Stable-10.2.3 102/149] linux-user: Translate errno in IP_RECVERR and IPV6_RECVERR Michael Tokarev
2026-05-22 21:48 ` [Stable-10.2.3 103/149] hw/intc/xics: Add a check for an invalid server id Michael Tokarev
2026-05-22 21:48 ` [Stable-10.2.3 104/149] tests/rcutorture: Fix build error Michael Tokarev
2026-05-22 21:48 ` [Stable-10.2.3 105/149] hw/ppc/e500: fix bus-frequency property hardcoded to zero in CPU FDT node Michael Tokarev
2026-05-22 21:48 ` [Stable-10.2.3 106/149] hw/net/allwinner-sun8i-emac: Flush queued packets when rx is enabled Michael Tokarev
2026-05-22 21:48 ` [Stable-10.2.3 107/149] hw/intc/arm_gicv3: Fix NS write to ICC_AP1Rn_EL1 when prebits < 7 Michael Tokarev
2026-05-22 21:48 ` [Stable-10.2.3 108/149] migration: Fix low possibility downtime violation Michael Tokarev
2026-05-22 21:48 ` [Stable-10.2.3 109/149] target/microblaze: Fix endianness used to disassemble Michael Tokarev
2026-05-22 21:48 ` [Stable-10.2.3 110/149] target/arm: Report IL=0 for Thumb 16-bit BKPT insn Michael Tokarev
2026-05-22 21:48 ` [Stable-10.2.3 111/149] hw/misc/bcm2835_rng: Specify valid memory access sizes Michael Tokarev
2026-05-22 21:48 ` [Stable-10.2.3 112/149] hw/uefi: fix buffer overruns Michael Tokarev
2026-05-22 21:48 ` [Stable-10.2.3 113/149] hw/uefi: verify pio_xfer_offset before calculating buffer checksum Michael Tokarev
2026-05-22 21:48 ` [Stable-10.2.3 114/149] hw/uefi: fix ucs2 string helper functions Michael Tokarev
2026-05-22 21:48 ` [Stable-10.2.3 115/149] hw/uefi: add name_size check to uefi_vars_mm_lock_variable() Michael Tokarev
2026-05-22 21:48 ` [Stable-10.2.3 116/149] hw/uefi: verify data size before accessing it in wrap_pkcs7 Michael Tokarev
2026-05-22 21:48 ` [Stable-10.2.3 117/149] hw/uefi: avoid possibly unaligned variable_auth_2 struct field access Michael Tokarev
2026-05-22 21:48 ` [Stable-10.2.3 118/149] hw/uefi: check auth.hdr_length minimum size Michael Tokarev
2026-05-22 21:48 ` [Stable-10.2.3 119/149] hw/ufs: Validate MCQ SQ references before use Michael Tokarev
2026-05-22 21:48 ` [Stable-10.2.3 120/149] hw/ufs: Guard MCQ CQ accesses against missing queues Michael Tokarev
2026-05-22 21:48 ` [Stable-10.2.3 121/149] hw/ufs: Reject zero-depth MCQ queues Michael Tokarev
2026-05-22 21:48 ` [Stable-10.2.3 122/149] hw/ufs: Keep MCQ SQs alive while requests are outstanding Michael Tokarev
2026-05-22 21:48 ` [Stable-10.2.3 123/149] hw/ufs: Zero reserved bytes in REPORT LUNS response header Michael Tokarev
2026-05-22 21:48 ` [Stable-10.2.3 124/149] hw/display/cirrus_vga: Fix packed-24 color-expansion transparent pattern fills Michael Tokarev
2026-05-22 21:48 ` [Stable-10.2.3 125/149] hw/display/cirrus_vga: Fix packed-24 color-expansion transparent copies Michael Tokarev
2026-05-22 21:48 ` [Stable-10.2.3 126/149] hw/misc/aspeed_sbc: Add bounds checking for OTP write operations Michael Tokarev
2026-05-22 21:48 ` [Stable-10.2.3 127/149] aspeed/hace: Fix out-of-bounds read in has_padding() Michael Tokarev
2026-05-22 21:49 ` [Stable-10.2.3 128/149] aspeed/hace: Prevent total_req_len overflow Michael Tokarev
2026-05-22 21:49 ` [Stable-10.2.3 129/149] hw/i2c/microbit_i2c: Don't index off end of twi_read_sequence[] Michael Tokarev
2026-05-22 21:49 ` [Stable-10.2.3 130/149] meson.build: Add -fzero-init-padding-bits=all Michael Tokarev
2026-05-22 21:49 ` [Stable-10.2.3 131/149] tests/functional/qemu_test/asset.py: Don't use setxattr when it doesn't exist Michael Tokarev
2026-05-22 21:49 ` [Stable-10.2.3 132/149] hw/nvme: fix admin cq msix setup Michael Tokarev
2026-05-22 21:49 ` [Stable-10.2.3 133/149] linux-user: Fix AT_EXECFN in AUXV for symlinked programs Michael Tokarev
2026-05-22 21:49 ` [Stable-10.2.3 134/149] linux-user/sh4: Fix target_ucontext tuc_link field type Michael Tokarev
2026-05-22 21:49 ` [Stable-10.2.3 135/149] linux-user/sh4: Fix setup_sigtramp to match Linux kernel trampoline pattern Michael Tokarev
2026-05-22 21:49 ` [Stable-10.2.3 136/149] blkdebug: Add 'delay-ns' option Michael Tokarev
2026-05-22 21:49 ` [Stable-10.2.3 137/149] block: Add blk_co_start/end_request() and BDRV_REQ_NO_QUEUE Michael Tokarev
2026-05-22 21:49 ` [Stable-10.2.3 138/149] block: Add flags parameter to blk_*_pdiscard() Michael Tokarev
2026-05-22 21:49 ` [Stable-10.2.3 139/149] ide: Minimal fix for deadlock between TRIM and drain Michael Tokarev
2026-05-22 21:49 ` [Stable-10.2.3 140/149] ide: Clean up ide_trim_co_entry() to be idiomatic coroutine code Michael Tokarev
2026-05-22 21:49 ` [Stable-10.2.3 141/149] ide-test: Factor out wait_dma_completion() Michael Tokarev
2026-05-22 21:49 ` [Stable-10.2.3 142/149] ide-test: Test reset during TRIM Michael Tokarev
2026-05-22 21:49 ` [Stable-10.2.3 143/149] block: Create DEFAULT_BLOCK_CONF macro Michael Tokarev
2026-05-22 21:49 ` [Stable-10.2.3 144/149] block: Add more defaults to DEFAULT_BLOCK_CONF Michael Tokarev
2026-05-22 21:49 ` [Stable-10.2.3 145/149] commit: Drain nodes across all of bdrv_commit() Michael Tokarev
2026-05-22 21:49 ` [Stable-10.2.3 146/149] qemu-io: Add 'aio_discard' command Michael Tokarev
2026-05-22 21:49 ` [Stable-10.2.3 147/149] qcow2: Fix corruption on discard during write with COW Michael Tokarev
2026-05-22 21:49 ` [Stable-10.2.3 148/149] iotests/046: Test that discard/write_zeroes wait for dependencies Michael Tokarev
2026-05-22 21:49 ` [Stable-10.2.3 149/149] block/graph-lock: fix missed wakeup in bdrv_graph_co_rdunlock() Michael Tokarev
2026-05-23 9:00 ` Alex Bennée [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=877bouec18.fsf@draig.linaro.org \
--to=alex.bennee@linaro.org \
--cc=mjt@tls.msk.ru \
--cc=qemu-devel@nongnu.org \
--cc=qemu-stable@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.