Message ID | YfwukSSzRWJE2Jy2@infradead.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [GIT,PULL] nvme fixes for Linux 5.17 | expand |
On 2/3/22 12:35 PM, Christoph Hellwig wrote: > The following changes since commit b879f915bc48a18d4f4462729192435bb0f17052: > > dm: properly fix redundant bio-based IO accounting (2022-01-28 12:28:15 -0700) > > are available in the Git repository at: > > git://git.infradead.org/nvme.git tags/nvme-5.17-2022-02-03 > > for you to fetch changes up to 6a51abdeb259a56d95f13cc67e3a0838bcda0377: > > nvme-fabrics: fix state check in nvmf_ctlr_matches_baseopts() (2022-02-03 07:30:57 +0100) > > ---------------------------------------------------------------- > nvme fixes for Linux 5.17 > > - fix a use-after-free in rdm and tcp controller reset (Sagi Grimberg) > - fix the state check in nvmf_ctlr_matches_baseopts (Uday Shankar) > > ---------------------------------------------------------------- > Sagi Grimberg (3): > nvme: fix a possible use-after-free in controller reset during load > nvme-tcp: fix possible use-after-free in transport error_recovery work > nvme-rdma: fix possible use-after-free in transport error_recovery work > > Uday Shankar (1): > nvme-fabrics: fix state check in nvmf_ctlr_matches_baseopts() > > drivers/nvme/host/core.c | 9 ++++++++- > drivers/nvme/host/fabrics.h | 1 + > drivers/nvme/host/rdma.c | 1 + > drivers/nvme/host/tcp.c | 1 + > 4 files changed, 11 insertions(+), 1 deletion(-) Pulled, thanks.