Page MenuHomeFreeBSD

tcp: partially undo D43792
ClosedPublic

Authored by rscheff on Feb 12 2024, 8:09 PM.
Tags
None
Referenced Files
F171150181: D43855.diff
Wed, Sep 9, 12:56 AM
Unknown Object (File)
Tue, Sep 8, 6:34 AM
Unknown Object (File)
Sun, Sep 6, 8:34 AM
Unknown Object (File)
Sun, Sep 6, 3:29 AM
Unknown Object (File)
Fri, Sep 4, 2:58 AM
Unknown Object (File)
Thu, Sep 3, 2:37 AM
Unknown Object (File)
Wed, Sep 2, 2:35 PM
Unknown Object (File)
Wed, Sep 2, 1:40 PM

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 Passed
Unit
No Test Coverage
Build Status
Buildable 55971
Build 52860: arc lint + arc unit

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.