[GIT PULL] Block fixes for 4.8-rc

From: Jens Axboe
Date: Thu Sep 15 2016 - 10:54:35 EST


Hi Linus,

A set of fixes for the current series in the realm of block. Like the
previous pull request, the meat of it are fixes for the nvme fabrics/target
code. Outside of that, just one fix from Gabriel for not doing a queue
suspend if we didn't get the admin queue setup in the first place.

Note that this branch contains a patch that will cause a merge conflict
with your commit:

commit bd0b841fee49de421f615cc173ccff063303672f
Author: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>
Date: Sun Sep 11 14:41:49 2016 -0700

nvme: make NVME_RDMA depend on BLOCK

since you ended up fixing that one up yourself. Apart from that, it will
merge cleanly.

Please pull!


git://git.kernel.dk/linux-block.git for-linus


----------------------------------------------------------------
Arnd Bergmann (1):
nvme-rdma: add back dependency on CONFIG_BLOCK

Colin Ian King (1):
nvme-rdma: fix null pointer dereference on req->mr

Gabriel Krisman Bertazi (1):
nvme: Don't suspend admin queue that wasn't created

Jens Axboe (1):
Merge branch 'nvmf-4.8-rc' of git://git.infradead.org/nvme-fabrics into for-linus

Sagi Grimberg (1):
nvme-rdma: add DELETING queue flag

Steve Wise (5):
iw_cxgb4: call dev_put() on l2t allocation failure
iw_cxgb4: block module unload until all ep resources are released
nvme_rdma: keep a ref on the ctrl during delete/flush
nvme-rdma: destroy nvme queue rdma resources on connect failure
nvme-rdma: use ib_client API to detect device removal

Wenbo Wang (1):
nvme/quirk: Add a delay before checking device ready for memblaze device

drivers/infiniband/hw/cxgb4/cm.c | 6 +-
drivers/infiniband/hw/cxgb4/device.c | 5 ++
drivers/infiniband/hw/cxgb4/iw_cxgb4.h | 1 +
drivers/nvme/host/Kconfig | 1 +
drivers/nvme/host/pci.c | 9 ++-
drivers/nvme/host/rdma.c | 144 ++++++++++++++++-----------------
6 files changed, 91 insertions(+), 75 deletions(-)

--
Jens Axboe