git: 842da154a0ce - main - Bump __FreeBSD_verion for LinuxKPI changes to device.h and acpi.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 04 Jul 2025 03:22:42 UTC
The branch main has been updated by bz:
URL: https://cgit.FreeBSD.org/src/commit/?id=842da154a0ce8f866d65f495537a13ffa8fb9cc0
commit 842da154a0ce8f866d65f495537a13ffa8fb9cc0
Author: Bjoern A. Zeeb <bz@FreeBSD.org>
AuthorDate: 2025-07-04 03:19:23 +0000
Commit: Bjoern A. Zeeb <bz@FreeBSD.org>
CommitDate: 2025-07-04 03:22:23 +0000
Bump __FreeBSD_verion for LinuxKPI changes to device.h and acpi.
Sponsored by: The FreeBSD Foundation
MFC after: 3 days
X-MFC: acpi part only
---
UPDATING | 4 ++++
sys/sys/param.h | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/UPDATING b/UPDATING
index 9b3cd1b90909..8205086dbab5 100644
--- a/UPDATING
+++ b/UPDATING
@@ -27,6 +27,10 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 15.x IS SLOW:
world, or to merely disable the most expensive debugging functionality
at runtime, run "ln -s 'abort:false,junk:false' /etc/malloc.conf".)
+20250704:
+ LinuxKPI device.h and acpi changes effecting drivers and drm-kmod.
+ Bump __FreeBSD_version 1500050 to be able to detect these changes.
+
20250630:
Commits 171f66b0c2ca and 8e2a90ac8089 changed the internal
api between nfscommon.ko and the other nfs modules.
diff --git a/sys/sys/param.h b/sys/sys/param.h
index f1bf874cb5fd..57eb8ebcf12c 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 1500049
+#define __FreeBSD_version 1500050
/*
* __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,