Page MenuHomeFreeBSD

hdac: Defer interrupt allocation in hdac_attach()
ClosedPublic

Authored by markj on Sep 16 2023, 9:45 AM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Oct 3, 4:55 AM
Unknown Object (File)
Tue, Sep 23, 2:45 PM
Unknown Object (File)
Tue, Sep 16, 7:23 AM
Unknown Object (File)
Aug 10 2025, 8:38 PM
Unknown Object (File)
Jun 29 2025, 6:42 PM
Unknown Object (File)
Jun 28 2025, 11:08 AM
Unknown Object (File)
Jun 15 2025, 8:42 AM
Unknown Object (File)
Jun 11 2025, 7:28 AM
Subscribers

Details

Summary

hdac_attach() registers an interrupt handler before allocating various
driver resources which are accessed by the interrupt handler. On some
platforms we observe what appear to be spurious interrupts upon a cold
boot, resulting in panics.

Partially work around the problem by deferring irq allocation until
after other resources are allocated. I think this is not a complete
solution, but is correct and sufficient to work around the problems
reported in the PR.

PR: 268393

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable