From: Jens Axboe <axboe@kernel.dk>
To: Christoph Hellwig <hch@infradead.org>
Cc: Keith Busch <keith.busch@intel.com>,
linux-block@vger.kernel.org, Sagi Grimberg <sagi@grimberg.me>,
linux-nvme@lists.infradead.org
Subject: Re: [GIT PULL] last round of nvme updates for 5.2
Date: Thu, 2 May 2019 16:07:44 -0600 [thread overview]
Message-ID: <6c7c2e8b-bdb4-3814-31ed-300a04ec2285@kernel.dk> (raw)
In-Reply-To: <20190502215825.GA27894@infradead.org>
On 5/2/19 3:58 PM, Christoph Hellwig wrote:
> A couple more fixes and small cleanups for this merge window.
>
> The following changes since commit 2d5abb9a1e8e92b25e781f0c3537a5b3b4b2f033:
>
> bcache: make is_discard_enabled() static (2019-05-01 06:34:09 -0600)
>
> are available in the Git repository at:
>
> git://git.infradead.org/nvme.git nvme-5.2
>
> for you to fetch changes up to 6f53e73b9ec5b3cd097077c5ffcb76df708ce3f8:
>
> nvmet: protect discovery change log event list iteration (2019-05-01 09:18:47 -0400)
>
> ----------------------------------------------------------------
> Christoph Hellwig (2):
> nvme: move command size checks to the core
> nvme: mark nvme_core_init and nvme_core_exit static
>
> Hannes Reinecke (2):
> nvme-multipath: split bios with the ns_head bio_set before submitting
> nvme-multipath: don't print ANA group state by default
>
> Keith Busch (2):
> nvme-pci: shutdown on timeout during deletion
> nvme-pci: unquiesce admin queue on shutdown
>
> Klaus Birkelund Jensen (1):
> nvme-pci: fix psdt field for single segment sgls
>
> Minwoo Im (3):
> nvme-pci: remove an unneeded variable initialization
> nvme-pci: check more command sizes
> nvme-fabrics: check more command sizes
>
> Sagi Grimberg (2):
> nvme-tcp: fix possible null deref on a timed out io queue connect
> nvmet: protect discovery change log event list iteration
>
> drivers/nvme/host/core.c | 31 +++++++++++++++++++++++++++++--
> drivers/nvme/host/fabrics.c | 1 +
> drivers/nvme/host/multipath.c | 10 +++++++++-
> drivers/nvme/host/nvme.h | 3 ---
> drivers/nvme/host/pci.c | 37 +++++++++++++------------------------
> drivers/nvme/host/tcp.c | 3 ++-
> drivers/nvme/target/discovery.c | 5 +++++
> 7 files changed, 59 insertions(+), 31 deletions(-)
Pulled, thanks.
--
Jens Axboe
WARNING: multiple messages have this Message-ID (diff)
From: axboe@kernel.dk (Jens Axboe)
Subject: [GIT PULL] last round of nvme updates for 5.2
Date: Thu, 2 May 2019 16:07:44 -0600 [thread overview]
Message-ID: <6c7c2e8b-bdb4-3814-31ed-300a04ec2285@kernel.dk> (raw)
In-Reply-To: <20190502215825.GA27894@infradead.org>
On 5/2/19 3:58 PM, Christoph Hellwig wrote:
> A couple more fixes and small cleanups for this merge window.
>
> The following changes since commit 2d5abb9a1e8e92b25e781f0c3537a5b3b4b2f033:
>
> bcache: make is_discard_enabled() static (2019-05-01 06:34:09 -0600)
>
> are available in the Git repository at:
>
> git://git.infradead.org/nvme.git nvme-5.2
>
> for you to fetch changes up to 6f53e73b9ec5b3cd097077c5ffcb76df708ce3f8:
>
> nvmet: protect discovery change log event list iteration (2019-05-01 09:18:47 -0400)
>
> ----------------------------------------------------------------
> Christoph Hellwig (2):
> nvme: move command size checks to the core
> nvme: mark nvme_core_init and nvme_core_exit static
>
> Hannes Reinecke (2):
> nvme-multipath: split bios with the ns_head bio_set before submitting
> nvme-multipath: don't print ANA group state by default
>
> Keith Busch (2):
> nvme-pci: shutdown on timeout during deletion
> nvme-pci: unquiesce admin queue on shutdown
>
> Klaus Birkelund Jensen (1):
> nvme-pci: fix psdt field for single segment sgls
>
> Minwoo Im (3):
> nvme-pci: remove an unneeded variable initialization
> nvme-pci: check more command sizes
> nvme-fabrics: check more command sizes
>
> Sagi Grimberg (2):
> nvme-tcp: fix possible null deref on a timed out io queue connect
> nvmet: protect discovery change log event list iteration
>
> drivers/nvme/host/core.c | 31 +++++++++++++++++++++++++++++--
> drivers/nvme/host/fabrics.c | 1 +
> drivers/nvme/host/multipath.c | 10 +++++++++-
> drivers/nvme/host/nvme.h | 3 ---
> drivers/nvme/host/pci.c | 37 +++++++++++++------------------------
> drivers/nvme/host/tcp.c | 3 ++-
> drivers/nvme/target/discovery.c | 5 +++++
> 7 files changed, 59 insertions(+), 31 deletions(-)
Pulled, thanks.
--
Jens Axboe
next prev parent reply other threads:[~2019-05-02 22:07 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-05-02 21:58 [GIT PULL] last round of nvme updates for 5.2 Christoph Hellwig
2019-05-02 21:58 ` Christoph Hellwig
2019-05-02 22:07 ` Jens Axboe [this message]
2019-05-02 22:07 ` Jens Axboe
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=6c7c2e8b-bdb4-3814-31ed-300a04ec2285@kernel.dk \
--to=axboe@kernel.dk \
--cc=hch@infradead.org \
--cc=keith.busch@intel.com \
--cc=linux-block@vger.kernel.org \
--cc=linux-nvme@lists.infradead.org \
--cc=sagi@grimberg.me \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.