[GIT PULL] Ceph fixes for 6.19-rc5

From: Ilya Dryomov

Date: Fri Jan 09 2026 - 12:51:25 EST


Hi Linus,

The following changes since commit 9ace4753a5202b02191d54e9fdf7f9e3d02b85eb:

Linux 6.19-rc4 (2026-01-04 14:41:55 -0800)

are available in the Git repository at:

https://github.com/ceph/ceph-client.git tags/ceph-for-6.19-rc5

for you to fetch changes up to c0fe2994f9a9d0a2ec9e42441ea5ba74b6a16176:

libceph: make calc_target() set t->paused, not just clear it (2026-01-06 00:39:43 +0100)

----------------------------------------------------------------
A bunch of libceph fixes split evenly between memory safety and
implementation correctness issues (all marked for stable) and a change
in maintainers for CephFS: Slava and Alex have formally taken over
Xiubo's role.

----------------------------------------------------------------
Ilya Dryomov (3):
libceph: replace overzealous BUG_ON in osdmap_apply_incremental()
libceph: return the handler error from mon_handle_auth_done()
libceph: make calc_target() set t->paused, not just clear it

Sam Edwards (1):
libceph: reset sparse-read state in osd_fault()

Tuo Li (1):
libceph: make free_choose_arg_map() resilient to partial allocation

Viacheslav Dubeyko (1):
ceph: update co-maintainers list in MAINTAINERS

ziming zhang (1):
libceph: prevent potential out-of-bounds reads in handle_auth_done()

MAINTAINERS | 6 ++++--
net/ceph/messenger_v2.c | 2 ++
net/ceph/mon_client.c | 2 +-
net/ceph/osd_client.c | 14 ++++++++++++--
net/ceph/osdmap.c | 24 +++++++++++++++---------
5 files changed, 34 insertions(+), 14 deletions(-)