"git@git.tuxist.de:jan.koester/linux.git" did not exist on "4e4e28472365f8c7a7c55f6b5706f68bc40c5b13"
RDMA/nes: Avoid race between MPA request and reset event to rdma_cm
In passive open, after indicating MPA request to rdma_cm, an incoming RST would fire a reset event to rdma_cm causing it to crash, since the current state is not connected. The solution is to wait for nes_accept() or nes_reject() before firing the reset event. If nes_accept() or nes_reject() is already done, then the reset event will be fired when RST is processed. Signed-off-by:Faisal Latif <faisal.latif@intel.com> Signed-off-by:
Chien Tung <chien.tin.tung@intel.com> Signed-off-by:
Roland Dreier <rolandd@cisco.com>
Loading
Please sign in to comment