mbox series

[GIT,PULL] Ceph fixes for 5.11-rc2

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

Pull-request

https://github.com/ceph/ceph-client.git tags/ceph-for-5.11-rc2

Message

Ilya Dryomov Dec. 30, 2020, 5:38 p.m. UTC
Hi Linus,

The following changes since commit 5c8fe583cce542aa0b84adc939ce85293de36e5e:

  Linux 5.11-rc1 (2020-12-27 15:30:22 -0800)

are available in the Git repository at:

  https://github.com/ceph/ceph-client.git tags/ceph-for-5.11-rc2

for you to fetch changes up to 664f1e259a982bf213f0cd8eea7616c89546585c:

  libceph: add __maybe_unused to DEFINE_MSGR2_FEATURE (2020-12-28 20:34:33 +0100)

----------------------------------------------------------------
A fix for an edge case in MClientRequest encoding and a couple of
trivial fixups for the new msgr2 support.

----------------------------------------------------------------
Ilya Dryomov (4):
      ceph: reencode gid_list when reconnecting
      libceph: fix auth_signature buffer allocation in secure mode
      libceph: align session_key and con_secret to 16 bytes
      libceph: add __maybe_unused to DEFINE_MSGR2_FEATURE

 fs/ceph/mds_client.c      | 53 ++++++++++++++++++++---------------------------
 include/linux/ceph/msgr.h |  4 ++--
 net/ceph/messenger_v2.c   | 15 +++++++++++---
 3 files changed, 36 insertions(+), 36 deletions(-)

Comments

pr-tracker-bot@kernel.org Dec. 30, 2020, 8:15 p.m. UTC | #1
The pull request you sent on Wed, 30 Dec 2020 18:38:46 +0100:

> https://github.com/ceph/ceph-client.git tags/ceph-for-5.11-rc2

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

Thank you!