git: a3b2d8e360c3 - stable/14 - Bump __FreeBSD_version to 1402505 for LinuxKPI alloc routine changes
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 18 Apr 2025 14:37:32 UTC
The branch stable/14 has been updated by bz: URL: https://cgit.FreeBSD.org/src/commit/?id=a3b2d8e360c37853035f9cede6064c4602312bfc commit a3b2d8e360c37853035f9cede6064c4602312bfc Author: Bjoern A. Zeeb <bz@FreeBSD.org> AuthorDate: 2025-04-12 20:47:09 +0000 Commit: Bjoern A. Zeeb <bz@FreeBSD.org> CommitDate: 2025-04-18 14:36:03 +0000 Bump __FreeBSD_version to 1402505 for LinuxKPI alloc routine changes Also for iwlwifi firmware removal. Sponsored by: The FreeBSD Foundation (cherry picked from commit 7acd5af48cf1870ec48d5910dff1a26466d98074) --- UPDATING | 6 ++++++ sys/sys/param.h | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/UPDATING b/UPDATING index 2e5dc88a49c4..65fb2f8b8c4a 100644 --- a/UPDATING +++ b/UPDATING @@ -12,6 +12,12 @@ 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. +20250419: + 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 1402505 to be able to detect this change. + 20250419: 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 12a0e2098fec..954e18cb48cf 100644 --- a/sys/sys/param.h +++ b/sys/sys/param.h @@ -75,7 +75,7 @@ * cannot include sys/param.h and should only be updated here. */ #undef __FreeBSD_version -#define __FreeBSD_version 1402504 +#define __FreeBSD_version 1402505 /* * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,