Page MenuHomeFreeBSD

pmap: Prefer consistent naming for loader tunable
ClosedPublic

Authored by zlei on Oct 18 2023, 10:25 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Feb 22, 5:41 AM
Unknown Object (File)
Feb 21 2025, 7:01 PM
Unknown Object (File)
Feb 20 2025, 1:12 PM
Unknown Object (File)
Jan 27 2025, 2:27 PM
Unknown Object (File)
Jan 27 2025, 2:19 PM
Unknown Object (File)
Jan 27 2025, 12:02 AM
Unknown Object (File)
Jan 24 2025, 9:20 PM
Unknown Object (File)
Nov 14 2024, 3:19 AM
Subscribers

Details

Summary

The sysctl knob 'vm.pmap.pv_entry_max' becomes a loader tunable since
7ff48af7040f (Allow a specific setting for pv entries) but with a
different system environment 'vm.pmap.pv_entries'. That is inconsistent
and obscure.

This revert 36e1b9702e21 (Correct the tunable name in the message).

PR: 231577
MFC after: 1 week

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

zlei requested review of this revision.Oct 18 2023, 10:25 AM
zlei edited the summary of this revision. (Show Details)

I personally dislike this back and forth ;(

This revision is now accepted and ready to land.Oct 18 2023, 2:37 PM