All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] NVMe patches for kernel v5.1
@ 2019-02-14 22:50 Bart Van Assche
  2019-02-14 22:50 ` [PATCH 1/6] nvmet: Fix indentation Bart Van Assche
                   ` (6 more replies)
  0 siblings, 7 replies; 21+ messages in thread
From: Bart Van Assche @ 2019-02-14 22:50 UTC (permalink / raw)


Hi Christoph,

The patches in this series are what I came up with after having analyzed the
output of gcc W=1, sparse, smatch and blktests. Please consider these patches
for kernel v5.1.

Thanks,

Bart.

Bart Van Assche (6):
  nvmet: Fix indentation
  nvme-fabrics: Document the poll function argument
  nvme-pci: Check kstrtoint() return value in queue_count_set()
  nvme: Unexport nvme_delete_ctrl_sync()
  nvme: Introduce a helper function for controller deletion
  nvme: Avoid that deleting a controller triggers a circular locking
    complaint

 drivers/nvme/host/core.c        | 21 +++++++++++++--------
 drivers/nvme/host/fabrics.c     |  1 +
 drivers/nvme/host/nvme.h        |  1 -
 drivers/nvme/host/pci.c         |  2 ++
 drivers/nvme/target/discovery.c |  2 +-
 5 files changed, 17 insertions(+), 10 deletions(-)

-- 
2.21.0.rc0.258.g878e2cd30e-goog

^ permalink raw reply	[flat|nested] 21+ messages in thread

end of thread, other threads:[~2019-02-20 14:20 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-02-14 22:50 [PATCH 0/6] NVMe patches for kernel v5.1 Bart Van Assche
2019-02-14 22:50 ` [PATCH 1/6] nvmet: Fix indentation Bart Van Assche
2019-02-14 22:59   ` Chaitanya Kulkarni
2019-02-19 18:53   ` Sagi Grimberg
2019-02-14 22:50 ` [PATCH 2/6] nvme-fabrics: Document the poll function argument Bart Van Assche
2019-02-14 23:02   ` Chaitanya Kulkarni
2019-02-19 18:54   ` Sagi Grimberg
2019-02-14 22:50 ` [PATCH 3/6] nvme-pci: Check kstrtoint() return value in queue_count_set() Bart Van Assche
2019-02-14 23:04   ` Chaitanya Kulkarni
2019-02-19 18:54   ` Sagi Grimberg
2019-02-14 22:50 ` [PATCH 4/6] nvme: Unexport nvme_delete_ctrl_sync() Bart Van Assche
2019-02-14 23:05   ` Chaitanya Kulkarni
2019-02-19 18:54   ` Sagi Grimberg
2019-02-14 22:50 ` [PATCH 5/6] nvme: Introduce a helper function for controller deletion Bart Van Assche
2019-02-19 18:54   ` Sagi Grimberg
2019-02-14 22:50 ` [PATCH 6/6] nvme: Avoid that deleting a controller triggers a circular locking complaint Bart Van Assche
2019-02-19 15:16   ` Christoph Hellwig
2019-02-19 16:55     ` Keith Busch
2019-02-19 18:58       ` Sagi Grimberg
2019-02-20 14:20   ` Christoph Hellwig
2019-02-19 15:25 ` [PATCH 0/6] NVMe patches for kernel v5.1 Christoph Hellwig

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.