Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 06 Jun 2022 22:00:34 +0000
From:      bugzilla-noreply@freebsd.org
To:        net@FreeBSD.org
Subject:   [Bug 264257] [tcp] Panic: Fatal trap 12: page fault while in kernel mode (if_io_tqg_4) - m_copydata ... at /usr/src/sys/kern/uipc_mbuf.c:659
Message-ID:  <bug-264257-7501-3lHSOlouKS@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-264257-7501@https.bugs.freebsd.org/bugzilla/>
References:  <bug-264257-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=3D264257

--- Comment #20 from Michael Tuexen <tuexen@freebsd.org> ---
(In reply to iron.udjin from comment #19)
OK, thanks for the information.

My current thinking is that the problem might be related to using KTLS in a
situation, where the TCP sends a FIN, but still has outstanding data. KTLS =
is
tested a lot with the RACK stack, which does NOT send a FIN if there is
outstanding data. This could be the problem with len =3D 1, since the FIN t=
akes
conceptually one byte in the sequence number space, but there is no
corresponding byte in the data stream...

--=20
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-264257-7501-3lHSOlouKS>