Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 09 Feb 2024 19:59:55 +0000
From:      bugzilla-noreply@freebsd.org
To:        net@FreeBSD.org
Subject:   [Bug 276772] wireguard: lock order reversal mld_mtx -> udpinp
Message-ID:  <bug-276772-7501-ByPoYOGUjW@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-276772-7501@https.bugs.freebsd.org/bugzilla/>
References:  <bug-276772-7501@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D276772

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.

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-276772-7501-ByPoYOGUjW>