mbox series

[GIT,PULL] Ceph fixes for 6.4-rc6

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

Pull-request

https://github.com/ceph/ceph-client.git tags/ceph-for-6.4-rc6

Message

Ilya Dryomov June 9, 2023, 4:31 p.m. UTC
Hi Linus,

The following changes since commit 9561de3a55bed6bdd44a12820ba81ec416e705a7:

  Linux 6.4-rc5 (2023-06-04 14:04:27 -0400)

are available in the Git repository at:

  https://github.com/ceph/ceph-client.git tags/ceph-for-6.4-rc6

for you to fetch changes up to 409e873ea3c1fd3079909718bbeb06ac1ec7f38b:

  ceph: fix use-after-free bug for inodes when flushing capsnaps (2023-06-08 08:56:25 +0200)

----------------------------------------------------------------
A fix for a potential data corruption in differential backup and
snapshot-based mirroring scenarios in RBD and a reference counting
fixup to avoid use-after-free in CephFS, all marked for stable.

----------------------------------------------------------------
Ilya Dryomov (2):
      rbd: move RBD_OBJ_FLAG_COPYUP_ENABLED flag setting
      rbd: get snapshot context after exclusive lock is ensured to be held

Xiubo Li (1):
      ceph: fix use-after-free bug for inodes when flushing capsnaps

 drivers/block/rbd.c | 62 +++++++++++++++++++++++++++++++++++++----------------
 fs/ceph/caps.c      |  6 ++++++
 fs/ceph/snap.c      |  4 +++-
 3 files changed, 53 insertions(+), 19 deletions(-)

Comments

pr-tracker-bot@kernel.org June 9, 2023, 6:19 p.m. UTC | #1
The pull request you sent on Fri,  9 Jun 2023 18:31:42 +0200:

> https://github.com/ceph/ceph-client.git tags/ceph-for-6.4-rc6

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/7e8c948b3f09b19e3883517e10a3d5ffa9899f84

Thank you!