Page MenuHomeFreeBSD

iwm(4): Don't panic if firmware load fails
ClosedPublic

Authored by gavin on Nov 11 2016, 7:16 PM.
Tags
None
Referenced Files
F81943400: D8499.diff
Tue, Apr 23, 1:35 PM
Unknown Object (File)
Mon, Apr 8, 4:05 PM
Unknown Object (File)
Mon, Apr 8, 3:57 AM
Unknown Object (File)
Mar 8 2024, 12:33 AM
Unknown Object (File)
Mar 7 2024, 10:11 PM
Unknown Object (File)
Jan 22 2024, 4:50 PM
Unknown Object (File)
Jan 10 2024, 3:31 AM
Unknown Object (File)
Dec 15 2023, 8:05 PM
Subscribers

Details

Summary

If the firmware load fails during init via iwm_preinit(), we bail out before calling ieee80211_ifattach() so the taskqueue hasn't been initialized. Don't try to drain it, we'll panic. Looks like this issue was introduced in r303326.

Diff Detail

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

Event Timeline

gavin retitled this revision from to iwm(4): Don't panic if firmware load fails.
gavin updated this object.
gavin edited the test plan for this revision. (Show Details)
gavin added reviewers: adrian, avos, sbruno.
gavin set the repository for this revision to rS FreeBSD src repository - subversion.
avos edited edge metadata.
avos added inline comments.
sys/dev/iwm/if_iwm.c
6195 ↗(On Diff #22154)

(unrelated; may be done later) 'do_net80211' may be replaced with 'sc->sc_ic.ic_vap_create == iwm_vap_create'

This revision is now accepted and ready to land.Nov 11 2016, 7:38 PM
sbruno edited edge metadata.
This revision was automatically updated to reflect the committed changes.