From: Christoph Hellwig <hch@infradead.org>
To: Jens Axboe <axboe@kernel.dk>
Cc: Keith Busch <kbusch@kernel.org>,
linux-block@vger.kernel.org, Sagi Grimberg <sagi@grimberg.me>,
linux-nvme@lists.infradead.org
Subject: [GIT PULL] nvme fixes for Linux 5.13
Date: Thu, 27 May 2021 13:58:21 +0200 [thread overview]
Message-ID: <YK+JXQOdbaoUH4Zr@infradead.org> (raw)
The following changes since commit bc6a385132601c29a6da1dbf8148c0d3c9ad36dc:
block: fix a race between del_gendisk and BLKRRPART (2021-05-20 07:59:35 -0600)
are available in the Git repository at:
git://git.infradead.org/nvme.git tags/nvme-5.13-2021-05-27
for you to fetch changes up to aaeadd7075dc9e184bc7876e9dd7b3bada771df2:
nvmet: fix false keep-alive timeout when a controller is torn down (2021-05-26 16:18:22 +0200)
----------------------------------------------------------------
nvme fixes for Linux 5.13
- fix a memory leak in nvme_cdev_add (Guoqing Jiang)
- fix inline data size comparison in nvmet_tcp_queue_response (Hou Pu)
- fix false keep-alive timeout when a controller is torn down
(Sagi Grimberg)
- fix a nvme-tcp Kconfig dependency (Sagi Grimberg)
- short-circuit reconnect retries for FC (Hannes Reinecke)
- decode host pathing error for connect (Hannes Reinecke)
----------------------------------------------------------------
Guoqing Jiang (1):
nvme: fix potential memory leaks in nvme_cdev_add
Hannes Reinecke (2):
nvme-fc: short-circuit reconnect retries
nvme-fabrics: decode host pathing error for connect
Hou Pu (1):
nvmet-tcp: fix inline data size comparison in nvmet_tcp_queue_response
Sagi Grimberg (2):
nvme-tcp: remove incorrect Kconfig dep in BLK_DEV_NVME
nvmet: fix false keep-alive timeout when a controller is torn down
drivers/nvme/host/Kconfig | 3 ++-
drivers/nvme/host/core.c | 4 +++-
drivers/nvme/host/fabrics.c | 5 +++++
drivers/nvme/host/fc.c | 25 +++++++++++++++++--------
drivers/nvme/target/core.c | 15 +++++++++++----
drivers/nvme/target/nvmet.h | 2 +-
drivers/nvme/target/tcp.c | 2 +-
7 files changed, 40 insertions(+), 16 deletions(-)
_______________________________________________
Linux-nvme mailing list
Linux-nvme@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-nvme
next reply other threads:[~2021-05-27 11:58 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-05-27 11:58 Christoph Hellwig [this message]
2021-05-27 13:38 ` [GIT PULL] nvme fixes for Linux 5.13 Jens Axboe
-- strict thread matches above, loose matches on Subject: below --
2021-06-03 7:05 Christoph Hellwig
2021-06-03 13:42 ` Jens Axboe
2021-05-13 17:03 Christoph Hellwig
2021-05-13 17:07 ` Jens Axboe
2021-05-05 14:30 Christoph Hellwig
2021-05-05 14:37 ` 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=YK+JXQOdbaoUH4Zr@infradead.org \
--to=hch@infradead.org \
--cc=axboe@kernel.dk \
--cc=kbusch@kernel.org \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox