On 24.06.2026 10:15, Christian Schoenebeck wrote:
Hi Michael,
On Wednesday, 24 June 2026 07:02:50 CEST Michael Tokarev wrote:
From: Christian Schoenebeck <[email protected]>
Add a new, shared helper function check_name() that consolidates the name
validation logic (illegal name check and "." / ".." rejection) currently
spread over multiple 9p handlers, unnecessarily duplicating code.
This is pure refactoring with no behavior change. The existing error code
semantics are preserved: rename operations return -EISDIR, create
operations return -EEXIST.
Note that this particular patch is actually not a fix. It is just code
deduplication. So my expecation was that this patch would not go to the stable
branches, therefore I intentionally omitted to CC qemu-stable on this patch.
Aha. Ok.
You sent cover letter for this series to qemu-stable@, so I assumed the
whole thing should go. Removed it now (here and in other series too).
Thank you for letting me know!
/mjt