aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjoern A. Zeeb <bz@FreeBSD.org>2025-10-20 20:35:13 +0000
committerBjoern A. Zeeb <bz@FreeBSD.org>2025-10-23 06:37:03 +0000
commita4ee95e54ad1e6a00be4dbaf9c3476915c212918 (patch)
tree96cf7a49294e5fefc78e2ae0bc7fd922cd0fd22b
parentf2b2d6c18a57abbedb14bf439ed5c69d648c47b6 (diff)
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)
-rw-r--r--UPDATING4
-rw-r--r--sys/sys/param.h2
2 files changed, 5 insertions, 1 deletions
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,