K 10 svn:author V 2 kp K 8 svn:date V 27 2021-03-20T10:02:33.895059Z K 7 svn:log V 522 pf: Fully remove interrupt events on vnet cleanup 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 MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D29211 (cherry picked from commit cecfaf9bede9665d6a10f1e575cd5d575450cff7) Git Hash: f11b9574cd186762c4883e8819896c6475be3027 Git Author: kp@FreeBSD.org END