svn commit: r342582 - stable/11

Rick Macklem rmacklem at FreeBSD.org
Sat Dec 29 00:06:42 UTC 2018


Author: rmacklem
Date: Sat Dec 29 00:06:41 2018
New Revision: 342582
URL: https://svnweb.freebsd.org/changeset/base/342582

Log:
  Add an UPDATING entry for r342562.
  
  This is a direct commit.

Modified:
  stable/11/UPDATING

Modified: stable/11/UPDATING
==============================================================================
--- stable/11/UPDATING	Sat Dec 29 00:00:39 2018	(r342581)
+++ stable/11/UPDATING	Sat Dec 29 00:06:41 2018	(r342582)
@@ -16,6 +16,14 @@ from older versions of FreeBSD, try WITHOUT_CLANG and 
 the tip of head, and then rebuild without this option. The bootstrap process
 from older version of current across the gcc/clang cutover is a bit fragile.
 
+20181228:
+	r342562 modifies the NFSv4 server so that it obeys vfs.nfsd.nfs_privport
+	in the same as it is applied to NFSv2 and 3.  This implies that NFSv4
+	servers that have vfs.nfsd.nfs_privport set will only allow mounts
+	from clients using a reserved port#. Since both the FreeBSD and Linux
+	NFSv4 clients use reserved port#s by default, this should not affect
+	most NFSv4 mounts.
+
 20181107:
 	The '%I' format in the kern.corefile sysctl limits the number of
 	core files that a process can generate to the number stored in the


More information about the svn-src-stable mailing list