git: 4c6e74a7e582 - stable/15 - UPDATING: bump __FreeBSD_version to 1501503 for LinuxKPI changes

From: Bjoern A. Zeeb <bz_at_FreeBSD.org>
Date: Sat, 19 Sep 2026 14:40:33 UTC
The branch stable/15 has been updated by bz:

URL: https://cgit.FreeBSD.org/src/commit/?id=4c6e74a7e582ed45755d717b856d663d4ae76032

commit 4c6e74a7e582ed45755d717b856d663d4ae76032
Author:     Bjoern A. Zeeb <bz@FreeBSD.org>
AuthorDate: 2026-09-14 19:01:12 +0000
Commit:     Bjoern A. Zeeb <bz@FreeBSD.org>
CommitDate: 2026-09-19 09:35:33 +0000

    UPDATING: bump __FreeBSD_version to 1501503 for LinuxKPI changes
    
    The size of multiple embedded structs have changed and may lead to
    problems (pci_error_handlers in pci_driver, dev_pm_info in struct device).
    Allow these changes to be detected by bumping __FreeBSD_version.
    
    (cherry picked from commit e1ad124136deb4f270d4cef759bf9e9debdb17d3)
---
 UPDATING        | 6 ++++++
 sys/sys/param.h | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/UPDATING b/UPDATING
index 7fcdaaebae2f..c1ea30ce1649 100644
--- a/UPDATING
+++ b/UPDATING
@@ -12,6 +12,12 @@ 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.
 
+20260919:
+	The size of multiple embedded structs have changed and may lead to
+	problems (pci_error_handlers in pci_driver, dev_pm_info in struct device).
+	Bump __FreeBSD_version to 1501503 to allow these LinuxKPI changes to
+	be detcted.
+
 20260919:
 	bhyve(8) users who explicitly set the eui64 option for an NVMe
 	device may need to update their configuration.  Due to an incorrect
diff --git a/sys/sys/param.h b/sys/sys/param.h
index 7cfee5dddc99..4e0454a0f432 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 1501502
+#define __FreeBSD_version 1501503
 
 /*
  * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,