Page MenuHomeFreeBSD

hdac: Defer interrupt allocation in hdac_attach()
ClosedPublic

Authored by markj on Sep 16 2023, 9:45 AM.
Tags
None
Referenced Files
F107189475: D41883.diff
Sat, Jan 11, 10:01 AM
Unknown Object (File)
Sun, Dec 29, 11:39 AM
Unknown Object (File)
Dec 5 2024, 10:21 PM
Unknown Object (File)
Dec 2 2024, 6:34 AM
Unknown Object (File)
Sep 30 2024, 3:05 PM
Unknown Object (File)
Sep 29 2024, 11:48 AM
Unknown Object (File)
Sep 29 2024, 11:46 AM
Unknown Object (File)
Sep 29 2024, 11:46 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 Skipped
Unit
Tests Skipped
Build Status
Buildable 53612
Build 50503: arc lint + arc unit