[GIT PULL] Ceph fixes for 6.1-rc6

From: Ilya Dryomov
Date: Thu Nov 17 2022 - 16:26:25 EST


Hi Linus,

The following changes since commit 094226ad94f471a9f19e8f8e7140a09c2625abaa:

Linux 6.1-rc5 (2022-11-13 13:12:55 -0800)

are available in the Git repository at:

https://github.com/ceph/ceph-client.git tags/ceph-for-6.1-rc6

for you to fetch changes up to 5bd76b8de5b74fa941a6eafee87728a0fe072267:

ceph: fix NULL pointer dereference for req->r_session (2022-11-14 10:29:05 +0100)

----------------------------------------------------------------
Three filesystem bug fixes, intended for stable.

----------------------------------------------------------------
Dan Carpenter (1):
ceph: fix a NULL vs IS_ERR() check when calling ceph_lookup_inode()

Palmer Dabbelt (1):
MAINTAINERS: git://github.com -> https://github.com for ceph

Xiubo Li (2):
ceph: avoid putting the realm twice when decoding snaps fails
ceph: fix NULL pointer dereference for req->r_session

MAINTAINERS | 6 +++---
fs/ceph/caps.c | 48 ++++++++++++------------------------------------
fs/ceph/inode.c | 2 +-
fs/ceph/snap.c | 3 ++-
4 files changed, 18 insertions(+), 41 deletions(-)