mbox series

[GIT,PULL] Ceph fixes for 6.2-rc3

Message ID 20230106182951.92281-1-idryomov@gmail.com
State New
Headers show
Series [GIT,PULL] Ceph fixes for 6.2-rc3 | expand

Pull-request

https://github.com/ceph/ceph-client.git tags/ceph-for-6.2-rc3

Message

Ilya Dryomov Jan. 6, 2023, 6:29 p.m. UTC
Hi Linus,

The following changes since commit 88603b6dc419445847923fcb7fe5080067a30f98:

  Linux 6.2-rc2 (2023-01-01 13:53:16 -0800)

are available in the Git repository at:

  https://github.com/ceph/ceph-client.git tags/ceph-for-6.2-rc3

for you to fetch changes up to 8e1858710d9a71d88acd922f2e95d1eddb90eea0:

  ceph: avoid use-after-free in ceph_fl_release_lock() (2023-01-02 12:27:25 +0100)

----------------------------------------------------------------
Two file locking fixes from Xiubo.

----------------------------------------------------------------
Xiubo Li (2):
      ceph: switch to vfs_inode_has_locks() to fix file lock bug
      ceph: avoid use-after-free in ceph_fl_release_lock()

 fs/ceph/caps.c     |  2 +-
 fs/ceph/locks.c    | 24 ++++++++++++++++++------
 fs/ceph/super.h    |  1 -
 include/linux/fs.h |  3 +++
 4 files changed, 22 insertions(+), 8 deletions(-)

Comments

pr-tracker-bot@kernel.org Jan. 6, 2023, 9:19 p.m. UTC | #1
The pull request you sent on Fri,  6 Jan 2023 19:29:51 +0100:

> https://github.com/ceph/ceph-client.git tags/ceph-for-6.2-rc3

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/5c1a712f71286b8435d48e3be5f8faf39a4cc837

Thank you!