Page MenuHomeFreeBSD

LinuxKPI: 802.11: update the ni/lsta reference cycle
ClosedPublic

Authored by bz on Feb 5 2024, 3:44 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Mar 12, 2:47 PM
Unknown Object (File)
Tue, Mar 10, 6:19 PM
Unknown Object (File)
Tue, Mar 10, 10:11 AM
Unknown Object (File)
Tue, Mar 10, 4:19 AM
Unknown Object (File)
Mon, Mar 9, 10:36 PM
Unknown Object (File)
Feb 8 2026, 10:34 AM
Unknown Object (File)
Feb 8 2026, 2:43 AM
Unknown Object (File)
Feb 7 2026, 10:33 PM

Details

Summary

Update the ni/lsta reference cycle, add extra checks and assertions.
This is to accomodate problems we were seeing based on net80211
behaviour (join1() and (*iv_update_bss)() as well as state changes for
new iv_bss nodes during an active session).
This should hopefully help to stabilise behaviour until the underlying
problems gets properly addressed (for this and all other device drivers).

XXX-NOTE: this contains last minutes cleanup and one function chnage not
tested yet.

MFC after: 3 days

Test Plan

Depends on D43725 being applied first.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 55816
Build 52705: arc lint + arc unit

Event Timeline

bz requested review of this revision.Feb 5 2024, 3:44 PM

My initial test on the three patches of D43389, D43725, D43753 looks to be good. No more panics. And I need to figure out some issues in my testbed, so I give the approval first as I don't want my test to delay the schedule.

This revision is now accepted and ready to land.Feb 13 2024, 2:54 PM