mbox series

[GIT,PULL] Ceph fixes for 6.6-rc6

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

Pull-request

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

Message

Ilya Dryomov Oct. 13, 2023, 3:35 p.m. UTC
Hi Linus,

The following changes since commit 94f6f0550c625fab1f373bb86a6669b45e9748b3:

  Linux 6.6-rc5 (2023-10-08 13:49:43 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 07bb00ef00ace88dd6f695fadbba76565756e55c:

  ceph: fix type promotion bug on 32bit systems (2023-10-09 13:35:24 +0200)

----------------------------------------------------------------
Fixes for an overreaching WARN_ON, two error paths and a switch to
kernel_connect() which recently grown protection against someone using
BPF to rewrite the address.  All but one marked for stable.

----------------------------------------------------------------
Dan Carpenter (1):
      ceph: fix type promotion bug on 32bit systems

Jordan Rife (1):
      libceph: use kernel_connect()

Luis Henriques (1):
      ceph: remove unnecessary IS_ERR() check in ceph_fname_to_usr()

Xiubo Li (1):
      ceph: fix incorrect revoked caps assert in ceph_fill_file_size()

 fs/ceph/crypto.c     | 2 +-
 fs/ceph/file.c       | 2 +-
 fs/ceph/inode.c      | 4 +---
 net/ceph/messenger.c | 4 ++--
 4 files changed, 5 insertions(+), 7 deletions(-)

Comments

pr-tracker-bot@kernel.org Oct. 13, 2023, 7:06 p.m. UTC | #1
The pull request you sent on Fri, 13 Oct 2023 17:35:42 +0200:

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

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

Thank you!