[Bug 276772] wireguard: lock order reversal mld_mtx -> udpinp
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 09 Feb 2024 19:59:55 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276772
Mark Johnston <markj@FreeBSD.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |markj@FreeBSD.org
Status|New |Open
--- Comment #1 from Mark Johnston <markj@FreeBSD.org> ---
This seems like it's probably harmless (assuming that udp_send() from a
wireguard enpoint doesn't trigger a call into the multicast code), but the MLD
code really shouldn't be calling ip6_output() with global locks held.
--
You are receiving this mail because:
You are the assignee for the bug.