Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Sep 2018 10:32:12 +0000
From:      bugzilla-noreply@freebsd.org
To:        net@FreeBSD.org
Subject:   [Bug 231428] 12.0-ALPHA6 crashes with gif (IPv4 in IPv4) over vtnet
Message-ID:  <bug-231428-7501-udqIsuJtll@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-231428-7501@https.bugs.freebsd.org/bugzilla/>
References:  <bug-231428-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=3D231428

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

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

--- Comment #6 from Andrey V. Elsukov <ae@FreeBSD.org> ---
(In reply to Matt Macy from comment #5)
> Alright. Let's at least be specific then. Add a:
>  #define INP_INFO_WUNLOCK_ASSERT(ipi)		mtx_assert(&(ipi)->ipi_lock,
> MA_NOTOWNED)
>=20
>=20
> Replace INP_INFO_UNLOCK_ASSERT(&V_tcbinfo) on line 803 with
> INP_INFO_WUNLOCK_ASSERT(...)

tcp_input(), tcp_input_data() and siftr_findinpcb() use
INP_INFO_UNLOCK_ASSERT() in several places. I think these places also shoul=
d be
revised.

--=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-7501-udqIsuJtll>