]> Gentwo Git Trees - linux/.git/commit
Merge tag 'ceph-for-6.18-rc8' of https://github.com/ceph/ceph-client
authorLinus Torvalds <torvalds@linux-foundation.org>
Thu, 27 Nov 2025 19:11:03 +0000 (11:11 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 27 Nov 2025 19:11:03 +0000 (11:11 -0800)
commite1afacb68573c3cd0a3785c6b0508876cd3423bc
tree455f83deddb63b4a27b03a9b9da7a5f35f4f5038
parent1f5e808aa63af61ec0d6a14909056d6668813e86
parent7fce830ecd0a0256590ee37eb65a39cbad3d64fc
Merge tag 'ceph-for-6.18-rc8' of https://github.com/ceph/ceph-client

Pull ceph fixes from Ilya Dryomov:
 "A patch to make sparse read handling work in msgr2 secure mode from
  Slava and a couple of fixes from Ziming and myself to avoid operating
  on potentially invalid memory, all marked for stable"

* tag 'ceph-for-6.18-rc8' of https://github.com/ceph/ceph-client:
  libceph: prevent potential out-of-bounds writes in handle_auth_session_key()
  libceph: replace BUG_ON with bounds check for map->max_osd
  ceph: fix crash in process_v2_sparse_read() for encrypted directories
  libceph: drop started parameter of __ceph_open_session()
  libceph: fix potential use-after-free in have_mon_and_osd_map()