[Bug 254171] 13.0-RC1: pf: vnet: jail leaves a unnecessary swi1 thread in intr process

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Mar 10 23:15:40 UTC 2021


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254171

Kristof Provost <kp at freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|New                         |In Progress
           Assignee|pf at FreeBSD.org              |kp at freebsd.org
                 CC|                            |kp at freebsd.org

--- Comment #1 from Kristof Provost <kp at freebsd.org> ---
Confimed. That's due to a bit of an unfortunate design choice in swi_remove()
which means we have to call intr_event_destroy() ourselves (and track the
intr_event...).

It also affects pfsync, but both are fairly straightforward to fix. See
https://reviews.freebsd.org/D29211

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-pf mailing list