[PATCH 0/3] tests/9p: add use-dir-after-unlink test

Christian Schoenebeck posted 3 patches 2 months, 3 weeks ago
tests/qtest/virtio-9p-test.c | 50 +++++++++++++++++++++++++++++++++---
1 file changed, 46 insertions(+), 4 deletions(-)
[PATCH 0/3] tests/9p: add use-dir-after-unlink test
Posted by Christian Schoenebeck 2 months, 3 weeks ago
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
Re: [PATCH 0/3] tests/9p: add use-dir-after-unlink test
Posted by Christian Schoenebeck 2 months ago
On Thursday, January 9, 2025 2:04:38 PM CET Christian Schoenebeck wrote:
> 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(-)

Queued on 9p.next:
https://github.com/cschoenebeck/qemu/commits/9p.next

Thanks!
/Christian