svn commit: r343792 - in releng/12.0: . sys/conf

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


Author: emaste
Date: Tue Feb  5 18:20:34 2019
New Revision: 343792
URL: https://svnweb.freebsd.org/changeset/base/343792

Log:
  UPDATING and newvers entries for 12.0-p3
  
  Approved by:	so
  Security:	FreeBSD-SA-19:01.syscall
  Security:	FreeBSD-SA-19:02.fd
  Security:	FreeBSD-EN-19:06.dtrace
  Security:	FreeBSD-EN-19:07.lle

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

Modified: releng/12.0/UPDATING
==============================================================================
--- releng/12.0/UPDATING	Tue Feb  5 18:16:14 2019	(r343791)
+++ releng/12.0/UPDATING	Tue Feb  5 18:20:34 2019	(r343792)
@@ -16,6 +16,21 @@ 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:	p3	FreeBSD-SA-19:01.syscall
+			FreeBSD-SA-19:02.fd
+			FreeBSD-EN-19:06.dtrace
+			FreeBSD-EN-19:07.lle
+
+	amd64: clear callee-preserved registers on syscall exit
+							[SA-19:01.syscall]
+
+	Avoid leaking fp references when truncating SCM_RIGHTS control messages.
+							[SA-19:02.fd]
+
+	dtrace: fix userspace access on boxes with SMAP [EN-19:06.dtrace]
+
+	Fix an LLE lookup race [EN-19:07.lle]
+
 20190109:	p2	FreeBSD-EN-19:01.cc_cubic
 			FreeBSD-EN-19:02.tcp
 			FreeBSD-EN-19:03.sqlite

Modified: releng/12.0/sys/conf/newvers.sh
==============================================================================
--- releng/12.0/sys/conf/newvers.sh	Tue Feb  5 18:16:14 2019	(r343791)
+++ releng/12.0/sys/conf/newvers.sh	Tue Feb  5 18:20:34 2019	(r343792)
@@ -46,7 +46,7 @@
 
 TYPE="FreeBSD"
 REVISION="12.0"
-BRANCH="RELEASE-p2"
+BRANCH="RELEASE-p3"
 if [ -n "${BRANCH_OVERRIDE}" ]; then
 	BRANCH=${BRANCH_OVERRIDE}
 fi


More information about the svn-src-all mailing list