Re: [GIT PULL] Ceph fixes for 5.11-rc5

2021-01-22 Thread pr-tracker-bot
The pull request you sent on Fri, 22 Jan 2021 17:06:05 +0100:

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

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

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html


[GIT PULL] Ceph fixes for 5.11-rc5

2021-01-22 Thread Ilya Dryomov
Hi Linus,

The following changes since commit e71ba9452f0b5b2e8dc8aa5445198cd9214a6a62:

  Linux 5.11-rc2 (2021-01-03 15:55:30 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 9d5ae6f3c50a6f718b6d4be3c7b0828966e01b05:

  libceph: fix "Boolean result is used in bitwise operation" warning 
(2021-01-21 16:49:59 +0100)


A patch to zero out sensitive cryptographic data and two minor cleanups
prompted by the fact that a bunch of code was moved in this cycle.


Ilya Dryomov (3):
  libceph: zero out session key and connection secret
  libceph, ceph: disambiguate ceph_connection_operations handlers
  libceph: fix "Boolean result is used in bitwise operation" warning

 fs/ceph/mds_client.c| 34 ++---
 net/ceph/auth_x.c   | 57 +
 net/ceph/crypto.c   |  3 ++-
 net/ceph/messenger_v1.c |  2 +-
 net/ceph/messenger_v2.c | 45 +-
 net/ceph/mon_client.c   | 14 ++--
 net/ceph/osd_client.c   | 40 +-
 7 files changed, 107 insertions(+), 88 deletions(-)