mbox series

[GIT,PULL] Ceph fixes for 6.1-rc6

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

Pull-request

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

Message

Ilya Dryomov Nov. 17, 2022, 9:24 p.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org Nov. 17, 2022, 9:42 p.m. UTC | #1
The pull request you sent on Thu, 17 Nov 2022 22:24:43 +0100:

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

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

Thank you!