Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Aug 2016 05:28:03 +0000 (UTC)
From:      Navdeep Parhar <np@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r304789 - in head: . sys/sys
Message-ID:  <201608250528.u7P5S3iP003625@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: np
Date: Thu Aug 25 05:28:02 2016
New Revision: 304789
URL: https://svnweb.freebsd.org/changeset/base/304789

Log:
  Bump __FreeBSD_version for r304787 and add a note about it to UPDATING.

Modified:
  head/UPDATING
  head/sys/sys/param.h

Modified: head/UPDATING
==============================================================================
--- head/UPDATING	Thu Aug 25 05:24:57 2016	(r304788)
+++ head/UPDATING	Thu Aug 25 05:28:02 2016	(r304789)
@@ -31,6 +31,12 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 12
 	disable the most expensive debugging functionality run
 	"ln -s 'abort:false,junk:false' /etc/malloc.conf".)
 
+20160824:
+	r304787 changed some ioctl interfaces between the iSCSI userspace
+	programs and the kernel.  ctladm, ctld, iscsictl, and iscsid must be
+	rebuilt to work with new kernels.  __FreeBSD_version has been bumped
+	to 1200005.
+
 20160818:
 	The UDP receive code has been updated to only treat incoming UDP
 	packets that were addressed to an L2 broadcast address as L3

Modified: head/sys/sys/param.h
==============================================================================
--- head/sys/sys/param.h	Thu Aug 25 05:24:57 2016	(r304788)
+++ head/sys/sys/param.h	Thu Aug 25 05:28:02 2016	(r304789)
@@ -58,7 +58,7 @@
  *		in the range 5 to 9.
  */
 #undef __FreeBSD_version
-#define __FreeBSD_version 1200004	/* Master, propagated to newvers */
+#define __FreeBSD_version 1200005	/* 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?201608250528.u7P5S3iP003625>