]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
authorLinus Torvalds <torvalds@linux-foundation.org>
Thu, 17 Nov 2016 21:59:39 +0000 (13:59 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 17 Nov 2016 21:59:39 +0000 (13:59 -0800)
commit623898671c8eb05639e746e6d84cffa281616438
tree476176839bb7ab1c5ff435d5993abba18e5070f6
parent57400d305201e1025ea0c20c851173146271bd1b
parentd48756228ee9161ac8836b346589a43fabdc9f3c
Merge branch 'for-linus' of git://git.kernel.dk/linux-block

Pull block fixes from Jens Axboe:
 "A set of fixes, one for NVMe from Keith, and a set for nvme-{rdma,t,f}
  from the usual suspects, fixing actual problems that would be a shame
  to release 4.9 with"

* 'for-linus' of git://git.kernel.dk/linux-block:
  nvme/pci: Don't free queues on error
  nvmet-rdma: drain the queue-pair just before freeing it
  nvme-rdma: stop and free io queues on connect failure
  nvmet-rdma: don't forget to delete a queue from the list of connection failed
  nvmet: Don't queue fatal error work if csts.cfs is set
  nvme-rdma: reject non-connect commands before the queue is live
  nvmet-rdma: Fix possible NULL deref when handling rdma cm events