diff options
| author | Siva Mahadevan <siva@FreeBSD.org> | 2026-02-19 17:37:44 +0000 |
|---|---|---|
| committer | Siva Mahadevan <siva@FreeBSD.org> | 2026-02-19 20:10:02 +0000 |
| commit | 1e649491b8567151270095fda3bce8faea394952 (patch) | |
| tree | 5ec8705bb8210d587d0251d56d1daa01b14961b8 | |
| parent | 818971cc403e78d42b77eb6c18a2d2a073e5541f (diff) | |
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
| -rw-r--r-- | sys/riscv/conf/GENERIC | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/riscv/conf/GENERIC b/sys/riscv/conf/GENERIC index 7a2c88c0b4cb..56fcace269e5 100644 --- a/sys/riscv/conf/GENERIC +++ b/sys/riscv/conf/GENERIC @@ -36,6 +36,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 |
