[Bug 233955] [panic] Page fault in in6_purgeaddr (triggered by net/wireguard)

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Apr 23 18:33:13 UTC 2019


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

Kyle Evans <kevans at freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kevans at freebsd.org

--- Comment #30 from Kyle Evans <kevans at freebsd.org> ---
r346602 probably fixes the ip6_purgeaddr panic noted here. The tun mtx is
dropped while we purge addresses/routes and the TUN_OPEN flag was cleared,
giving tundestroy a chance to rototill the interface somewhere in the middle of
that.

I've opened https://reviews.freebsd.org/D20027 to try and settle the ioctl
race.

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


More information about the freebsd-net mailing list