[GIT PULL] Ceph fixes for 5.14-rc8

From: Ilya Dryomov
Date: Thu Aug 26 2021 - 11:52:02 EST


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(-)