[Bug 293810] All sys/kern/ssl_sendfile tests failing in CI on riscv64

From: <bugzilla-noreply_at_freebsd.org>
Date: Fri, 26 Jun 2026 15:19:30 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=293810

--- Comment #5 from commit-hook@FreeBSD.org ---
A commit in branch stable/15 references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=12f47bff4a97f06d172dc38bbc987f0823d372c2

commit 12f47bff4a97f06d172dc38bbc987f0823d372c2
Author:     Siva Mahadevan <siva@FreeBSD.org>
AuthorDate: 2026-06-10 22:30:14 +0000
Commit:     Siva Mahadevan <siva@FreeBSD.org>
CommitDate: 2026-06-26 15:16:43 +0000

    src.opts.mk: enable OPENSSL_KTLS by default on riscv64

    1e649491b8567151270095fda3bce8faea394952 enabled KERN_TLS in
    riscv/conf/GENERIC, but didn't enable OPENSSL_KTLS.

    This passes all testcases in the sys/kern/ssl_sendfile suite and
    fixes CI failures seen here:
   
https://ci.freebsd.org/job/FreeBSD-main-riscv64-test/16606/testReport/sys.kern/ssl_sendfile/

    PR:     293810
    Fixes:  1e649491b8567151270095fda3bce8faea394952
    MFC after:      3 days
    Reviewed by:    gallatin, ngie
    Differential Revision:  https://reviews.freebsd.org/D57316

    (cherry picked from commit b61ab2d693c04d4be5468e7db4b03d5777228f95)

 share/man/man5/src.conf.5 | 12 +++++++++---
 share/mk/src.opts.mk      |  4 ++--
 2 files changed, 11 insertions(+), 5 deletions(-)

-- 
You are receiving this mail because:
You are on the CC list for the bug.