Page MenuHomeFreeBSD

bpf: calculate net.bpf.stats buffer size dynamically
ClosedPublic

Authored by glebius on Nov 21 2025, 10:56 PM.
Tags
None
Referenced Files
F169350817: D53868.id167508.diff
Tue, Sep 1, 7:01 AM
Unknown Object (File)
Tue, Aug 25, 11:11 PM
Unknown Object (File)
Sun, Aug 23, 2:45 AM
Unknown Object (File)
Tue, Aug 18, 4:30 AM
Unknown Object (File)
Tue, Aug 11, 11:30 PM
Unknown Object (File)
Sun, Aug 9, 6:45 PM
Unknown Object (File)
Sun, Aug 9, 6:58 AM
Unknown Object (File)
Sat, Aug 8, 3:56 PM

Details

Summary

This removed the global counter, that was updated in a racy manner.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

markj added inline comments.
sys/net/bpf.c
3091

Why not allocate bpfd_cnt * sizeof(*xbd) bytes instead? req->oldlen is not clamped, I believe, so userspace can request any allocation size they want.

markj added inline comments.
sys/net/bpf.c
3094

To be useful, this assertion should be inside the inner loops below.

This revision is now accepted and ready to land.Nov 25 2025, 2:00 PM