Page MenuHomeFreeBSD

pf: Fully remove interrupt events on vnet cleanup
ClosedPublic

Authored by kp on Mar 10 2021, 11:15 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Aug 8, 11:07 AM
Unknown Object (File)
Tue, Aug 5, 3:55 AM
Unknown Object (File)
Jul 10 2025, 8:58 PM
Unknown Object (File)
Jul 4 2025, 7:51 PM
Unknown Object (File)
Jul 4 2025, 6:48 PM
Unknown Object (File)
Jul 3 2025, 1:31 PM
Unknown Object (File)
Jun 25 2025, 10:59 PM
Unknown Object (File)
Jun 6 2025, 12:16 AM

Details

Summary

swi_remove() removes the software interrupt handler but does not remove
the associated interrupt event.
This is visible when creating and remove a vnet jail in `procstat -t
12`.

We can remove it manually with intr_event_destroy().

PR: 254171

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 37756
Build 34645: arc lint + arc unit