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)
Sat, Oct 18, 7:06 AM
Unknown Object (File)
Thu, Oct 16, 10:25 PM
Unknown Object (File)
Thu, Oct 16, 8:36 PM
Unknown Object (File)
Thu, Oct 16, 7:12 PM
Unknown Object (File)
Thu, Oct 16, 5:50 PM
Unknown Object (File)
Thu, Oct 16, 11:11 AM
Unknown Object (File)
Thu, Oct 16, 11:11 AM
Unknown Object (File)
Wed, Oct 15, 11:32 PM

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