diff options
| author | Bjoern A. Zeeb <bz@FreeBSD.org> | 2025-07-04 03:19:23 +0000 |
|---|---|---|
| committer | Bjoern A. Zeeb <bz@FreeBSD.org> | 2025-07-04 03:22:23 +0000 |
| commit | 842da154a0ce8f866d65f495537a13ffa8fb9cc0 (patch) | |
| tree | 330a13e8f8409124c692b90434f37ee04223bbaf | |
| parent | ba6460df5607e572e9c868413c75ce9bc5ce9a00 (diff) | |
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
| -rw-r--r-- | UPDATING | 4 | ||||
| -rw-r--r-- | sys/sys/param.h | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -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, |
