git: 6dc9b78eb75e - releng/14.4 - Add UPDATING entries and bump version
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 21 Apr 2026 15:45:33 UTC
The branch releng/14.4 has been updated by markj:
URL: https://cgit.FreeBSD.org/src/commit/?id=6dc9b78eb75ed23b1bebd277d3b847cf2837c606
commit 6dc9b78eb75ed23b1bebd277d3b847cf2837c606
Author: Mark Johnston <markj@FreeBSD.org>
AuthorDate: 2026-04-20 13:47:33 +0000
Commit: Mark Johnston <markj@FreeBSD.org>
CommitDate: 2026-04-21 15:45:06 +0000
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