Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Oct 2023 10:18:17 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 231577] [PATCH] advice in sys/i386/i386/pmap.c is wrong
Message-ID:  <bug-231577-227-d8T8xmQFmD@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-231577-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-231577-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D231577

--- Comment #8 from commit-hook@FreeBSD.org ---
A commit in branch stable/12 references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=3D0ceaf5d4628210226d0bafc2650b494a0=
7ca9aaf

commit 0ceaf5d4628210226d0bafc2650b494a07ca9aaf
Author:     Zhenlei Huang <zlei@FreeBSD.org>
AuthorDate: 2023-10-19 17:00:31 +0000
Commit:     Zhenlei Huang <zlei@FreeBSD.org>
CommitDate: 2023-10-23 10:17:44 +0000

    pmap: Prefer consistent naming for loader tunable

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

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

    PR:             231577
    Reviewed by:    jhibbits, alc, kib
    MFC after:      3 days
    Differential Revision:  https://reviews.freebsd.org/D42274

    (cherry picked from commit 02320f64209563e35fa371fc5eac94067f688f7f)
    (cherry picked from commit e53f8ca323e8e563d4b55883fc3544bea75aab29)
    (cherry picked from commit 16afc2a4d9c581064aa32babc29c748ccd59863c)

 sys/arm/arm/pmap-v6.c    | 4 ++--
 sys/i386/i386/pmap.c     | 4 ++--
 sys/powerpc/booke/pmap.c | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-231577-227-d8T8xmQFmD>