Page MenuHomeFreeBSD

wg: Trim compat shims for versions older than current stable/13.
ClosedPublic

Authored by jhb on Oct 7 2022, 10:02 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Sep 4, 7:55 PM
Unknown Object (File)
Tue, Aug 26, 1:02 PM
Unknown Object (File)
Tue, Aug 26, 1:13 AM
Unknown Object (File)
Mon, Aug 25, 6:55 AM
Unknown Object (File)
Thu, Aug 21, 7:01 PM
Unknown Object (File)
Fri, Aug 15, 12:30 AM
Unknown Object (File)
Fri, Aug 8, 12:55 AM
Unknown Object (File)
Jul 27 2025, 9:37 PM
Subscribers

Diff Detail

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

Event Timeline

jhb requested review of this revision.Oct 7 2022, 10:02 PM
This revision is now accepted and ready to land.Oct 8 2022, 2:00 AM
markj added inline comments.
sys/dev/wg/wg_crypto.c
216

I think this could be const?

220

I'm surprised we don't have an m_extend() which simply changes the mbuf length without copying anything.

jhb marked an inline comment as done.Oct 15 2022, 12:03 AM
  • const (actually added earlier as well)
This revision now requires review to proceed.Oct 15 2022, 12:21 AM
This revision is now accepted and ready to land.Oct 25 2022, 1:02 AM