Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Apr 2022 18:41:08 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 262894] Kernel Panic (page fault) with 13.1-BETA2 in g_eli & httpd
Message-ID:  <bug-262894-227-Yj4OOSLHb8@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-262894-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-262894-227@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=3D262894

--- Comment #26 from Alexander Motin <mav@FreeBSD.org> ---
(In reply to Mark Johnston from comment #24)
ZFS on FreeBSD allocates all I/O memory through UMA, so it is always mapped=
.=20
But just recently I made it use BIO_UNMAPPED for poor-man's scatter/gather =
on
page boundaries to avoid one memory copy on I/O aggregation.  So there shou=
ld
indeed be a mix of virtual and physical (represented as unmapped) addressed
I/Os visible.  I've even forgot about it myself when looking on this, think=
ing
the unmapped I/O is generated by swapper. ;)  But indeed it can be ZFS now.

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



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