Page MenuHomeFreeBSD

intrng: implement use of intr_isrc_deregister()
AbandonedPublic

Authored by ehem_freebsd_m5p.com on Sep 16 2022, 7:35 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Aug 19, 2:51 PM
Unknown Object (File)
Fri, Aug 14, 2:26 AM
Unknown Object (File)
Sat, Aug 8, 4:03 PM
Unknown Object (File)
Mon, Aug 3, 7:01 AM
Unknown Object (File)
Sun, Aug 2, 11:17 AM
Unknown Object (File)
Sun, Aug 2, 3:37 AM
Unknown Object (File)
Sat, Aug 1, 8:23 AM
Unknown Object (File)
Thu, Jul 30, 9:40 AM
Subscribers

Details

Reviewers
manu
andrew
Summary

With the removal of intrcnt, intr_isrc_deregister() is no longer a
wrapper around panic(). As such in error and release cases,
intr_isrc_deregister() should be called as appropriate.

Diff Detail

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

Event Timeline

Marking this as paused since I hope to do something about how INTRNG handles interrupt numbers. That could have a larger impact and makes this difficult. Since most interrupt controllers rarely disappear, this isn't too urgent anyway.