git: 0224acf7f7db - releng/14.3 - Add UPDATING entries and bump version
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 21 Apr 2026 15:46:04 UTC
The branch releng/14.3 has been updated by markj:
URL: https://cgit.FreeBSD.org/src/commit/?id=0224acf7f7db159f290eca918f50d2e4f6730705
commit 0224acf7f7db159f290eca918f50d2e4f6730705
Author: Mark Johnston <markj@FreeBSD.org>
AuthorDate: 2026-04-20 13:48:45 +0000
Commit: Mark Johnston <markj@FreeBSD.org>
CommitDate: 2026-04-21 15:45:50 +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 20c41179af63..2481d0187180 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.3-RELEASE-p11 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.3-RELEASE-p10 SA-26:06.tcp
SA-26:08.rpcsec_gss
diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh
index 7c77782c1c00..e4d9bf1b464b 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -53,7 +53,7 @@
TYPE="FreeBSD"
REVISION="14.3"
-BRANCH="RELEASE-p10"
+BRANCH="RELEASE-p11"
if [ -n "${BRANCH_OVERRIDE}" ]; then
BRANCH=${BRANCH_OVERRIDE}
fi