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)
Wed, Nov 26, 10:09 AM
Unknown Object (File)
Tue, Nov 25, 12:39 PM
Unknown Object (File)
Fri, Nov 21, 4:13 AM
Unknown Object (File)
Sun, Nov 16, 10:30 PM
Unknown Object (File)
Sun, Nov 16, 4:12 PM
Unknown Object (File)
Mon, Nov 10, 10:19 AM
Unknown Object (File)
Oct 27 2025, 10:06 PM
Unknown Object (File)
Oct 27 2025, 8:53 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