Skip site navigation (1)Skip section navigation (2)



index | | raw e-mail

    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 37cb107c7947..f311af86ab77 100644
--- a/UPDATING
+++ b/UPDATING
@@ -12,6 +12,20 @@ Items affecting the ports and packages system can be found in
 /usr/ports/UPDATING.  Please read that file before updating system packages
 and/or ports.
 
+20260421:
+	14.4-RELEASE-p2	SA-26:10.tty
+			SA-26:11.amd64
+			EN-26:05.vm
+			EN-26:06.timerfd
+
+	Kernel use-after-free bug in the TIOCNOTTY handler. [SA-26:10.tty]
+
+	Missing large page handling in pmap_pkru_update_range(). [SA-26:11.amd64]
+
+	The page fault handler fails to zero memory. [EN-26:05.vm]
+
+	Periodic timerfd(2) timers may produce incorrect results. [EN-26:06.timerfd]
+
 20260325:
 	14.4-RELEASE-p1	SA-26:06.tcp
 			SA-26:08.rpcsec_gss
diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh
index 329e4ac3875f..98a10bc4526c 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -53,7 +53,7 @@
 
 TYPE="FreeBSD"
 REVISION="14.4"
-BRANCH="RELEASE-p1"
+BRANCH="RELEASE-p2"
 if [ -n "${BRANCH_OVERRIDE}" ]; then
 	BRANCH=${BRANCH_OVERRIDE}
 fi


home | help