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)
Sun, Nov 17, 6:22 PM
Unknown Object (File)
Oct 19 2024, 6:55 AM
Unknown Object (File)
Oct 18 2024, 6:10 AM
Unknown Object (File)
Oct 14 2024, 4:15 PM
Unknown Object (File)
Oct 9 2024, 8:20 AM
Unknown Object (File)
Oct 2 2024, 6:36 PM
Unknown Object (File)
Oct 2 2024, 8:38 AM
Unknown Object (File)
Oct 2 2024, 7:01 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