From: Christian Schoenebeck <qemu_oss@crudebyte.com>
To: qemu-devel@nongnu.org
Cc: qemu-stable@nongnu.org, Greg Kurz <groug@kaod.org>,
Peter Maydell <peter.maydell@linaro.org>,
Feifan Qian <bea1e@proton.me>
Subject: [PULL 0/3] 9p queue 2026-06-17
Date: Wed, 17 Jun 2026 17:39:46 +0200 [thread overview]
Message-ID: <cover.1781710785.git.qemu_oss@crudebyte.com> (raw)
The following changes since commit b0df6e2f2c6c45df8d4d286933799c623e124d98:
Merge tag 'pull-riscv-to-apply-20260616' of https://github.com/alistair23/qemu into staging (2026-06-16 10:41:47 -0400)
are available in the Git repository at:
https://github.com/cschoenebeck/qemu.git tags/pull-9p-20260617
for you to fetch changes up to 116db2986b11c914217bbd1547815b6c7efb944a:
hw/9pfs: consolidate name validation with check_name() (2026-06-17 17:21:55 +0200)
----------------------------------------------------------------
9pfs changes:
- Fix guest-triggerable assertion fault (DoS) with the legacy Twstat
rename handler.
- Code deduplication.
----------------------------------------------------------------
Christian Schoenebeck (3):
hw/9pfs: fix abort due to illegal name with Twstat rename
hw/9pfs: reject . and .. in Twstat rename
hw/9pfs: consolidate name validation with check_name()
hw/9pfs/9p.c | 97 ++++++++++++++++++++++++++----------------------------------
1 file changed, 42 insertions(+), 55 deletions(-)
next reply other threads:[~2026-06-17 15:44 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-06-17 15:39 Christian Schoenebeck [this message]
2026-06-17 15:39 ` [PULL 2/3] hw/9pfs: reject . and .. in Twstat rename Christian Schoenebeck
2026-06-17 15:39 ` [PULL 3/3] hw/9pfs: consolidate name validation with check_name() Christian Schoenebeck
2026-06-17 15:39 ` [PULL 1/3] hw/9pfs: fix abort due to illegal name with Twstat rename Christian Schoenebeck
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=cover.1781710785.git.qemu_oss@crudebyte.com \
--to=qemu_oss@crudebyte.com \
--cc=bea1e@proton.me \
--cc=groug@kaod.org \
--cc=peter.maydell@linaro.org \
--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.