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)
Fri, Jul 4, 7:51 PM
Unknown Object (File)
Fri, Jul 4, 6:48 PM
Unknown Object (File)
Thu, Jul 3, 1:31 PM
Unknown Object (File)
Wed, Jun 25, 10:59 PM
Unknown Object (File)
Jun 6 2025, 12:16 AM
Unknown Object (File)
May 6 2025, 2:49 PM
Unknown Object (File)
Apr 23 2025, 3:14 AM
Unknown Object (File)
Apr 21 2025, 12:03 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