[PULL 0/3] 9p queue 2026-06-17

Christian Schoenebeck posted 3 patches 1 month, 1 week ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/cover.1781710785.git.qemu._5Foss@crudebyte.com
Maintainers: Christian Schoenebeck <qemu_oss@crudebyte.com>, Greg Kurz <groug@kaod.org>
hw/9pfs/9p.c | 97 ++++++++++++++++++++++++++----------------------------------
1 file changed, 42 insertions(+), 55 deletions(-)
[PULL 0/3] 9p queue 2026-06-17
Posted by Christian Schoenebeck 1 month, 1 week ago
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(-)
Re: [PULL 0/3] 9p queue 2026-06-17
Posted by Stefan Hajnoczi 1 month, 1 week ago
Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/11.1 for any user-visible changes.