[Bug 276761] panic: sbsndptr_noadv: sb_mb is NULL

From: <bugzilla-noreply_at_freebsd.org>
Date: Sat, 10 Feb 2024 09:34:16 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276761

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

URL:
https://cgit.FreeBSD.org/src/commit/?id=62d47d73b7eb01f3b0a37541df5e7aaa36f54335

commit 62d47d73b7eb01f3b0a37541df5e7aaa36f54335
Author:     Richard Scheffenegger <rscheff@FreeBSD.org>
AuthorDate: 2024-02-10 09:28:42 +0000
Commit:     Richard Scheffenegger <rscheff@FreeBSD.org>
CommitDate: 2024-02-10 09:30:00 +0000

    tcp: stop timers and clean scoreboard in tcp_close()

    Stop timers when in tcp_close() instead of doing that in tcp_discardcb().
    A connection in CLOSED state shall not need any timers. Assert that no
    timer is rescheduled after that in tcp_timer_activate() and verfiy 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/D43792

 sys/netinet/tcp_subr.c  | 4 ++--
 sys/netinet/tcp_timer.c | 1 +
 2 files changed, 3 insertions(+), 2 deletions(-)

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