mbox series

[GIT,PULL] Ceph fixes for 5.3-rc7

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

Pull-request

https://github.com/ceph/ceph-client.git tags/ceph-for-5.3-rc7

Message

Ilya Dryomov Aug. 30, 2019, 2:11 p.m. UTC
Hi Linus,

The following changes since commit a55aa89aab90fae7c815b0551b07be37db359d76:

  Linux 5.3-rc6 (2019-08-25 12:01:23 -0700)

are available in the Git repository at:

  https://github.com/ceph/ceph-client.git tags/ceph-for-5.3-rc7

for you to fetch changes up to d435c9a7b85be1e820668d2f3718c2d9f24d5548:

  rbd: restore zeroing past the overlap when reading from parent (2019-08-28 12:34:11 +0200)

----------------------------------------------------------------
A fix for a -rc1 regression in rbd and a trivial static checker fix.

----------------------------------------------------------------
Ilya Dryomov (1):
      rbd: restore zeroing past the overlap when reading from parent

Jia-Ju Bai (1):
      libceph: don't call crypto_free_sync_skcipher() on a NULL tfm

 drivers/block/rbd.c | 11 +++++++++++
 net/ceph/crypto.c   |  6 ++++--
 2 files changed, 15 insertions(+), 2 deletions(-)

Comments

pr-tracker-bot@kernel.org Aug. 30, 2019, 4:40 p.m. UTC | #1
The pull request you sent on Fri, 30 Aug 2019 16:11:15 +0200:

> https://github.com/ceph/ceph-client.git tags/ceph-for-5.3-rc7

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

Thank you!