git: 86a8a6726b59 - stable/15 - riscv: GENERIC: enable KERN_TLS
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 24 Feb 2026 01:05:45 UTC
The branch stable/15 has been updated by siva:
URL: https://cgit.FreeBSD.org/src/commit/?id=86a8a6726b5942f45d7e3b658940d8c69f71a8be
commit 86a8a6726b5942f45d7e3b658940d8c69f71a8be
Author: Siva Mahadevan <siva@FreeBSD.org>
AuthorDate: 2026-02-19 17:37:44 +0000
Commit: Siva Mahadevan <siva@FreeBSD.org>
CommitDate: 2026-02-24 01:05:16 +0000
riscv: GENERIC: enable KERN_TLS
This unskips 585 sys/kern/ktls_test testcases[0] in CI. All 585 tests currently pass.
[0] https://ci.freebsd.org/view/Test/job/FreeBSD-main-riscv64-test/16514/testReport/sys.kern/
Approved by: emaste (mentor)
MFC after: 3 days
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D55376
(cherry picked from commit 1e649491b8567151270095fda3bce8faea394952)
---
sys/riscv/conf/GENERIC | 1 +
1 file changed, 1 insertion(+)
diff --git a/sys/riscv/conf/GENERIC b/sys/riscv/conf/GENERIC
index ffd958bb33bf..0b3defb3c285 100644
--- a/sys/riscv/conf/GENERIC
+++ b/sys/riscv/conf/GENERIC
@@ -35,6 +35,7 @@ options TCP_OFFLOAD # TCP offload
options TCP_BLACKBOX # Enhanced TCP event logging
options TCP_RFC7413 # TCP Fast Open
options SCTP_SUPPORT # Allow kldload of SCTP
+options KERN_TLS # TLS transmit & receive offload
options FFS # Berkeley Fast Filesystem
options SOFTUPDATES # Enable FFS soft updates support
options UFS_ACL # Support for access control lists