LinuxKPI: bump __FreeBSD_version to 1500037 for alloc routine changes

Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Bjoern A. Zeeb 2025-04-12 20:47:09 +00:00
parent a3e6f97bf5
commit 7acd5af48c
2 changed files with 7 additions and 1 deletions

View file

@ -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

View file

@ -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,