This is a list of fixes that came up from review of Luis and smatch run from Dan. I didn't put in commit id in the "Fixes:" line, as it is fuse-io-uring is in linux next only and might get rebases with new IDs. Signed-off-by: Bernd Schubert <bschubert@xxxxxxx> --- Bernd Schubert (5): fuse: Fix copy_from_user error return code in fuse_uring_commit fuse: Remove an err= assignment and move a comment fuse: prevent disabling io-uring on active connections fuse: Remove unneeded include in fuse_dev_i.h fuse: Fix the struct fuse_args->in_args array size fs/fuse/dev_uring.c | 23 ++++++++++++----------- fs/fuse/fuse_dev_i.h | 1 - fs/fuse/fuse_i.h | 2 +- 3 files changed, 13 insertions(+), 13 deletions(-) --- base-commit: a5ca7ba2e604b5d4eb54e1e2746851fdd5d9e98f change-id: 20250123-fuse-uring-for-6-14-incremental-to-v10-b6b916b77720 Best regards, -- Bernd Schubert <bschubert@xxxxxxx>