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)
Thu, Apr 18, 9:42 AM
Unknown Object (File)
Feb 14 2024, 9:11 PM
Unknown Object (File)
Feb 14 2024, 9:11 PM
Unknown Object (File)
Feb 14 2024, 9:11 PM
Unknown Object (File)
Feb 14 2024, 9:01 PM
Unknown Object (File)
Jan 24 2024, 12:33 PM
Unknown Object (File)
Dec 20 2023, 2:40 AM
Unknown Object (File)
Dec 10 2023, 11:00 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
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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.