Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Feb 2024 09:34:19 +0000
From:      bugzilla-noreply@freebsd.org
To:        transport@FreeBSD.org
Subject:   [Bug 276761] panic: sbsndptr_noadv: sb_mb is NULL
Message-ID:  <bug-276761-38102-yxPw6eEDho@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-276761-38102@https.bugs.freebsd.org/bugzilla/>
References:  <bug-276761-38102@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D276761

--- Comment #12 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=3D3eeb22cb819409b49296ecb0acbd45367=
1168313

commit 3eeb22cb819409b49296ecb0acbd453671168313
Author:     Richard Scheffenegger <rscheff@FreeBSD.org>
AuthorDate: 2024-02-10 09:16:08 +0000
Commit:     Richard Scheffenegger <rscheff@FreeBSD.org>
CommitDate: 2024-02-10 09:20:00 +0000

    tcp: clean scoreboard when releasing the socket buffer

    The SACK scoreboard is conceptually an extention of the socket
    buffer. Remove it when the socket buffer goes away with
    soisdisconnected(). Verify that this is also the expected
    state in tcp_discardcb().

    PR:                     276761
    Reviewed by:            glebius, tuexen, #transport
    Sponsored by:           NetApp, Inc.
    Differential Revision:  https://reviews.freebsd.org/D43805

 sys/netinet/tcp_input.c    | 1 +
 sys/netinet/tcp_subr.c     | 5 ++---
 sys/netinet/tcp_timewait.c | 1 +
 sys/netinet/tcp_usrreq.c   | 1 +
 4 files changed, 5 insertions(+), 3 deletions(-)

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-276761-38102-yxPw6eEDho>