Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Sep 2023 00:57:21 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 273956] KERN_PROC_VMMAP does not read all mapped files
Message-ID:  <bug-273956-227-SDeQecQqTk@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-273956-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-273956-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=3D273956

Konstantin Belousov <kib@FreeBSD.org> changed:

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

--- Comment #12 from Konstantin Belousov <kib@FreeBSD.org> ---
(In reply to Ed Maste from comment #10)
So what is the problem?

Difference between vnode/swap is due to how kernel handles partial pages
vs. ld-elf.so.1.  Kernel allocates separate anon object to map such page,
and copies data into it from the segment, see imgact_elf.c:map_partial().
ld-elf.so.1 just mmaps for CoW.

--=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-273956-227-SDeQecQqTk>