aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2022-01-11 17:42:59 +0000
committerEd Maste <emaste@FreeBSD.org>2022-01-11 17:58:14 +0000
commit432bc9ea6c0cd046e4c87fbc2b9ea1ae779f0aab (patch)
tree3e9c8095834ac4641bd62f4e2ee45b34fc2920ed
parent9c9d0d90512f0e5950b179d1a07f717ad7c8fe28 (diff)
-rw-r--r--UPDATING13
-rw-r--r--sys/conf/newvers.sh2
2 files changed, 14 insertions, 1 deletions
diff --git a/UPDATING b/UPDATING
index 868e2106c692..67a95dddcdd7 100644
--- a/UPDATING
+++ b/UPDATING
@@ -16,6 +16,19 @@ from older versions of FreeBSD, try WITHOUT_CLANG and WITH_GCC to bootstrap to
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.
+20220111: p12 FreeBSD-EN-22:02.xsave
+ FreeBSD-EN-22:03.hyperv
+ FreeBSD-EN-22:04.pcid
+ FreeBSD-SA-22:01.vt
+
+ Correct size of the amd64 SSE area in the xsave layout [FreeBSD-EN-22:02.xsave]
+
+ Prepopulate Hyper-V PCI device bars [FreeBSD-EN-22:03.hyperv]
+
+ Fix amd64 pmap PCID mode invalidations [FreeBSD-EN-22:04.pcid]
+
+ Fix vt console buffer overflow [FreeBSD-SA-22:01.vt]
+
20211103: p11 FreeBSD-EN-21:27.caroot
FreeBSD-EN-21:28.vmci
FreeBSD-EN-21:29.tzdata
diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh
index 50e4783dd221..c200e45cdefc 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -49,7 +49,7 @@
TYPE="FreeBSD"
REVISION="12.2"
-BRANCH="RELEASE-p11"
+BRANCH="RELEASE-p12"
if [ -n "${BRANCH_OVERRIDE}" ]; then
BRANCH=${BRANCH_OVERRIDE}
fi