]> 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)
commit0eae820b0badf401480ce53ecfa9eed7f6269cac
tree91f673bf77fd1c278e7536f3e87da5964aa4bf98
parent7f57c06227fa148b7588bff6246e4207121f219f
parenta466dfe238711ba8449fae49adb8302836d3554b
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