mbox series

[GIT,PULL] Ceph fixes for 6.10-rc8

Message ID 20240712164745.409957-1-idryomov@gmail.com (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] Ceph fixes for 6.10-rc8 | expand

Pull-request

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

Message

Ilya Dryomov July 12, 2024, 4:47 p.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org July 12, 2024, 7:12 p.m. UTC | #1
The pull request you sent on Fri, 12 Jul 2024 18:47:43 +0200:

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

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

Thank you!