git: a4ee95e54ad1 - stable/15 - UPDATING: bump __FreeBSD_version for LinuxKPI changes
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 23 Oct 2025 09:44:14 UTC
The branch stable/15 has been updated by bz:
URL: https://cgit.FreeBSD.org/src/commit/?id=a4ee95e54ad1e6a00be4dbaf9c3476915c212918
commit a4ee95e54ad1e6a00be4dbaf9c3476915c212918
Author: Bjoern A. Zeeb <bz@FreeBSD.org>
AuthorDate: 2025-10-20 20:35:13 +0000
Commit: Bjoern A. Zeeb <bz@FreeBSD.org>
CommitDate: 2025-10-23 06:37:03 +0000
UPDATING: bump __FreeBSD_version for LinuxKPI changes
The size of an embedded struct has changed and might possibly be a
problem. Allow this change to be detected by bumping __FreeBSD_version.
(cherry picked from commit 37ad1beaf516854d5e59b90a9706b09d02cc2a81)
---
UPDATING | 4 ++++
sys/sys/param.h | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/UPDATING b/UPDATING
index 6310ef5828c1..7469c985698c 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.
+20251023:
+ Bump __FreeBSD_version to 1500501 for LinuxKPI. An embedded struct
+ has changed size and might possibly be an issue otherwise.
+
20251015:
The "FreeBSD-unbound" package is renamed to "FreeBSD-local-unbound".
If you have set-optional or set-base installed, the new package will
diff --git a/sys/sys/param.h b/sys/sys/param.h
index 631928098f54..a4cdc76e0fb2 100644
--- a/sys/sys/param.h
+++ b/sys/sys/param.h
@@ -74,7 +74,7 @@
* cannot include sys/param.h and should only be updated here.
*/
#undef __FreeBSD_version
-#define __FreeBSD_version 1500500
+#define __FreeBSD_version 1500501
/*
* __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,