Page MenuHomeFreeBSD

VNET: Safely destroy the tfo zone
ClosedPublic

Authored by bz on Mar 24 2016, 9:27 PM.
Tags
None
Referenced Files
Unknown Object (File)
Feb 21 2024, 1:23 PM
Unknown Object (File)
Feb 21 2024, 12:07 PM
Unknown Object (File)
Feb 20 2024, 10:24 PM
Unknown Object (File)
Dec 23 2023, 10:54 AM
Unknown Object (File)
Dec 5 2023, 11:42 PM
Unknown Object (File)
Nov 9 2023, 9:29 PM
Unknown Object (File)
Oct 19 2023, 10:26 AM
Unknown Object (File)
Oct 18 2023, 4:53 PM

Details

Reviewers
gnn
Group Reviewers
transport
Commits
rS297738: Mfp: r296259
Summary

Mfp: r296259

We attach the "counter" to the tcpcbs. Thus don't free the
TCP Fastopen zone before the tcpcbs are gone, as otherwise
the zone won't be empty.
With that it should be safe to destroy the "tfo" zone without
leaking the memory.

Sponsored by: The FreeBSD Foundation

Diff Detail

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

Event Timeline

bz retitled this revision from to VNET: Safely destroy the tfo zone.
bz updated this object.
bz edited the test plan for this revision. (Show Details)
bz added a reviewer: gnn.
bz set the repository for this revision to rS FreeBSD src repository - subversion.
bz added subscribers: transport, network.
gnn edited edge metadata.
This revision is now accepted and ready to land.Mar 25 2016, 12:43 AM
This revision was automatically updated to reflect the committed changes.