Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Dec 2015 21:30:28 +0000 (UTC)
From:      Rick Macklem <rmacklem@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org
Subject:   svn commit: r292224 - in stable/10: . sys/sys
Message-ID:  <201512142130.tBELUSJV038371@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rmacklem
Date: Mon Dec 14 21:30:28 2015
New Revision: 292224
URL: https://svnweb.freebsd.org/changeset/base/292224

Log:
  Bump __FreeBSD_version since r292223 changed the internal interface
  between the nfsd.ko and nfscommon.ko modules such that they need
  to be upgraded to-gether.

Modified:
  stable/10/UPDATING
  stable/10/sys/sys/param.h

Modified: stable/10/UPDATING
==============================================================================
--- stable/10/UPDATING	Mon Dec 14 21:21:43 2015	(r292223)
+++ stable/10/UPDATING	Mon Dec 14 21:30:28 2015	(r292224)
@@ -16,6 +16,11 @@ from older versions of FreeBSD, try WITH
 stable/10, and then rebuild without this option. The bootstrap process from
 older version of current is a bit fragile.
 
+20151214:
+	r292223 changed the internal interface between the nfsd.ko and
+	nfscommon.ko modules. As such, they must both be upgraded to-gether.
+	__FreeBSD_version has been bumped because of this.
+
 20151113:
 	Qlogic 24xx/25xx firmware images were updated from 5.5.0 to 7.3.0.
 	Kernel modules isp_2400_multi and isp_2500_multi were removed and

Modified: stable/10/sys/sys/param.h
==============================================================================
--- stable/10/sys/sys/param.h	Mon Dec 14 21:21:43 2015	(r292223)
+++ stable/10/sys/sys/param.h	Mon Dec 14 21:30:28 2015	(r292224)
@@ -58,7 +58,7 @@
  *		in the range 5 to 9.
  */
 #undef __FreeBSD_version
-#define __FreeBSD_version 1002502	/* Master, propagated to newvers */
+#define __FreeBSD_version 1002503	/* Master, propagated to newvers */
 
 /*
  * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,



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