Page MenuHomeFreeBSD

linprocfs: Fixup vDSO name in the procmaps.
ClosedPublic

Authored by dchagin on Jun 25 2021, 4:01 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Oct 21, 7:43 AM
Unknown Object (File)
Oct 2 2024, 2:36 PM
Unknown Object (File)
Sep 13 2024, 7:37 PM
Unknown Object (File)
Sep 13 2024, 7:37 PM
Unknown Object (File)
Sep 13 2024, 7:37 PM
Unknown Object (File)
Sep 13 2024, 7:34 PM
Unknown Object (File)
Sep 12 2024, 4:03 PM
Unknown Object (File)
Sep 4 2024, 11:42 PM
Subscribers

Details

Summary

As the sv_shared_page_base now pointed out to the native sharedpage and
the process VA layout has changed as follows:
VDSOPAGE (2 * PAGE_SIZE)
SHAREDPAGE (PAGE_SIZE)
USRSTACK
fixup the vDSO name by calculating the start of page relative to the
native sharedpage.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 40099
Build 36988: arc lint + arc unit

Event Timeline

dchagin retitled this revision from linprocfs: Fixup vDSO name in the procmaps after [XXXXXX]. to linprocfs: Fixup vDSO name in the procmaps..Jun 25 2021, 4:07 PM
dchagin added a reviewer: Linux Emulation.
dchagin changed the repository for this revision from rS FreeBSD src repository - subversion to rG FreeBSD src repository.

process VA layout has changed

This is a recent change? Can you link the rev or review for it?

process VA layout has changed

This is a recent change? Can you link the rev or review for it?

https://reviews.freebsd.org/D30900

Reviews from https://reviews.freebsd.org/D30898 to https://reviews.freebsd.org/D30904 - is one change split ot separarte commits

This revision was not accepted when it landed; it landed in state Needs Review.Jul 20 2021, 7:11 AM
This revision was automatically updated to reflect the committed changes.