git: 432bc9ea6c0c - releng/12.2 - Add UPDATING entries and bump version

From: Ed Maste <emaste_at_FreeBSD.org>
Date: Tue, 11 Jan 2022 18:32:06 UTC
The branch releng/12.2 has been updated by emaste:

URL: https://cgit.FreeBSD.org/src/commit/?id=432bc9ea6c0cd046e4c87fbc2b9ea1ae779f0aab

commit 432bc9ea6c0cd046e4c87fbc2b9ea1ae779f0aab
Author:     Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2022-01-11 17:42:59 +0000
Commit:     Ed Maste <emaste@FreeBSD.org>
CommitDate: 2022-01-11 17:58:14 +0000

    Add UPDATING entries and bump version
    
    Approved by:    so
---
 UPDATING            | 13 +++++++++++++
 sys/conf/newvers.sh |  2 +-
 2 files changed, 14 insertions(+), 1 deletion(-)

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