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)
Thu, Oct 30, 7:41 PM
Unknown Object (File)
Thu, Oct 30, 7:41 PM
Unknown Object (File)
Thu, Oct 30, 7:41 PM
Unknown Object (File)
Thu, Oct 30, 2:50 PM
Unknown Object (File)
Oct 9 2025, 3:22 AM
Unknown Object (File)
Sep 11 2025, 2:11 AM
Unknown Object (File)
Sep 10 2025, 8:54 AM
Unknown Object (File)
Sep 9 2025, 5:57 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.