In the Linux kernel, the following vulnerability has been resolved:
RDMA/siw: Fix duplicated reported IWCMEVENTCONNECTREPLY event
If siwrecvmparr returns -EAGAIN, it means that the MPA reply hasn't been received completely, and should not report IWCMEVENTCONNECTREPLY in this case. This may trigger a call trace in iwcm. A simple way to trigger this: server: ibsendlat client: ibsendlat -R <server_ip>
The call trace looks like this:
kernel BUG at drivers/infiniband/core/iwcm.c:894! invalid opcode: 0000 [#1] PREEMPT SMP NOPTI <...> Workqueue: iwcmwq cmworkhandler [iwcm] Call Trace: <TASK> cmworkhandler+0x1dd/0x370 [iwcm] processonework+0x1e2/0x3b0 workerthread+0x49/0x2e0 ? rescuerthread+0x370/0x370 kthread+0xe5/0x110 ? kthreadcompleteandexit+0x20/0x20 retfrom_fork+0x1f/0x30 </TASK>