Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 01 Dec 2025 15:44:47 +0000
From:      John Baldwin <jhb@FreeBSD.org>
To:        doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org
Subject:   git: d80a1d9c20 - main - relnotes: Correct details about KTLS
Message-ID:  <692db7ef.32d8c.471a5232@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help

The branch main has been updated by jhb:

URL: https://cgit.FreeBSD.org/doc/commit/?id=d80a1d9c2074f16068dedde64083a5d06439bc97

commit d80a1d9c2074f16068dedde64083a5d06439bc97
Author:     John Baldwin <jhb@FreeBSD.org>
AuthorDate: 2025-12-01 15:27:41 +0000
Commit:     John Baldwin <jhb@FreeBSD.org>
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" >}}
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?692db7ef.32d8c.471a5232>