All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] Ceph fixes for 5.17-rc3
@ 2022-02-04 13:15 Ilya Dryomov
  2022-02-04 17:58 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Ilya Dryomov @ 2022-02-04 13:15 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: ceph-devel, linux-kernel

Hi Linus,

The following changes since commit 26291c54e111ff6ba87a164d85d4a4e134b7315c:

  Linux 5.17-rc2 (2022-01-30 15:37:07 +0200)

are available in the Git repository at:

  https://github.com/ceph/ceph-client.git tags/ceph-for-5.17-rc3

for you to fetch changes up to 038b8d1d1ab1cce11a158d30bf080ff41a2cfd15:

  libceph: optionally use bounce buffer on recv path in crc mode (2022-02-02 18:50:36 +0100)

----------------------------------------------------------------
A patch to make it possible to disable zero copy path in the messenger
to avoid checksum or authentication tag mismatches and ensuing session
resets in case the destination buffer isn't guaranteed to be stable.

----------------------------------------------------------------
Ilya Dryomov (2):
      libceph: make recv path in secure mode work the same as send path
      libceph: optionally use bounce buffer on recv path in crc mode

 include/linux/ceph/libceph.h   |   1 +
 include/linux/ceph/messenger.h |   5 +
 net/ceph/ceph_common.c         |   7 ++
 net/ceph/messenger.c           |   4 +
 net/ceph/messenger_v1.c        |  54 ++++++++-
 net/ceph/messenger_v2.c        | 250 ++++++++++++++++++++++++++++++-----------
 6 files changed, 251 insertions(+), 70 deletions(-)

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [GIT PULL] Ceph fixes for 5.17-rc3
  2022-02-04 13:15 [GIT PULL] Ceph fixes for 5.17-rc3 Ilya Dryomov
@ 2022-02-04 17:58 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2022-02-04 17:58 UTC (permalink / raw)
  To: Ilya Dryomov; +Cc: Linus Torvalds, ceph-devel, linux-kernel

The pull request you sent on Fri,  4 Feb 2022 14:15:18 +0100:

> https://github.com/ceph/ceph-client.git tags/ceph-for-5.17-rc3

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

Thank you!

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-02-04 17:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-04 13:15 [GIT PULL] Ceph fixes for 5.17-rc3 Ilya Dryomov
2022-02-04 17:58 ` pr-tracker-bot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.