qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/7] 9pfs: fix 'Twalk' protocol violation
@ 2022-03-13  9:31 Christian Schoenebeck
  2022-03-13  9:28 ` [PATCH v3 1/7] tests/9pfs: walk to non-existent dir Christian Schoenebeck
                   ` (6 more replies)
  0 siblings, 7 replies; 10+ messages in thread
From: Christian Schoenebeck @ 2022-03-13  9:31 UTC (permalink / raw)
  To: qemu-devel; +Cc: Greg Kurz

Currently the implementation of 'Twalk' does not behave exactly as specified
by the 9p2000 protocol specification. Actual fix is patch 5; see the
description of that patch for details of what this overall fix and series is
about.

Patch 4 is a preparatory (pure) refactoring change to make patch 5 better
readable.

All the other patches are just additional test cases for guarding 'Twalk'
behaviour.

v2 -> v3:

  * Use 'any_err |= err = ...' at all occurrences to make v9fs_walk() function
    less error prone, which also reduces lines of code. [patch 5]

Christian Schoenebeck (7):
  tests/9pfs: walk to non-existent dir
  tests/9pfs: Twalk with nwname=0
  tests/9pfs: compare QIDs in fs_walk_none() test
  9pfs: refactor 'name_idx' -> 'nwalked' in v9fs_walk()
  9pfs: fix 'Twalk' to only send error if no component walked
  tests/9pfs: guard recent 'Twalk' behaviour fix
  tests/9pfs: check fid being unaffected in fs_walk_2nd_nonexistent

 hw/9pfs/9p.c                 |  57 ++++++-----
 tests/qtest/virtio-9p-test.c | 191 ++++++++++++++++++++++++++++++++++-
 2 files changed, 221 insertions(+), 27 deletions(-)

-- 
2.30.2



^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2022-03-13 12:06 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-13  9:31 [PATCH v3 0/7] 9pfs: fix 'Twalk' protocol violation Christian Schoenebeck
2022-03-13  9:28 ` [PATCH v3 1/7] tests/9pfs: walk to non-existent dir Christian Schoenebeck
2022-03-13  9:28 ` [PATCH v3 2/7] tests/9pfs: Twalk with nwname=0 Christian Schoenebeck
2022-03-13  9:28 ` [PATCH v3 3/7] tests/9pfs: compare QIDs in fs_walk_none() test Christian Schoenebeck
2022-03-13  9:28 ` [PATCH v3 4/7] 9pfs: refactor 'name_idx' -> 'nwalked' in v9fs_walk() Christian Schoenebeck
2022-03-13  9:28 ` [PATCH v3 5/7] 9pfs: fix 'Twalk' to only send error if no component walked Christian Schoenebeck
2022-03-13  9:28 ` [PATCH v3 6/7] tests/9pfs: guard recent 'Twalk' behaviour fix Christian Schoenebeck
2022-03-13  9:28 ` [PATCH v3 7/7] tests/9pfs: check fid being unaffected in fs_walk_2nd_nonexistent Christian Schoenebeck
2022-03-13 10:27   ` Christian Schoenebeck
2022-03-13 12:05     ` Christian Schoenebeck

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).