git: d1c800badec7 - stable/15 - UPDATING: Bump __FreeBSD_version to 1500508
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 22 Apr 2026 21:09:24 UTC
The branch stable/15 has been updated by bz:
URL: https://cgit.FreeBSD.org/src/commit/?id=d1c800badec7750194ba19a225d364377b74362b
commit d1c800badec7750194ba19a225d364377b74362b
Author: Bjoern A. Zeeb <bz@FreeBSD.org>
AuthorDate: 2026-04-22 21:04:02 +0000
Commit: Bjoern A. Zeeb <bz@FreeBSD.org>
CommitDate: 2026-04-22 21:04:02 +0000
UPDATING: Bump __FreeBSD_version to 1500508
Bump __FreeBSD_version to 1500508 for LinuxKPI to be able to track
changes to eventfd, changes for DRM 6.11, changes of LinuxKPI 802.11
based on Linux v7.0.
Sponsored by: The FreeBSD Foundation
---
UPDATING | 5 +++++
sys/sys/param.h | 2 +-
2 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/UPDATING b/UPDATING
index 3515623bdfb0..034dabc4da81 100644
--- a/UPDATING
+++ b/UPDATING
@@ -12,6 +12,11 @@ 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.
+20260422:
+ Bump __FreeBSD_version to 1500508 for LinuxKPI after merges of
+ changes to eventfd and changes for DRM 6.11, as well as
+ LinuxKPI 802.11 based on Linux v7.0.
+
20260407:
OpenPAM (including libpam and the PAM modules) has moved to the new
"pam" package. The pam-lib subpackage, which includes libpam, will
diff --git a/sys/sys/param.h b/sys/sys/param.h
index c29110945401..af5ff860c082 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 1500507
+#define __FreeBSD_version 1500508
/*
* __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,