mbox series

[GIT,PULL] Ceph fixes for 5.14-rc8

Message ID 20210826155142.31960-1-idryomov@gmail.com (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] Ceph fixes for 5.14-rc8 | expand

Pull-request

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

Message

Ilya Dryomov Aug. 26, 2021, 3:51 p.m. UTC
Hi Linus,

The following changes since commit e22ce8eb631bdc47a4a4ea7ecf4e4ba499db4f93:

  Linux 5.14-rc7 (2021-08-22 14:24:56 -0700)

are available in the Git repository at:

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

for you to fetch changes up to a9e6ffbc5b7324b6639ee89028908b1e91ceed51:

  ceph: fix possible null-pointer dereference in ceph_mdsmap_decode() (2021-08-25 16:34:11 +0200)

----------------------------------------------------------------
Two memory management fixes for the filesystem.

----------------------------------------------------------------
Tuo Li (1):
      ceph: fix possible null-pointer dereference in ceph_mdsmap_decode()

Xiubo Li (1):
      ceph: correctly handle releasing an embedded cap flush

 fs/ceph/caps.c       | 21 +++++++++++++--------
 fs/ceph/mds_client.c |  7 ++++---
 fs/ceph/mdsmap.c     |  8 +++++---
 fs/ceph/snap.c       |  3 +++
 fs/ceph/super.h      |  3 ++-
 5 files changed, 27 insertions(+), 15 deletions(-)

Comments

pr-tracker-bot@kernel.org Aug. 26, 2021, 6:52 p.m. UTC | #1
The pull request you sent on Thu, 26 Aug 2021 17:51:42 +0200:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/97d8cc20085f63cfbf0b123295e12cf9ad66a03c

Thank you!