From 3d3693dae230a7e7bd58249abdd53297e81f3acb Mon Sep 17 00:00:00 2001 From: Mark Johnston Date: Tue, 26 Jul 2022 09:56:48 -0400 Subject: [PATCH] Add UPDATING entries and bump version Approved by: so --- UPDATING | 14 ++++++++++++++ sys/conf/newvers.sh | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/UPDATING b/UPDATING index 6519ae9b0b1..0f99906cba9 100644 --- a/UPDATING +++ b/UPDATING @@ -17,6 +17,20 @@ 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. +20220726: + 12.3-RELEASE-p6 FreeBSD-SA-22:09.elf + FreeBSD-SA-22:10.aio + FreeBSD-SA-22:11.vm + FReeBSD-EN-22:17.cam + + Out of bounds read in elf_note_prpsinfo() [SA-22:09.elf] + + AIO credential reference count leak [SA-22:10.aio] + + Memory disclosure by stale virtual memory mapping [SA-22:11.vm] + + Kernel memory corruption during SCSI error recovery [EN-22:17.cam] + 20220405: 12.3-RELEASE-p5 FreeBSD-SA-22:04.netmap FreeBSD-SA-22:05.bhyve diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh index d621d0a7cf5..c783524a38d 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -49,7 +49,7 @@ TYPE="FreeBSD" REVISION="12.3" -BRANCH="RELEASE-p5" +BRANCH="RELEASE-p6" if [ -n "${BRANCH_OVERRIDE}" ]; then BRANCH=${BRANCH_OVERRIDE} fi -- 2.45.0