Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 May 2020 13:54:34 +0000 (UTC)
From:      Mark Johnston <markj@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r361253 - head
Message-ID:  <202005191354.04JDsYC8021946@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: markj
Date: Tue May 19 13:54:33 2020
New Revision: 361253
URL: https://svnweb.freebsd.org/changeset/base/361253

Log:
  Belatedly add a RELNOTES entry for r347532.

Modified:
  head/RELNOTES

Modified: head/RELNOTES
==============================================================================
--- head/RELNOTES	Tue May 19 13:52:34 2020	(r361252)
+++ head/RELNOTES	Tue May 19 13:54:33 2020	(r361253)
@@ -174,4 +174,10 @@ r347908-r347923:
 	ed(4), ep(4), ex(4), fe(4), pcn(4), sf(4), sn(4), tl(4), tx(4), txp(4),
 	vx(4), wb(4), xe(4).
 
+r347532:
+	Wired page accounting has been split into kernel wirings and user
+	wirings (e.g., by mlock(2)).  Kernel wirings no long count towards
+	the global limit, which is renamed to vm.max_user_wired.  bhyve -S
+	allocates user-wired memory and is now subject to that limit.
+
 $FreeBSD$



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202005191354.04JDsYC8021946>