[GIT PULL] Ceph fixes for 5.11-rc2

From: Ilya Dryomov
Date: Wed Dec 30 2020 - 12:40:11 EST


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