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)
Sun, May 17, 3:47 AM
Unknown Object (File)
Sat, May 16, 11:35 PM
Unknown Object (File)
Sat, May 16, 6:40 PM
Unknown Object (File)
Sat, May 16, 1:04 AM
Unknown Object (File)
Sat, May 16, 1:04 AM
Unknown Object (File)
Sat, May 16, 1:03 AM
Unknown Object (File)
Thu, May 14, 12:46 AM
Unknown Object (File)
Wed, Apr 29, 3:34 PM
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