mbox series

[GIT,PULL] Ceph fix for 5.18-rc8

Message ID 20220520152306.10106-1-idryomov@gmail.com
State New
Headers show
Series [GIT,PULL] Ceph fix for 5.18-rc8 | expand

Pull-request

https://github.com/ceph/ceph-client.git tags/ceph-for-5.18-rc8

Message

Ilya Dryomov May 20, 2022, 3:23 p.m. UTC
Hi Linus,

The following changes since commit 42226c989789d8da4af1de0c31070c96726d990c:

  Linux 5.18-rc7 (2022-05-15 18:08:58 -0700)

are available in the Git repository at:

  https://github.com/ceph/ceph-client.git tags/ceph-for-5.18-rc8

for you to fetch changes up to d0bb883c6355bcb2cc149fb4d5c3b28ccd327a5e:

  libceph: fix misleading ceph_osdc_cancel_request() comment (2022-05-18 21:21:29 +0200)

----------------------------------------------------------------
A fix for a nasty use-after-free, marked for stable.

----------------------------------------------------------------
Ilya Dryomov (2):
      libceph: fix potential use-after-free on linger ping and resends
      libceph: fix misleading ceph_osdc_cancel_request() comment

 include/linux/ceph/osd_client.h |   3 +
 net/ceph/osd_client.c           | 311 ++++++++++++++++------------------------
 2 files changed, 129 insertions(+), 185 deletions(-)