The branch main has been updated by kp:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=896f5be77beb37ff35fa465f8ff2eea0d977a0bb

commit 896f5be77beb37ff35fa465f8ff2eea0d977a0bb
Author:     Kristof Provost <[email protected]>
AuthorDate: 2025-02-18 13:51:58 +0000
Commit:     Kristof Provost <[email protected]>
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

Reply via email to