The branch releng/12.2 has been updated by gordon:

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

commit 054503caa96ba6349d82fe2b9ed6f43f7141eaf9
Author:     Gordon Tetlow <[email protected]>
AuthorDate: 2022-02-01 17:54:20 +0000
Commit:     Gordon Tetlow <[email protected]>
CommitDate: 2022-02-01 17:54:20 +0000

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

diff --git a/UPDATING b/UPDATING
index 67a95dddcdd7..32707c88c9d3 100644
--- a/UPDATING
+++ b/UPDATING
@@ -16,6 +16,10 @@ 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:      p13     FreeBSD-EN-22:08.i386
+
+       Fix regression in i386 TLB invalidation logic. [FreeBSD-EN-22:08.i386]
+
 20220111:      p12     FreeBSD-EN-22:02.xsave
                        FreeBSD-EN-22:03.hyperv
                        FreeBSD-EN-22:04.pcid
diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh
index c200e45cdefc..ad346548aeb4 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -49,7 +49,7 @@
 
 TYPE="FreeBSD"
 REVISION="12.2"
-BRANCH="RELEASE-p12"
+BRANCH="RELEASE-p13"
 if [ -n "${BRANCH_OVERRIDE}" ]; then
        BRANCH=${BRANCH_OVERRIDE}
 fi

Reply via email to