Page MenuHomeFreeBSD

TCP stacks loading issue
ClosedPublic

Authored by rrs on Feb 4 2016, 11:39 AM.
Tags
None
Referenced Files
F83277101: D5189.id13003.diff
Wed, May 8, 8:16 AM
Unknown Object (File)
Thu, May 2, 7:27 PM
Unknown Object (File)
Thu, May 2, 7:27 PM
Unknown Object (File)
Thu, May 2, 7:27 PM
Unknown Object (File)
Thu, May 2, 7:04 PM
Unknown Object (File)
Sun, Apr 28, 7:04 AM
Unknown Object (File)
Fri, Apr 26, 12:40 PM
Unknown Object (File)
Mar 12 2024, 9:32 PM
Subscribers

Details

Summary

The fast path.c code had the wrong module dependency (which is fixed in this revision too) but it
points out a weakness in the initialization, i.e. one must have the register function either
validate that initialization and error, or just do the initialization at that point. I choose the
later since it does no harm.

Test Plan

load the old module without changing its order and make sure we don't crash :-)

Diff Detail

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

Event Timeline

rrs retitled this revision from to TCP stacks loading issue.
rrs updated this object.
rrs edited the test plan for this revision. (Show Details)
rrs added a reviewer: hiren.
rrs added a subscriber: transport.
hiren edited edge metadata.
This revision is now accepted and ready to land.Feb 4 2016, 6:41 PM