All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] tests/9p: add use-dir-after-unlink test
@ 2025-01-09 13:04 Christian Schoenebeck
  2025-01-09 12:59 ` [PATCH 1/3] tests/9p: rename test use_after_unlink -> use_file_after_unlink Christian Schoenebeck
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Christian Schoenebeck @ 2025-01-09 13:04 UTC (permalink / raw)
  To: qemu-devel; +Cc: Greg Kurz

Add a test case that verifies that it is possible to do some basic operations
on a deleted directory if 9p client opened the directory before directory was
removed.

Unlike the previous open-unlink-fstat idiom: no fix required here. It already
works with 9p server.

Christian Schoenebeck (3):
  tests/9p: rename test use_after_unlink -> use_file_after_unlink
  tests/9p: add use_dir_after_unlink test
  tests/9p: extend use_dir_after_unlink test with Treaddir

 tests/qtest/virtio-9p-test.c | 50 +++++++++++++++++++++++++++++++++---
 1 file changed, 46 insertions(+), 4 deletions(-)

-- 
2.39.5



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

end of thread, other threads:[~2025-01-30 14:27 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-09 13:04 [PATCH 0/3] tests/9p: add use-dir-after-unlink test Christian Schoenebeck
2025-01-09 12:59 ` [PATCH 1/3] tests/9p: rename test use_after_unlink -> use_file_after_unlink Christian Schoenebeck
2025-01-09 12:59 ` [PATCH 2/3] tests/9p: add use_dir_after_unlink test Christian Schoenebeck
2025-01-09 12:59 ` [PATCH 3/3] tests/9p: extend use_dir_after_unlink test with Treaddir Christian Schoenebeck
2025-01-30 14:27 ` [PATCH 0/3] tests/9p: add use-dir-after-unlink test Christian Schoenebeck

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.