git: d80a1d9c20 - main - relnotes: Correct details about KTLS
John Baldwin <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/doc/commit/?id=d80a1d9c2074f16068dedde64083a5d06439bc97 commit d80a1d9c2074f16068dedde64083a5d06439bc97 Author: John Baldwin <[email protected]> AuthorDate: 2025-12-01 15:27:41 +0000 Commit: John Baldwin <[email protected]> CommitDate: 2025-12-01 15:43:06 +0000 relnotes: Correct details about KTLS KTLS already shipped in 13.0 (and was included in GENERIC on at least amd64). The change in 15.0 is toggling the default state of the sysctl gating its use. --- website/content/en/releases/15.0R/relnotes.adoc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/website/content/en/releases/15.0R/relnotes.adoc b/website/content/en/releases/15.0R/relnotes.adoc index dd837e4e26..5780477f95 100644 --- a/website/content/en/releases/15.0R/relnotes.adoc +++ b/website/content/en/releases/15.0R/relnotes.adoc @@ -1270,9 +1270,7 @@ If synchronization with an older version of FreeBSD is needed the protocol versi It defaults to 1500 for synchronization between hosts running FreeBSD 15.0. gitref:99475087d63b[repository=src] {{< sponsored "InnoGames GmbH" >}} -Kernel TLS support has been added. -The corresponding kernel build option is `KTLS`. -This option is now enabled by default in `GENERIC` (default) kernels for aarch64, amd64, powerpc64, and powerpc64le. +Kernel TLS support is now enabled by default in `GENERIC` (default) kernels for aarch64, amd64, powerpc64, and powerpc64le. gitref:b2f7c53430c3[repository=src] {{< sponsored "Chelsio Communications" >}}