[Bug 292884] nfsd causes kernel panic
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 292884] nfsd causes kernel panic"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 04 Feb 2026 01:58:36 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=292884 --- Comment #13 from Mark Johnston <markj@FreeBSD.org> --- (In reply to Rick Macklem from comment #11) Yeah, this does strike me as most likely a TCP bug. In the freed socket, so->so_type == SOCK_DGRAM, but it's possible it was recycled once as a UDP socket before the panic. One can disable KTLS by setting kern.ipc.tls.enable=0. The stats under kern.ipc.tls would also reveal whether KTLS is actually in use. -- You are receiving this mail because: You are the assignee for the bug.