aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjoern A. Zeeb <bz@FreeBSD.org>2025-04-12 20:47:09 +0000
committerBjoern A. Zeeb <bz@FreeBSD.org>2025-04-12 20:49:20 +0000
commit7acd5af48cf1870ec48d5910dff1a26466d98074 (patch)
treeb09756611e835f13ec3e704480f89cd66d1f5e6f
parenta3e6f97bf57c1d323487d07369aec66542f995ce (diff)
LinuxKPI: bump __FreeBSD_version to 1500037 for alloc routine changes
Sponsored by: The FreeBSD Foundation
-rw-r--r--UPDATING6
-rw-r--r--sys/sys/param.h2
2 files changed, 7 insertions, 1 deletions
diff --git a/UPDATING b/UPDATING
index c97ba37d6447..15db36e0b44f 100644
--- a/UPDATING
+++ b/UPDATING
@@ -27,6 +27,12 @@ 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".)
+20250412:
+ LinuxKPI alloc routines were changed to return physically contiguous
+ memory where expected. These changes may require out-of-tree drivers
+ to be recompiled.
+ Bump __FreeBSD_version to 1500037 to be able to detect this change.
+
20250409:
Intel iwlwifi firmware has been removed from the src repository.
Before updating their system, users of iwlwifi(4) or iwx(4) must
diff --git a/sys/sys/param.h b/sys/sys/param.h
index 4b7b4853e19d..39f3535a136d 100644
--- a/sys/sys/param.h
+++ b/sys/sys/param.h
@@ -73,7 +73,7 @@
* cannot include sys/param.h and should only be updated here.
*/
#undef __FreeBSD_version
-#define __FreeBSD_version 1500036
+#define __FreeBSD_version 1500037
/*
* __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,