git: 2c40d6e95f1a - releng/15.0 - UPDATING: bump __FreeBSD_version for LinuxKPI changes

From: Colin Percival <cperciva_at_FreeBSD.org>
Date: Thu, 23 Oct 2025 23:37:19 UTC
The branch releng/15.0 has been updated by cperciva:

URL: https://cgit.FreeBSD.org/src/commit/?id=2c40d6e95f1a72a061bd1719ba49c83574dda127

commit 2c40d6e95f1a72a061bd1719ba49c83574dda127
Author:     Bjoern A. Zeeb <bz@FreeBSD.org>
AuthorDate: 2025-10-20 20:35:13 +0000
Commit:     Colin Percival <cperciva@FreeBSD.org>
CommitDate: 2025-10-23 23:32:31 +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.
    
    Approved by:    re (cperciva)
    
    (cherry picked from commit 37ad1beaf516854d5e59b90a9706b09d02cc2a81)
    (cherry picked from commit a4ee95e54ad1e6a00be4dbaf9c3476915c212918)
---
 UPDATING        | 4 ++++
 sys/sys/param.h | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/UPDATING b/UPDATING
index 2227d1f8acf1..67bcbe9d5cd9 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 1500068 for LinuxKPI.  An embedded struct
+	has changed size and might possibly be an issue otherwise.
+
 20251022:
 	15.0-BETA2-p1 SA-25:09.netinet
 
diff --git a/sys/sys/param.h b/sys/sys/param.h
index d980de307a3d..78818bf00132 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 1500067
+#define __FreeBSD_version 1500068
 
 /*
  * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,