Page MenuHomeFreeBSD

Fix KASSERT during tcp_newtcpcb when low on memory
ClosedPublic

Authored by rscheff on Jul 6 2020, 9:56 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Nov 12, 3:32 PM
Unknown Object (File)
Oct 1 2024, 9:11 PM
Unknown Object (File)
Sep 30 2024, 9:30 AM
Unknown Object (File)
Sep 23 2024, 6:12 PM
Unknown Object (File)
Sep 6 2024, 6:49 AM
Unknown Object (File)
Sep 5 2024, 5:00 AM
Unknown Object (File)
Sep 4 2024, 4:05 PM
Unknown Object (File)
Sep 4 2024, 5:52 AM
Subscribers

Details

Summary

While testing with system default cc set to cubic, and
running a memory exhaustion validation, FreeBSD panics for a
missing inpcb reference / lock.

Test Plan

Modify modular CC, to return ENOMEM during the _cb_init() function;
load modified CC, and temporarily switch to it as default CC.
Validate that a new session fails with "socket: No buffer space available", instead of a kernel panic (kassert).
Unset the modified CC as default algorithm.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable