[PATCH v2 0/3] fuse: fix missing barriers in io-uring init
Joanne Koong <[email protected]> Wed, 15 Jul 2026 10:43:02 -0700
| Newsgroups | dev.linux.lists.fuse-devel |
|---|---|
| Message-ID | <[email protected]> |
These are pre-existing issues Sashiko reported [1] on the fuse zerocopy series. [1] https://sashiko.dev/#/patchset/20260630211436.2062816-1-joannelkoong%40gmail.com Changelog --------- v1: https://lore.kernel.org/fuse-devel/[email protected]/ * Fix some other pre-existing issues Sashiko found in response to v1 * Add patch for using releasing/acquire for fch->initialized to make things simpler Joanne Koong (3): fuse: fix missing barrier when checking io-uring readiness fuse: use release/acquire for fch->initialized fuse: publish io-uring queues with release semantics fs/fuse/cuse.c | 3 ++- fs/fuse/dev.c | 17 +++++++++-------- fs/fuse/dev_uring.c | 18 +++++++++++------- 3 files changed, 22 insertions(+), 16 deletions(-) -- 2.52.0