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
F136983393: D25744.id.diff
Thu, Nov 20, 10:05 PM
F136982657: D25744.id74725.diff
Thu, Nov 20, 10:01 PM
F136982557: D25744.id74700.diff
Thu, Nov 20, 10:01 PM
F136980289: D25744.diff
Thu, Nov 20, 9:52 PM
Unknown Object (File)
Thu, Nov 20, 5:23 AM
Unknown Object (File)
Thu, Nov 20, 4:25 AM
Unknown Object (File)
Tue, Nov 18, 8:21 PM
Unknown Object (File)
Wed, Nov 12, 10:38 PM
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

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable