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, Dec 11, 1:30 PM
Unknown Object (File)
Fri, Nov 28, 12:24 AM
Unknown Object (File)
Tue, Nov 25, 1:28 PM
Unknown Object (File)
Nov 6 2025, 6:30 PM
Unknown Object (File)
Oct 28 2025, 5:21 AM
Unknown Object (File)
Oct 26 2025, 12:47 AM
Unknown Object (File)
Oct 25 2025, 12:25 PM
Unknown Object (File)
Oct 25 2025, 12:25 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