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, May 11, 7:02 PM
Unknown Object (File)
Mon, May 11, 4:20 PM
Unknown Object (File)
Mon, May 11, 5:45 AM
Unknown Object (File)
Mon, May 11, 5:44 AM
Unknown Object (File)
Thu, Apr 30, 7:09 AM
Unknown Object (File)
Wed, Apr 22, 9:04 PM
Unknown Object (File)
Apr 21 2026, 2:25 AM
Unknown Object (File)
Apr 20 2026, 6:25 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