[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 0/6] 9pfs: fix fstat() after unlink() (with a Linux guest)
From: |
Christian Schoenebeck |
Subject: |
Re: [PATCH 0/6] 9pfs: fix fstat() after unlink() (with a Linux guest) |
Date: |
Wed, 27 Nov 2024 10:58:58 +0100 |
On Sunday, November 24, 2024 5:28:40 PM CET Christian Schoenebeck wrote:
> This fixes an infamous, long standing bug:
> https://gitlab.com/qemu-project/qemu/-/issues/103
>
> * Actual fix of this bug is patch 5.
>
> * Patches 1 and 6 add a test case to verify the expected behaviour.
>
> * The other patches (2, 3, 4) are basically just minor cleanup patches more
> or less (un)related that I simply did not bother to send separately.
>
> Probably there are still other 9p request types that should be fixed for this
> use-after-unlink idiom, but this series fixes the mentioned bug report as
> described by reporter, so fair enough to round this up here for now.
Queued on 9p.next:
https://github.com/cschoenebeck/qemu/commits/9p.next
Thanks!
/Christian
- [PATCH 2/6] tests/9p: fix Rreaddir response name, (continued)
- Re: [PATCH 0/6] 9pfs: fix fstat() after unlink() (with a Linux guest),
Christian Schoenebeck <=