[Bug 264094] cc_htcp(4): Setting net.inet.tcp.cc.algorithm to htcp triggers panic on the most recent CURRENT

From: <bugzilla-noreply_at_freebsd.org>
Date: Sun, 22 May 2022 21:58:14 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=264094

--- Comment #8 from Jessica Clarke <jrtc27@freebsd.org> ---
(In reply to Marek Zarychta from comment #7)

In the kernel should work as it's prepared for those kinds of optimisations,
but kernel modules should not, as they rely on the indirection persisting and
being rewritten on load. Marking the special vnet and dpcpu symbols as weak
might be sufficient to stop the relaxations, but I wouldn't like to say for
sure, kernel modules get build with weird symbol interposition semantics that
have always been asking for trouble.

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