[GIT PULL] Block fixes for 4.9-rc

From: Jens Axboe
Date: Thu Nov 17 2016 - 16:36:20 EST


Hi Linus,

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.

Please pull!


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


----------------------------------------------------------------
Bart Van Assche (1):
nvmet-rdma: Fix possible NULL deref when handling rdma cm events

Christoph Hellwig (1):
nvme-rdma: reject non-connect commands before the queue is live

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

Keith Busch (1):
nvme/pci: Don't free queues on error

Sagi Grimberg (3):
nvmet: Don't queue fatal error work if csts.cfs is set
nvmet-rdma: don't forget to delete a queue from the list of connection failed
nvmet-rdma: drain the queue-pair just before freeing it

Steve Wise (1):
nvme-rdma: stop and free io queues on connect failure

drivers/nvme/host/pci.c | 18 ++++--------------
drivers/nvme/host/rdma.c | 42 +++++++++++++++++++++++++++++++++++++++---
drivers/nvme/target/core.c | 10 +++++++---
drivers/nvme/target/rdma.c | 18 +++++++++++++++---
4 files changed, 65 insertions(+), 23 deletions(-)

--
Jens Axboe