Page MenuHomeFreeBSD

pf tests: Lower chances of false positives for mbuf:inet6_in_mbuf_len
ClosedPublic

Authored by igoro on Oct 18 2024, 2:02 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Jun 25, 6:18 PM
Unknown Object (File)
Mon, Jun 15, 1:34 AM
Unknown Object (File)
Wed, May 27, 10:38 PM
Unknown Object (File)
May 8 2026, 1:29 AM
Unknown Object (File)
May 6 2026, 7:47 PM
Unknown Object (File)
May 6 2026, 11:08 AM
Unknown Object (File)
May 3 2026, 11:50 PM
Unknown Object (File)
Apr 30 2026, 3:01 AM

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 60065
Build 56949: arc lint + arc unit

Event Timeline

igoro requested review of this revision.Oct 18 2024, 2:02 PM

This is the outcome of my analysis of the following CI test failure: https://ci.freebsd.org/view/Test/job/FreeBSD-main-amd64-test/25598/testReport/junit/sys.netpfil.pf/mbuf/inet6_in_mbuf_len/.
An extra 2001:db8::1 → 2001:db8::2 ICMPv6 Neighbor Advertisement 2001:db8::1 (sol) packet can appear. If it's sent after the net.dummymbuf.hits value is compared then it does not impact the results, but it may happen before.

I would have guessed it'd be MLD packets, but neighbour unreachability detection could also be causing this.

Approved.

This revision is now accepted and ready to land.Oct 18 2024, 2:18 PM