linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2 v3] ceph: fix the use-after-free bug for file_lock
@ 2022-11-18  2:06 xiubli
  2022-11-18  2:06 ` [PATCH 1/2 v3] ceph: switch to vfs_inode_has_locks() to fix file lock bug xiubli
  2022-11-18  2:06 ` [PATCH 2/2 v3] ceph: add ceph_lock_info support for file_lock xiubli
  0 siblings, 2 replies; 6+ messages in thread
From: xiubli @ 2022-11-18  2:06 UTC (permalink / raw)
  To: ceph-devel, jlayton, idryomov
  Cc: lhenriques, mchangir, viro, linux-kernel, linux-fsdevel, Xiubo Li

From: Xiubo Li <xiubli@redhat.com>

Changed in V3:
- switched to vfs_inode_has_locks() helper to fix another ceph file lock
bug, thanks Jeff!
- this patch series is based on Jeff's previous VFS lock patch:
  https://patchwork.kernel.org/project/ceph-devel/list/?series=695950

Changed in V2:
- switch to file_lock.fl_u to fix the race bug
- and the most code will be in the ceph layer


Xiubo Li (2):
  ceph: switch to vfs_inode_has_locks() to fix file lock bug
  ceph: add ceph_lock_info support for file_lock

 fs/ceph/caps.c                  |  2 +-
 fs/ceph/locks.c                 | 24 ++++++++++++++++++------
 fs/ceph/super.h                 |  1 -
 include/linux/ceph/ceph_fs_fl.h | 17 +++++++++++++++++
 include/linux/fs.h              |  2 ++
 5 files changed, 38 insertions(+), 8 deletions(-)
 create mode 100644 include/linux/ceph/ceph_fs_fl.h

-- 
2.31.1


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

end of thread, other threads:[~2022-12-13  1:26 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-18  2:06 [PATCH 0/2 v3] ceph: fix the use-after-free bug for file_lock xiubli
2022-11-18  2:06 ` [PATCH 1/2 v3] ceph: switch to vfs_inode_has_locks() to fix file lock bug xiubli
2022-11-18  2:06 ` [PATCH 2/2 v3] ceph: add ceph_lock_info support for file_lock xiubli
2022-12-12 17:56   ` Ilya Dryomov
2022-12-12 18:02     ` Jeff Layton
2022-12-13  1:25       ` Xiubo Li

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).