[GIT PULL] Ceph fixes for 6.10-rc8

From: Ilya Dryomov
Date: Fri Jul 12 2024 - 12:48:13 EST


Hi Linus,

The following changes since commit 256abd8e550ce977b728be79a74e1729438b4948:

Linux 6.10-rc7 (2024-07-07 14:23:46 -0700)

are available in the Git repository at:

https://github.com/ceph/ceph-client.git tags/ceph-for-6.10-rc8

for you to fetch changes up to 359bc01d2ecc9093216d21cfa03a545c44413cb6:

libceph: fix crush_choose_firstn() kernel-doc warnings (2024-07-11 16:33:07 +0200)

----------------------------------------------------------------
A fix for a possible use-after-free following "rbd unmap" or "umount"
marked for stable and two kernel-doc fixups.

----------------------------------------------------------------
Ilya Dryomov (1):
libceph: fix race between delayed_work() and ceph_monc_stop()

Jeff Johnson (2):
libceph: suppress crush_choose_indep() kernel-doc warnings
libceph: fix crush_choose_firstn() kernel-doc warnings

net/ceph/crush/mapper.c | 7 +++++--
net/ceph/mon_client.c | 14 ++++++++++++--
2 files changed, 17 insertions(+), 4 deletions(-)