Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 02 Jun 2023 13:58:01 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 271768] panic: _sx_xlock_hard: recursed on non-recursive sx iflib ctx lock @ /usr/src/sys/net/iflib.c:2582
Message-ID:  <bug-271768-227-2xrA8G4kZl@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-271768-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-271768-227@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=3D271768

--- Comment #3 from Przemys=C5=82aw Lewandowski <przemyslawx.lewandowski@in=
tel.com> ---
CTX is locked first in iflib_device_register and second in
iflib_media_status(here panic).
SIOCGIFMEDIA is received in iflib_if_ioctl(then ifmedia_ioctl ->
iflib_media_status) but on 13.2 it is not sent from get_operstate_ether() in
netlink module. On 14.0 is sent from netlink.
Can issue be related to ifnet_arrival_event? It needs to be investigated mo=
re.

--=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-271768-227-2xrA8G4kZl>