Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Sep 2018 14:02:59 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 231428] 12.0-ALPHA6 crashes with gif (IPv4 in IPv4) over vtnet
Message-ID:  <bug-231428-227-z6hVwluPjc@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-231428-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-231428-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=3D231428

Andrey V. Elsukov <ae@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ae@FreeBSD.org

--- Comment #1 from Andrey V. Elsukov <ae@FreeBSD.org> ---
Encapsulated inbound traffic is handled by ip_encap subsystem, it invokes
gif_input while it is in net_epoch_preempt section. This is why
INP_INFO_UNLOCK_ASSERT() triggers. I think we can solve this issue be relax=
ing
this KASSERT to require only !mtx_owned(). But this probably can hide some
problems with locking. Or we can use another epoch for ip_encap subsystem.
Matt, what you think?

--=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-231428-227-z6hVwluPjc>