Page MenuHomeFreeBSD

Export tcp_always_keepalive for use by the Chelsio TOM module.
ClosedPublic

Authored by jhb on Jan 30 2018, 1:22 AM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Aug 19, 12:08 PM
Unknown Object (File)
Wed, Aug 19, 12:08 PM
Unknown Object (File)
Tue, Aug 11, 3:12 PM
Unknown Object (File)
Sun, Aug 9, 2:15 AM
Unknown Object (File)
Fri, Aug 7, 3:15 AM
Unknown Object (File)
Jul 20 2026, 5:58 PM
Unknown Object (File)
Jul 20 2026, 4:19 PM
Unknown Object (File)
Jul 4 2026, 3:42 PM
Subscribers

Details

Summary

This used to work by accident with ld.bfd even though always_keepalive
was marked as static. LLD honors static more correctly, so export this
variable properly (including moving it into the tcp_* namespace).

Test Plan
  • try to kldload t4_tom.ko on a LLD-linked kernel

Diff Detail

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

Event Timeline

bz added a subscriber: bz.

LGTM (not checked but assume you caught all places)

This revision is now accepted and ready to land.Jan 30 2018, 12:00 PM
This revision was automatically updated to reflect the committed changes.