Page MenuHomeFreeBSD

Remove adapters from t4_list earlier during detach.
ClosedPublic

Authored by jhb on Oct 9 2019, 12:24 AM.
Tags
None
Referenced Files
F151149788: D21952.id63068.diff
Mon, Apr 6, 10:42 AM
Unknown Object (File)
Thu, Apr 2, 8:19 AM
Unknown Object (File)
Thu, Apr 2, 2:25 AM
Unknown Object (File)
Tue, Mar 31, 8:37 PM
Unknown Object (File)
Wed, Mar 25, 1:05 AM
Unknown Object (File)
Jan 9 2026, 2:09 PM
Unknown Object (File)
Jan 1 2026, 10:41 AM
Unknown Object (File)
Dec 29 2025, 8:43 AM
Subscribers

Details

Summary

This ensures the clip task won't race with t4_destroy_clip_table.

While here, make some mutex destroys unconditional since attach
always initializes them.

Test Plan
  • kldunload of if_cxgbe panicked due to the clip task racing with the clip table being destroyed
  • with this change and the fix for vmem_destroy, kldunload of if_cxgbe no longer panics

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable