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
F114841961: D29211.id85631.diff
Thu, Apr 17, 1:26 PM
F114837431: D29211.diff
Thu, Apr 17, 11:51 AM
F114829135: D29211.diff
Thu, Apr 17, 9:11 AM
Unknown Object (File)
Sat, Apr 12, 9:03 AM
Unknown Object (File)
Feb 27 2025, 2:17 PM
Unknown Object (File)
Feb 23 2025, 10:56 PM
Unknown Object (File)
Feb 23 2025, 8:34 AM
Unknown Object (File)
Feb 22 2025, 6:30 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