mbox series

[GIT,PULL] Ceph fixes for 6.12-rc2

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

Pull-request

https://github.com/ceph/ceph-client.git tags/ceph-for-6.12-rc2

Message

Ilya Dryomov Oct. 4, 2024, 5:06 p.m. UTC
Hi Linus,

The following changes since commit 9852d85ec9d492ebef56dc5f229416c925758edc:

  Linux 6.12-rc1 (2024-09-29 15:06:19 -0700)

are available in the Git repository at:

  https://github.com/ceph/ceph-client.git tags/ceph-for-6.12-rc2

for you to fetch changes up to ccda9910d8490f4fb067131598e4b2e986faa5a0:

  ceph: fix cap ref leak via netfs init_request (2024-10-03 09:31:08 +0200)

----------------------------------------------------------------
A fix from Patrick for a variety of CephFS lockup scenarios caused by
a regression in cap handling which sneaked in through the netfs helper
library in 5.18 (marked for stable) and an unrelated one-line cleanup.

----------------------------------------------------------------
Patrick Donnelly (1):
      ceph: fix cap ref leak via netfs init_request

Thorsten Blum (1):
      ceph: use struct_size() helper in __ceph_pool_perm_get()

 fs/ceph/addr.c | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

Comments

pr-tracker-bot@kernel.org Oct. 4, 2024, 5:50 p.m. UTC | #1
The pull request you sent on Fri,  4 Oct 2024 19:06:56 +0200:

> https://github.com/ceph/ceph-client.git tags/ceph-for-6.12-rc2

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

Thank you!