Message ID | 20200927072343.GA381603@infradead.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [GIT,PULL] nvme updates for 5.10 | expand |
On 2020/09/27 16:23, Christoph Hellwig wrote: > The following changes since commit 163090c14a42778c3ccfbdaf39133129bea68632: > > Merge branch 'md-next' of https://git.kernel.org/pub/scm/linux/kernel/git/song/md into for-5.10/drivers (2020-09-25 07:48:20 -0600) > > are available in the Git repository at: > > git://git.infradead.org/nvme.git tags/nvme-5.10-2020-09-27 > > for you to fetch changes up to 21cc2f3f799fa228f812f7ab971fa8d43c893392: > > nvme-pci: allocate separate interrupt for the reserved non-polled I/O queue (2020-09-27 09:14:19 +0200) > > ---------------------------------------------------------------- > nvme updates for 5.10 > > - fix keep alive timer modification (Amit Engel) > - order the PCI ID list more sensibly (Andy Shevchenko) > - cleanup the open by controller helper (Chaitanya Kulkarni) > - use an xarray for th CSE log lookup (Chaitanya Kulkarni) > - support ZNS in nvmet passthrough mode (Chaitanya Kulkarni) > - fix nvme_ns_report_zones (me) Shouldn't this one go into 5.9-rc7 as a fix ? > - add a sanity check to nvmet-fc (James Smart) > - fix interrupt allocation when too many polled queues are specified > (Jeffle Xu) > - small nvmet-tcp optimization (Mark Wunderlich) > > ---------------------------------------------------------------- > Amit Engel (1): > nvmet: handle keep-alive timer when kato is modified by a set features cmd > > Andy Shevchenko (1): > nvme-pci: Move enumeration by class to be last in the table > > Chaitanya Kulkarni (3): > nvme: lift the file open code from nvme_ctrl_get_by_path > nvme: use an xarray to lookup the Commands Supported and Effects log > nvmet: add passthru ZNS support > > Christoph Hellwig (1): > nvme: fix error handling in nvme_ns_report_zones > > James Smart (1): > nvmet-fc: fix missing check for no hostport struct > > Jeffle Xu (1): > nvme-pci: allocate separate interrupt for the reserved non-polled I/O queue > > Mark Wunderlich (1): > nvmet-tcp: have queue io_work context run on sock incoming cpu > > drivers/nvme/host/core.c | 56 +++++++---------------------------------- > drivers/nvme/host/nvme.h | 4 +-- > drivers/nvme/host/pci.c | 35 +++++++++++++------------- > drivers/nvme/host/zns.c | 41 ++++++++++++------------------ > drivers/nvme/target/admin-cmd.c | 2 ++ > drivers/nvme/target/core.c | 4 +-- > drivers/nvme/target/fc.c | 2 +- > drivers/nvme/target/nvmet.h | 2 ++ > drivers/nvme/target/passthru.c | 43 +++++++++++++++++++++++-------- > drivers/nvme/target/tcp.c | 21 ++++++++-------- > 10 files changed, 93 insertions(+), 117 deletions(-) >
On Mon, Sep 28, 2020 at 01:53:46AM +0000, Damien Le Moal wrote: > > - support ZNS in nvmet passthrough mode (Chaitanya Kulkarni) > > - fix nvme_ns_report_zones (me) > > Shouldn't this one go into 5.9-rc7 as a fix ? It is a fix, but not a critical one given that ZNS has just shown up and does not have any real products yet. I'd still go for 5.9 if we didn't have dependencies on it that are going to shop up for 5.10. So 5.10 for now. 5.9-stable pretty soon.
On 2020/09/28 15:03, hch@infradead.org wrote: > On Mon, Sep 28, 2020 at 01:53:46AM +0000, Damien Le Moal wrote: >>> - support ZNS in nvmet passthrough mode (Chaitanya Kulkarni) >>> - fix nvme_ns_report_zones (me) >> >> Shouldn't this one go into 5.9-rc7 as a fix ? > > It is a fix, but not a critical one given that ZNS has just shown up > and does not have any real products yet. I'd still go for 5.9 if we > didn't have dependencies on it that are going to shop up for 5.10. > > So 5.10 for now. 5.9-stable pretty soon. OK. Thanks !
On 9/27/20 1:23 AM, Christoph Hellwig wrote: > The following changes since commit 163090c14a42778c3ccfbdaf39133129bea68632: > > Merge branch 'md-next' of https://git.kernel.org/pub/scm/linux/kernel/git/song/md into for-5.10/drivers (2020-09-25 07:48:20 -0600) > > are available in the Git repository at: > > git://git.infradead.org/nvme.git tags/nvme-5.10-2020-09-27 Pulled, thanks.