mbox series

[GIT,PULL] Ceph fixes for 6.13-rc4

Message ID 20241220194104.1350097-1-idryomov@gmail.com
State New
Headers show
Series [GIT,PULL] Ceph fixes for 6.13-rc4 | expand

Pull-request

https://github.com/ceph/ceph-client.git tags/ceph-for-6.13-rc4

Message

Ilya Dryomov Dec. 20, 2024, 7:40 p.m. UTC
Hi Linus,

The following changes since commit 78d4f34e2115b517bcbfe7ec0d018bbbb6f9b0b8:

  Linux 6.13-rc3 (2024-12-15 15:58:23 -0800)

are available in the Git repository at:

  https://github.com/ceph/ceph-client.git tags/ceph-for-6.13-rc4

for you to fetch changes up to 18d44c5d062b97b97bb0162d9742440518958dc1:

  ceph: allocate sparse_ext map only for sparse reads (2024-12-16 23:25:44 +0100)

----------------------------------------------------------------
A handful of important CephFS fixes from Max, Alex and myself: memory
corruption due to a buffer overrun, potential infinite loop and several
memory leaks on the error paths.  All but one marked for stable.

----------------------------------------------------------------
Alex Markuze (1):
      ceph: improve error handling and short/overflow-read logic in __ceph_sync_read()

Ilya Dryomov (3):
      ceph: validate snapdirname option length when mounting
      ceph: fix memory leak in ceph_direct_read_write()
      ceph: allocate sparse_ext map only for sparse reads

Max Kellermann (2):
      ceph: fix memory leaks in __ceph_sync_read()
      ceph: give up on paths longer than PATH_MAX

 fs/ceph/file.c        | 77 +++++++++++++++++++++++++--------------------------
 fs/ceph/mds_client.c  |  9 +++---
 fs/ceph/super.c       |  2 ++
 net/ceph/osd_client.c |  2 ++
 4 files changed, 46 insertions(+), 44 deletions(-)

Comments

pr-tracker-bot@kernel.org Dec. 21, 2024, 5:37 p.m. UTC | #1
The pull request you sent on Fri, 20 Dec 2024 20:40:54 +0100:

> https://github.com/ceph/ceph-client.git tags/ceph-for-6.13-rc4

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

Thank you!