The branch stable/14 has been updated by zlei: URL: https://cgit.FreeBSD.org/src/commit/?id=077895676d3baf62a6d2e50626faaaa3e7ef2473
commit 077895676d3baf62a6d2e50626faaaa3e7ef2473 Author: Zhenlei Huang <z...@freebsd.org> AuthorDate: 2025-05-21 10:11:03 +0000 Commit: Zhenlei Huang <z...@freebsd.org> CommitDate: 2025-07-07 10:03:54 +0000 UPDATING: Add an entry for the removal of in6_maxmtu (cherry picked from commit c485a58f51608e5473d8580ebd4bf9f4f42fab1a) --- UPDATING | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/UPDATING b/UPDATING index c19d5db50b7c..c1778cc50d83 100644 --- a/UPDATING +++ b/UPDATING @@ -12,6 +12,14 @@ 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. +20250707: + Commit f5195b1a63df removed in6_maxmtu and its setter in6_setmaxmtu(). + in6_maxmtu is used to store the max IPv6 MTU of all interfaces, + however it does not have any in-tree consumers since the introduction + from the KAME project. The removal should have little impact, and the + max IPv6 MTU can be easily retrieved by iterating over all the attached + interface if 3rd party modules need it. + 20250419: LinuxKPI alloc routines were changed to return physically contiguous memory where expected. These changes may require out-of-tree drivers