Page MenuHomeFreeBSD

linprocfs: Fixup vDSO name in the procmaps.
ClosedPublic

Authored by dchagin on Jun 25 2021, 4:01 PM.
Tags
None
Referenced Files
F82016981: D30903.id91355.diff
Wed, Apr 24, 2:33 PM
F82016979: D30903.id92462.diff
Wed, Apr 24, 2:33 PM
F82016977: D30903.id.diff
Wed, Apr 24, 2:32 PM
Unknown Object (File)
Sun, Apr 21, 8:18 PM
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
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.