Page MenuHomeFreeBSD

conf: enable TCP_HPTS_KTEST on debug builds
ClosedPublic

Authored by tuexen on Oct 14 2025, 11:03 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Nov 6, 6:30 PM
Unknown Object (File)
Tue, Oct 28, 5:21 AM
Unknown Object (File)
Sun, Oct 26, 12:47 AM
Unknown Object (File)
Sat, Oct 25, 12:25 PM
Unknown Object (File)
Sat, Oct 25, 12:25 PM
Unknown Object (File)
Fri, Oct 24, 6:34 PM
Unknown Object (File)
Thu, Oct 23, 7:27 PM
Unknown Object (File)
Wed, Oct 22, 7:27 PM
Subscribers

Details

Summary

Enable the kernel build option TCP_HPTS_KTEST on debug builds and disable it on non-debug builds.
The FreeBSD CI runs the HPTS tests on debug builds and running these tests requires the kernel build option TCP_HPTS_KTEST to be enabled. Without this, running the test results in a panic.

See also PR 290234.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable