Page MenuHomeFreeBSD

Add MODULE_VERSION to TCP loadable congestion control modules.
ClosedPublic

Authored by rscheff on Jul 20 2020, 4:45 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Mar 28, 10:58 PM
Unknown Object (File)
Jan 12 2024, 10:59 PM
Unknown Object (File)
Dec 23 2023, 4:07 AM
Unknown Object (File)
Dec 11 2023, 5:51 AM
Unknown Object (File)
Nov 22 2023, 7:23 AM
Unknown Object (File)
Oct 19 2023, 7:09 PM
Unknown Object (File)
Sep 27 2023, 11:28 PM
Unknown Object (File)
Aug 8 2023, 1:04 AM
Subscribers

Details

Summary

For some reason, the congestion control modules are lacking
the MODULE_VERSION macro, which is usually part of any modules
metadata boilerplate.

Without versioning information, using preexisting loader /
linker code is not easily possible when another module may
have dependencies on pre-loaded modules, and also doesn't
allow the automatic loading of dependent modules.

No functional change of the actual modules.

Diff Detail

Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 32440
Build 29917: arc lint + arc unit