Page MenuHomeFreeBSD

Fix mismerge in OFED update
ClosedPublic

Authored by rstone on Jan 29 2021, 8:52 PM.
Tags
None
Referenced Files
F86265617: D28421.diff
Mon, Jun 17, 9:05 PM
Unknown Object (File)
Mon, May 27, 12:47 PM
Unknown Object (File)
Sun, May 19, 9:59 AM
Unknown Object (File)
May 9 2024, 7:00 PM
Unknown Object (File)
May 6 2024, 6:27 PM
Unknown Object (File)
May 3 2024, 6:42 AM
Unknown Object (File)
Apr 27 2024, 12:45 PM
Unknown Object (File)
Apr 27 2024, 12:23 AM
Subscribers

Details

Summary

When OFED was upgraded to Linux v4.9, a bunch of Linux-specific
netlink changes were dropped. Unfortunately, there was a mismerge
in this process and as a result ib_sa_cancel_query() would fail to
cancel an outstanding MAD.

This was causing rdma_destroy_id() to hang indefinitely waiting
for the MAD to complete and release the final reference.

Sponsored by: Dell Inc.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable