Page MenuHomeFreeBSD

pmap: Prefer consistent naming for loader tunable
ClosedPublic

Authored by zlei on Oct 18 2023, 10:25 AM.
Tags
None
Referenced Files
F170555163: D42274.diff
Sat, Sep 5, 9:37 AM
Unknown Object (File)
Fri, Sep 4, 11:58 AM
Unknown Object (File)
Sun, Aug 30, 9:02 AM
Unknown Object (File)
Thu, Aug 13, 12:04 PM
Unknown Object (File)
Sun, Aug 9, 12:55 PM
Unknown Object (File)
Sun, Aug 9, 12:54 PM
Unknown Object (File)
Fri, Aug 7, 8:06 PM
Unknown Object (File)
Thu, Aug 6, 2:40 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