]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Merge tag 'ceph-for-7.0-rc4' of https://github.com/ceph/ceph-client
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 13 Mar 2026 21:03:58 +0000 (14:03 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 13 Mar 2026 21:03:58 +0000 (14:03 -0700)
commit2c361c9b7f452cf5331fe0d1230ab23c374a1fd2
tree0f6174f103596214256fa953e58b18ccc4d86174
parent399af66228cfd7df79dc360810b6b673000f8090
parentb282c43ed156ae15ea76748fc15cd5c39dc9ab72
Merge tag 'ceph-for-7.0-rc4' of https://github.com/ceph/ceph-client

Pull ceph fixes from Ilya Dryomov:
 "A small pile of CephFS and messenger bug fixes, all marked for stable"

* tag 'ceph-for-7.0-rc4' of https://github.com/ceph/ceph-client:
  libceph: Fix potential out-of-bounds access in ceph_handle_auth_reply()
  libceph: Use u32 for non-negative values in ceph_monmap_decode()
  MAINTAINERS: update email address of Dongsheng Yang
  libceph: reject preamble if control segment is empty
  libceph: admit message frames only in CEPH_CON_S_OPEN state
  libceph: prevent potential out-of-bounds reads in process_message_header()
  ceph: do not skip the first folio of the next object in writeback
  ceph: fix memory leaks in ceph_mdsc_build_path()
  ceph: add a bunch of missing ceph_path_info initializers
  ceph: fix i_nlink underrun during async unlink
MAINTAINERS