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)
Mon, Oct 27, 10:06 PM
Unknown Object (File)
Mon, Oct 27, 8:53 AM
Unknown Object (File)
Sun, Oct 26, 6:12 AM
Unknown Object (File)
Sat, Oct 25, 5:38 PM
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

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
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable