Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 06 Jun 2025 17:13:09 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 287344] FBSD 14.2 again panics on sendfile with nginx or lightttpd
Message-ID:  <bug-287344-227-gJ5WlllLzq@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-287344-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=287344

--- Comment #7 from Gleb Smirnoff <glebius@FreeBSD.org> ---
IMHO, the kern.ipc.mb_use_ext_pgs was set 1 to one prematurely.  This is a raw
feature that conflicts not only with ipfw, but with bpf(4), too.  I'm afraid
there are more conflicts :(

We need to make a sweep over many kernel modules to call mb_unmapped_to_ext()
when kernel needs to read into unmapped mbuf.  We also should have a counter to
count such events and provide some kind of feedback to the user that their
setup is not benefiting from 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-287344-227-gJ5WlllLzq>