Page MenuHomeFreeBSD

KTLS: Enable KERN_TLS in GENERIC on amd64
ClosedPublic

Authored by gallatin on Jan 14 2021, 5:58 PM.
Tags
None
Referenced Files
Unknown Object (File)
Oct 5 2024, 6:35 AM
Unknown Object (File)
Oct 5 2024, 4:58 AM
Unknown Object (File)
Oct 2 2024, 6:24 PM
Unknown Object (File)
Oct 2 2024, 2:07 PM
Unknown Object (File)
Oct 2 2024, 9:02 AM
Unknown Object (File)
Oct 1 2024, 3:06 PM
Unknown Object (File)
Sep 27 2024, 3:19 AM
Unknown Object (File)
Sep 25 2024, 6:43 AM
Subscribers
None

Details

Summary

Based on discussions on freebsd-arch@, enable KERN_TLS in
GENERIC on amd64, but leave it disabled via the
sysctl kern.ipc.tls.enable. Users wishing to enable
ktls must set kern.ipc.tls.enable=1

While here, fix wording in NOTES to mention that KERN_TLS
also does receive now.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

gallatin created this revision.

Thanks for taking care of this Drew.

This revision is now accepted and ready to land.Jan 14 2021, 7:19 PM
This revision was automatically updated to reflect the committed changes.