Date: Tue, 18 Feb 2025 15:53:38 GMT From: Kristof Provost <kp@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 896f5be77beb - main - RELNOTES: document pf's ABI breakage Message-ID: <202502181553.51IFrcOW015042@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by kp: URL: https://cgit.FreeBSD.org/src/commit/?id=896f5be77beb37ff35fa465f8ff2eea0d977a0bb commit 896f5be77beb37ff35fa465f8ff2eea0d977a0bb Author: Kristof Provost <kp@FreeBSD.org> AuthorDate: 2025-02-18 13:51:58 +0000 Commit: Kristof Provost <kp@FreeBSD.org> CommitDate: 2025-02-18 15:53:12 +0000 RELNOTES: document pf's ABI breakage See also: 7e7f88001d7d Reviewed by: imp (previous version), jhibbits Sponsored by: Rubicon Communications, LLC ("Netgate") Differential Revision: https://reviews.freebsd.org/D49046 --- RELNOTES | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/RELNOTES b/RELNOTES index 6cf100482a26..96e2d24bf833 100644 --- a/RELNOTES +++ b/RELNOTES @@ -10,6 +10,12 @@ newline. Entries should be separated by a newline. Changes to this file should not be MFCed. +7e7f88001d7d: + The definition of pf's struct pfr_tstats and struct pfr_astats has + changed, breaking ABI compatibility for 32-bit powerpc (including + powerpcspe) and armv7. Users of these platforms should ensure kernel + and userspace are updated together. + 5dc99e9bb985, 08e638c089a, 4009a98fe80: The net.inet.{tcp,udp,raw}.bind_all_fibs tunables have been added. They modify socket behavior such that packets not originating from the
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202502181553.51IFrcOW015042>