]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'ceph-for-5.7-rc2' of git://github.com/ceph/ceph-client
authorLinus Torvalds <torvalds@linux-foundation.org>
Thu, 16 Apr 2020 17:29:34 +0000 (10:29 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 16 Apr 2020 17:29:34 +0000 (10:29 -0700)
commit3d677880a4fc22e8ae4d6afec6582ad036b9322e
tree91f673bf77fd1c278e7536f3e87da5964aa4bf98
parent7e5d971e1fcbe082c3ee35694a212fc9376be3aa
parente7609d63b57058c517bafad830abbb432759ca71
Merge tag 'ceph-for-5.7-rc2' of git://github.com/ceph/ceph-client

Pull ceph fixes from Ilya Dryomov:

 - a set of patches for a deadlock on "rbd map" error path

 - a fix for invalid pointer dereference and uninitialized variable use
   on asynchronous create and unlink error paths.

* tag 'ceph-for-5.7-rc2' of git://github.com/ceph/ceph-client:
  ceph: fix potential bad pointer deref in async dirops cb's
  rbd: don't mess with a page vector in rbd_notify_op_lock()
  rbd: don't test rbd_dev->opts in rbd_dev_image_release()
  rbd: call rbd_dev_unprobe() after unwatching and flushing notifies
  rbd: avoid a deadlock on header_rwsem when flushing notifies