[<prev] [next>] [day] [month] [year] [list]
Message-ID: <e3b80293-d2e2-dc21-073b-b892664dff36@fb.com>
Date: Thu, 15 Sep 2016 08:54:03 -0600
From: Jens Axboe <axboe@...com>
To: Linus Torvalds <torvalds@...ux-foundation.org>
CC: "linux-block@...r.kernel.org" <linux-block@...r.kernel.org>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
Subject: [GIT PULL] Block fixes for 4.8-rc
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@...ux-foundation.org>
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
Powered by blists - more mailing lists