[GIT PULL] Ceph fixes for 6.12-rc2

From: Ilya Dryomov
Date: Fri Oct 04 2024 - 13:07:23 EST


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(-)