git: bb9467d6ce3d - releng/12.3 - Add UPDATING entries and bump version.

From: Gordon Tetlow <gordon_at_FreeBSD.org>
Date: Tue, 01 Feb 2022 19:12:17 UTC
The branch releng/12.3 has been updated by gordon:

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

commit bb9467d6ce3d33c288eaee4f9c082b8315fd2d90
Author:     Gordon Tetlow <gordon@FreeBSD.org>
AuthorDate: 2022-02-01 17:56:30 +0000
Commit:     Gordon Tetlow <gordon@FreeBSD.org>
CommitDate: 2022-02-01 17:56:30 +0000

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

diff --git a/UPDATING b/UPDATING
index 18535acdf32d..ce20a211379a 100644
--- a/UPDATING
+++ b/UPDATING
@@ -17,6 +17,11 @@ 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.
 
+20220201:
+	12.3-RELEASE-p2 FreeBSD-EN-22:08.i386
+
+	Fix regression in i386 TLB invalidation logic. [FreeBSD-EN-22:08.i386]
+
 20220111:
 	12.3-RELEASE-p1	FreeBSD-EN-22:02.xsave
 			FreeBSD-EN-22:03.hyperv
diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh
index 966eeec473b5..79037bb73d12 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -49,7 +49,7 @@
 
 TYPE="FreeBSD"
 REVISION="12.3"
-BRANCH="RELEASE-p1"
+BRANCH="RELEASE-p2"
 if [ -n "${BRANCH_OVERRIDE}" ]; then
 	BRANCH=${BRANCH_OVERRIDE}
 fi