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)
Sat, Jan 25, 7:52 PM
Unknown Object (File)
Sat, Jan 25, 7:17 PM
Unknown Object (File)
Dec 30 2024, 2:17 PM
Unknown Object (File)
Dec 15 2024, 5:41 PM
Unknown Object (File)
Dec 5 2024, 6:12 PM
Unknown Object (File)
Oct 9 2024, 6:13 PM
Unknown Object (File)
Oct 6 2024, 4:47 PM
Unknown Object (File)
Oct 6 2024, 11:42 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