Page MenuHomeFreeBSD

Fix mismerge in OFED update
ClosedPublic

Authored by rstone on Jan 29 2021, 8:52 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Apr 24, 5:59 PM
Unknown Object (File)
Thu, Apr 23, 10:12 AM
Unknown Object (File)
Wed, Apr 22, 10:33 PM
Unknown Object (File)
Tue, Apr 21, 11:44 AM
Unknown Object (File)
Tue, Apr 21, 6:45 AM
Unknown Object (File)
Sat, Apr 11, 2:51 PM
Unknown Object (File)
Wed, Apr 8, 8:11 PM
Unknown Object (File)
Wed, Apr 8, 5:22 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