diff options
| author | Mark Johnston <markj@FreeBSD.org> | 2026-04-20 13:48:45 +0000 |
|---|---|---|
| committer | Mark Johnston <markj@FreeBSD.org> | 2026-04-21 15:45:50 +0000 |
| commit | 0224acf7f7db159f290eca918f50d2e4f6730705 (patch) | |
| tree | 84e2469f77373358ac04d71a9ac94957cb57e2a9 | |
| parent | 979e645dd25e8b9df065ca2bf3059c269224fec6 (diff) | |
| -rw-r--r-- | UPDATING | 14 | ||||
| -rw-r--r-- | sys/conf/newvers.sh | 2 |
2 files changed, 15 insertions, 1 deletions
@@ -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 |
