svn commit: r343793 - in releng/11.2: . sys/conf

Ed Maste emaste at FreeBSD.org
Tue Feb 5 18:22:22 UTC 2019


Author: emaste
Date: Tue Feb  5 18:22:21 2019
New Revision: 343793
URL: https://svnweb.freebsd.org/changeset/base/343793

Log:
  UPDATING and newvers entries for 11.2-p9
  
  Approved by:	so
  Security:	FreeBSD-SA-19:01.syscall

Modified:
  releng/11.2/UPDATING
  releng/11.2/sys/conf/newvers.sh

Modified: releng/11.2/UPDATING
==============================================================================
--- releng/11.2/UPDATING	Tue Feb  5 18:20:34 2019	(r343792)
+++ releng/11.2/UPDATING	Tue Feb  5 18:22:21 2019	(r343793)
@@ -16,6 +16,11 @@ 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.
 
+20190205	p9	FreeBSD-SA-19:01.syscall
+
+	amd64: clear callee-preserved registers on syscall exit
+							[SA-19:01.syscall]
+
 20190109	p8	FreeBSD-EN-19:03.sqlite
 			FreeBSD-EN-19:04.tzdata
 			FreeBSD-EN-19:05.kqueue

Modified: releng/11.2/sys/conf/newvers.sh
==============================================================================
--- releng/11.2/sys/conf/newvers.sh	Tue Feb  5 18:20:34 2019	(r343792)
+++ releng/11.2/sys/conf/newvers.sh	Tue Feb  5 18:22:21 2019	(r343793)
@@ -44,7 +44,7 @@
 
 TYPE="FreeBSD"
 REVISION="11.2"
-BRANCH="RELEASE-p8"
+BRANCH="RELEASE-p9"
 if [ -n "${BRANCH_OVERRIDE}" ]; then
 	BRANCH=${BRANCH_OVERRIDE}
 fi


More information about the svn-src-all mailing list