Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 06 Mar 2023 15:48:32 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 268400] Page fault kernel panic with KTLS enabled
Message-ID:  <bug-268400-227-vGXJOZJUn6@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-268400-227@https.bugs.freebsd.org/bugzilla/>

index | next in thread | previous in thread | raw e-mail

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=268400

Kristof Provost <kp@freebsd.org> changed:

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

--- Comment #6 from Kristof Provost <kp@freebsd.org> ---
It looks like this happens while we're computing the checksum for the icmp6
header, and that we're dereferencing a NULL pointer.

I'm relatively confident that we're processing an unmapped mbuf, and that's why
we're panicing here.

Mark taught in_cksum_skip() to handle those, but I think in6_cksum() doesn't
handle them. So we either need to insert an mb_unmapped_to_ext() call in
in6_cksum(), or we need to teach in6_cksum() to deal with unmapped mbufs.

-- 
You are receiving this mail because:
You are the assignee for the bug.

home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-268400-227-vGXJOZJUn6>