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)
Sun, Sep 6, 12:49 AM
Unknown Object (File)
Sat, Sep 5, 4:50 PM
Unknown Object (File)
Sat, Sep 5, 2:02 PM
Unknown Object (File)
Sat, Sep 5, 9:39 AM
Unknown Object (File)
Sat, Sep 5, 8:59 AM
Unknown Object (File)
Fri, Sep 4, 8:05 AM
Unknown Object (File)
Thu, Sep 3, 5:54 AM
Unknown Object (File)
Thu, Sep 3, 4:33 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