git: 93d4887a8b0b - releng/12.3 - Add UPDATING entries and bump version

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

URL: https://cgit.FreeBSD.org/src/commit/?id=93d4887a8b0bf32998eaf47d447df7d7078d6d40

commit 93d4887a8b0bf32998eaf47d447df7d7078d6d40
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:54:45 +0000

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

diff --git a/UPDATING b/UPDATING
index 52e8aaecc102..18535acdf32d 100644
--- a/UPDATING
+++ b/UPDATING
@@ -17,6 +17,23 @@ 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:
+	12.3-RELEASE-p1	FreeBSD-EN-22:02.xsave
+			FreeBSD-EN-22:03.hyperv
+			FreeBSD-EN-22:04.pcid
+			FreeBSD-EN-22:06.libalias
+			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 fragmented UDP packets handling [FreeBSD-EN-22:06.libalias]
+
+	Fix vt console buffer overflow [FreeBSD-SA-22:01.vt]
+
 20211206:
 	12.3-RELEASE.
 
diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh
index c927b4b07864..966eeec473b5 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -49,7 +49,7 @@
 
 TYPE="FreeBSD"
 REVISION="12.3"
-BRANCH="RELEASE"
+BRANCH="RELEASE-p1"
 if [ -n "${BRANCH_OVERRIDE}" ]; then
 	BRANCH=${BRANCH_OVERRIDE}
 fi