All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] fuse: over-io-uring fixes
@ 2025-01-23 16:55 Bernd Schubert
  2025-01-23 16:55 ` [PATCH 1/5] fuse: Fix copy_from_user error return code in fuse_uring_commit Bernd Schubert
                   ` (5 more replies)
  0 siblings, 6 replies; 12+ messages in thread
From: Bernd Schubert @ 2025-01-23 16:55 UTC (permalink / raw)
  To: Miklos Szeredi
  Cc: Dan Carpenter, Luis Henriques, Joanne Koong, linux-fsdevel,
	Bernd Schubert

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@ddn.com>
---
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@ddn.com>


^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2025-01-24 19:01 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-23 16:55 [PATCH 0/5] fuse: over-io-uring fixes Bernd Schubert
2025-01-23 16:55 ` [PATCH 1/5] fuse: Fix copy_from_user error return code in fuse_uring_commit Bernd Schubert
2025-01-23 16:55 ` [PATCH 2/5] fuse: Remove an err= assignment and move a comment Bernd Schubert
2025-01-23 16:55 ` [PATCH 3/5] fuse: prevent disabling io-uring on active connections Bernd Schubert
2025-01-23 16:55 ` [PATCH 4/5] fuse: Remove unneeded include in fuse_dev_i.h Bernd Schubert
2025-01-23 16:55 ` [PATCH 5/5] fuse: Fix the struct fuse_args->in_args array size Bernd Schubert
2025-01-24  8:59 ` [PATCH 0/5] fuse: over-io-uring fixes Luis Henriques
2025-01-24 10:25   ` Miklos Szeredi
2025-01-24 10:44     ` Luis Henriques
2025-01-24 13:22     ` Bernd Schubert
2025-01-24 18:56   ` Joanne Koong
2025-01-24 18:59     ` Bernd Schubert

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.