Date: Mon, 01 Oct 2018 10:46:17 +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-JThauvz6zt@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 --- Comment #7 from commit-hook@freebsd.org --- A commit references this bug: Author: ae Date: Mon Oct 1 10:46:01 UTC 2018 New revision: 339039 URL: https://svnweb.freebsd.org/changeset/base/339039 Log: Add INP_INFO_WUNLOCK_ASSERT() macro and use it instead of INP_INFO_UNLOCK_ASSERT() in TCP-related code. For encapsulated traffic it is possible, that the code is running in net_epoch_preempt section, and INP_INFO_UNLOCK_ASSERT() is very strict assertion for such case. PR: 231428 Reviewed by: mmacy, tuexen Approved by: re (kib) Differential Revision: https://reviews.freebsd.org/D17335 Changes: head/sys/netinet/in_pcb.h head/sys/netinet/siftr.c head/sys/netinet/tcp_hpts.c head/sys/netinet/tcp_input.c --=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-JThauvz6zt>