[Bug 231428] 12.0-ALPHA6 crashes with gif (IPv4 in IPv4) over vtnet
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Mon Oct 1 10:46:22 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=231428
--- Comment #7 from commit-hook at 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
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-net
mailing list