From nobody Mon Oct 23 10:16:14 2023 X-Original-To: bugs@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4SDWLQ5RN8z4xsQ1 for ; Mon, 23 Oct 2023 10:16:14 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4SDWLQ3j8Jz3L2Y for ; Mon, 23 Oct 2023 10:16:14 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1698056174; a=rsa-sha256; cv=none; b=RahKE6brc89bZxjzOeSt2pDuyjjw70GZtGhXzFiGxwis4TgPCLx6Sz8NtuZKjaWnA1+2Au 9GGI/YNbz3kl7ePjD3AF+WgnXrPu/hAS7b0S/83p5+gYWBCmoMFzPati1rwR4+w9pUms69 7OkI0dR4wsi3KCFHlQR4ACJEPc/7lLKehWasO4U0kkKTkeg/Er4NFGwBXoP9e5BME/7hIa p23tWW1YtP/sVIuCbG8dYr8E0likZvyO+F4PEmr2mOEFyzwEtpRCi+1NSGbWieelw1VAB/ +exgEhv4Yl6JamtE1xrIHt7EsztizG29uXWbk2XdiZNwm3JP8Fo7/Of6wuXqLA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1698056174; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=IL7I2ImQ7Du8aUJeGzSoXHnEKheuqlMM7ixrdugpK+0=; b=qbKoysKJdRuB5XA4AgDzPcl1eGanTZxYbsmtoi3oDsB72Bj08/1LXWimRmSHZYIY5XAbQb JJqzFhW3tsghEtukmRo9HWLn6eQKbQis7jyCvKg10SZgjnohodqYXjIcWLyZU+gEO9MElY b7FGZXtMGMcmkkSeQ2NG8ha+tde9S0SC9whSDB5Y91POqZXDsAP7VJD8tErR+JqiAixJEB 0Oy3SldzVDFnBAxCjMAzGjodk2bBQe4NEbtP3YJozoojBeF6tTn4vSPOLQClxvUViXoi91 LIlFixaseki5bYuZyVYwCcLGDsbpY8WGPezNXSjs+NmYDwZ2vCzR4tQEw2MjGQ== Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4SDWLQ2nMMzbrF for ; Mon, 23 Oct 2023 10:16:14 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 39NAGEks046894 for ; Mon, 23 Oct 2023 10:16:14 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 39NAGEMx046893 for bugs@FreeBSD.org; Mon, 23 Oct 2023 10:16:14 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: bugzilla set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 231577] [PATCH] advice in sys/i386/i386/pmap.c is wrong Date: Mon, 23 Oct 2023 10:16:14 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 11.2-STABLE X-Bugzilla-Keywords: patch X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: commit-hook@FreeBSD.org X-Bugzilla-Status: Closed X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Bug reports List-Archive: https://lists.freebsd.org/archives/freebsd-bugs List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-bugs@freebsd.org MIME-Version: 1.0 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D231577 --- Comment #7 from commit-hook@FreeBSD.org --- A commit in branch stable/13 references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=3D16afc2a4d9c581064aa32babc29c748cc= d59863c commit 16afc2a4d9c581064aa32babc29c748ccd59863c Author: Zhenlei Huang AuthorDate: 2023-10-19 17:00:31 +0000 Commit: Zhenlei Huang CommitDate: 2023-10-23 10:15:12 +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) 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.=