Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 05 Jan 2020 21:59:39 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 240992] linprocfs: /proc/[pid]/maps returns rounded file (?) size in the offset column
Message-ID:  <bug-240992-227-g7gNSG3xf7@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-240992-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-240992-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=3D240992

Mark Johnston <markj@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|New                         |In Progress
           Assignee|bugs@FreeBSD.org            |markj@FreeBSD.org

--- Comment #3 from Mark Johnston <markj@FreeBSD.org> ---
I guess this is not quite right when the mapping is COW, the entry's offset
will give the offset into the top-level anonymous shadow object.  We need to
sum the offsets along the object chain, assuming that Linux provides the sa=
me
info.

--=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-240992-227-g7gNSG3xf7>