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
F132537339: D36913.id111822.diff
Fri, Oct 17, 7:07 PM
F132536679: D36913.diff
Fri, Oct 17, 6:57 PM
Unknown Object (File)
Tue, Oct 14, 10:23 AM
Unknown Object (File)
Sun, Oct 12, 1:30 PM
Unknown Object (File)
Thu, Oct 9, 2:01 PM
Unknown Object (File)
Thu, Oct 9, 1:01 PM
Unknown Object (File)
Thu, Oct 9, 1:01 PM
Unknown Object (File)
Thu, Oct 9, 1:00 PM
Subscribers

Diff Detail

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

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
254

I think this could be const?

258

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