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)
Sep 16 2024, 11:22 PM
Unknown Object (File)
Sep 15 2024, 11:04 PM
Unknown Object (File)
Aug 7 2024, 10:24 PM
Unknown Object (File)
Jun 27 2024, 2:50 AM
Unknown Object (File)
Jun 22 2024, 8:52 PM
Unknown Object (File)
Jun 16 2024, 8:56 AM
Unknown Object (File)
May 21 2024, 12:55 AM
Unknown Object (File)
May 5 2024, 5:49 PM
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