Page MenuHomeFreeBSD

tcp: partially undo D43792
ClosedPublic

Authored by rscheff on Feb 12 2024, 8:09 PM.
Tags
None
Referenced Files
F146542803: D43855.diff
Tue, Mar 3, 12:43 PM
Unknown Object (File)
Sat, Feb 14, 8:06 AM
Unknown Object (File)
Sun, Feb 8, 2:35 AM
Unknown Object (File)
Fri, Feb 6, 10:15 AM
Unknown Object (File)
Feb 2 2026, 8:55 AM
Unknown Object (File)
Jan 30 2026, 8:55 PM
Unknown Object (File)
Jan 29 2026, 12:40 PM
Unknown Object (File)
Jan 1 2026, 2:34 AM

Details

Summary

At the destruction of the tcpcb, no timers are supposed to
be running. However, it turns out that stopping them in the
close() / shutdown() call does not have the desired effect
under all circumstances.

This partially reverts 62d47d73b7eb to reduce the nuisance
caused.

Reported-by: syzbot+9a9aa434a14a2b35c3ba@syzkaller.appspotmail.com
Reported-by: syzbot+e82856782410e895bae7@syzkaller.appspotmail.com
PR: 277009

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

I'm fine with the change if we all agree it is a temporary measure.

This revision is now accepted and ready to land.Feb 12 2024, 9:36 PM
This revision was automatically updated to reflect the committed changes.