[PATCH v2 0/2] avoid request double completion for concurrent nvme_rdma(tcp)_timeout
Chao Leng
lengchao at huawei.com
Thu Jan 14 04:09:24 EST 2021
Concurrent nvme_rdma(tcp)_timeout may cause: complete request
before the qp is fully drained(the io work is completely canceled) may
lead to a use-after-free condition.
The patch sets fix it.
Chao Leng (2):
nvme-rdma: avoid request double completion for concurrent
nvme_rdma_timeout
nvme-tcp: avoid request double completion for concurrent
nvme_tcp_timeout
drivers/nvme/host/rdma.c | 15 +++++++++++----
drivers/nvme/host/tcp.c | 14 ++++++++++----
2 files changed, 21 insertions(+), 8 deletions(-)
--
2.16.4
More information about the Linux-nvme
mailing list