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, Apr 22, 9:04 PM
Unknown Object (File)
Tue, Apr 21, 2:25 AM
Unknown Object (File)
Mon, Apr 20, 6:25 PM
Unknown Object (File)
Sat, Apr 4, 2:30 AM
Unknown Object (File)
Mon, Mar 30, 7:51 PM
Unknown Object (File)
Mar 23 2026, 3:02 PM
Unknown Object (File)
Mar 22 2026, 3:53 AM
Unknown Object (File)
Mar 21 2026, 3:36 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
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable