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, Jun 4, 1:30 PM
Unknown Object (File)
May 15 2026, 3:53 PM
Unknown Object (File)
May 15 2026, 10:28 AM
Unknown Object (File)
May 14 2026, 6:08 PM
Unknown Object (File)
May 14 2026, 3:04 PM
Unknown Object (File)
May 14 2026, 8:30 AM
Unknown Object (File)
May 14 2026, 8:12 AM
Unknown Object (File)
May 11 2026, 8:23 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