The branch stable/14 has been updated by bz: URL: https://cgit.FreeBSD.org/src/commit/?id=16e2bb8177bd86a954ef968551d8c8980582381a
commit 16e2bb8177bd86a954ef968551d8c8980582381a Author: Bjoern A. Zeeb <[email protected]> AuthorDate: 2026-01-16 19:46:50 +0000 Commit: Bjoern A. Zeeb <[email protected]> CommitDate: 2026-01-16 19:48:36 +0000 UPDATING: Bump __FreeBSD_version to 1403508 for various LinuxKPI changes Precautiously bump __FreeBSD_version for various LinuxKPI changes so they could be detected if needed (which they should not need to, hopefully). --- UPDATING | 4 ++++ sys/sys/param.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/UPDATING b/UPDATING index 5396fa8204c1..4c3ea27970cb 100644 --- a/UPDATING +++ b/UPDATING @@ -12,6 +12,10 @@ 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. +20260116: + Bump __FreeBSD_version to 1403508 for various LinuxKPI changes + so they could be detected if needed. + 20250916: If SRCCONF is unset and a file named src.conf is present at the top of the source tree, it will now be used instead of diff --git a/sys/sys/param.h b/sys/sys/param.h index 73f122785266..03aa6059190a 100644 --- a/sys/sys/param.h +++ b/sys/sys/param.h @@ -76,7 +76,7 @@ * cannot include sys/param.h and should only be updated here. */ #undef __FreeBSD_version -#define __FreeBSD_version 1403507 +#define __FreeBSD_version 1403508 /* * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,
