From af1ef35a00668b1461af31c73f0bf48e27b5c8f8 Mon Sep 17 00:00:00 2001 From: John Baldwin Date: Mon, 25 Nov 2024 13:54:25 -0500 Subject: [PATCH] RELNOTES: Document that ktls is now enabled by default --- RELNOTES | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/RELNOTES b/RELNOTES index 6441bffcb358..a4f6e877ae32 100644 --- a/RELNOTES +++ b/RELNOTES @@ -10,6 +10,11 @@ newline. Entries should be separated by a newline. Changes to this file should not be MFCed. +b2f7c53430c3: + Kernel TLS is now enabled by default in kernels including KTLS + support. KTLS is included in GENERIC kernels for aarch64, + amd64, powerpc64, and powerpc64le. + f57efe95cc25: New mididump(1) utility which dumps MIDI 1.0 events in real time.