[PATCH 0/5] Fix error handle in 'rdma_request()'

Ye Bin posted 5 patches 3 years, 4 months ago
net/9p/trans_rdma.c | 181 ++++++++++++++++++++++++--------------------
1 file changed, 101 insertions(+), 80 deletions(-)
[PATCH 0/5] Fix error handle in 'rdma_request()'
Posted by Ye Bin 3 years, 4 months ago
Ye Bin (5):
  9p: fix miss unmap request in 'rdma_request()'
  9p: fix miss release semaphore in 'rdma_request()'
  9p: fix error handle in 'post_recv()'
  9p: factor out 'post_send()'
  9p: refactor 'post_recv()'

 net/9p/trans_rdma.c | 181 ++++++++++++++++++++++++--------------------
 1 file changed, 101 insertions(+), 80 deletions(-)

-- 
2.31.1
Re: [PATCH 0/5] Fix error handle in 'rdma_request()'
Posted by asmadeus@codewreck.org 3 years, 4 months ago
Ye Bin wrote on Mon, Nov 21, 2022 at 04:00:44PM +0800:
> Ye Bin (5):

Thanks for these patches.
The commit messages are a bit difficult, but code changes mostly look
good to me -- I'll do a proper review when I can find time to test.

Just one question first: do you have RDMA hardware at huawei and/or
actually use this, or is it all static analysis fixes ?
(regardless of whether these problems actually happened with that
hardware, I'd like to know if this has had a first round of test or not)
-- 
Dominique