mbox series

[GIT,PULL] Ceph fixes for 5.7-rc2

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

Pull-request

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

Message

Ilya Dryomov April 16, 2020, 5:23 p.m. UTC
Hi Linus,

The following changes since commit 8f3d9f354286745c751374f5f1fcafee6b3f3136:

  Linux 5.7-rc1 (2020-04-12 12:35:55 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 2a575f138d003fff0f4930b5cfae4a1c46343b8f:

  ceph: fix potential bad pointer deref in async dirops cb's (2020-04-13 19:33:47 +0200)

----------------------------------------------------------------
A set of patches for a deadlock on "rbd map" error path and a fix
for invalid pointer dereference and uninitialized variable use on
asynchronous create and unlink error paths.

----------------------------------------------------------------
Ilya Dryomov (4):
      rbd: avoid a deadlock on header_rwsem when flushing notifies
      rbd: call rbd_dev_unprobe() after unwatching and flushing notifies
      rbd: don't test rbd_dev->opts in rbd_dev_image_release()
      rbd: don't mess with a page vector in rbd_notify_op_lock()

Jeff Layton (1):
      ceph: fix potential bad pointer deref in async dirops cb's

 drivers/block/rbd.c  | 33 +++++++++++++++++++--------------
 fs/ceph/dir.c        |  4 ++--
 fs/ceph/file.c       |  4 ++--
 fs/ceph/mds_client.h |  2 +-
 4 files changed, 24 insertions(+), 19 deletions(-)

Comments

pr-tracker-bot@kernel.org April 16, 2020, 5:55 p.m. UTC | #1
The pull request you sent on Thu, 16 Apr 2020 19:23:21 +0200:

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

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

Thank you!