Date: Mon, 12 Feb 2024 21:41:42 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 277009] panic: Assertion !callout_active(&tp->t_callout) failed Message-ID: <bug-277009-227-0xddXNOkhm@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-277009-227@https.bugs.freebsd.org/bugzilla/> References: <bug-277009-227@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=3D277009 --- Comment #3 from commit-hook@FreeBSD.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=3D57e27ff07aff35289892f79288bebf76a= 3c31fec commit 57e27ff07aff35289892f79288bebf76a3c31fec Author: Richard Scheffenegger <rscheff@FreeBSD.org> AuthorDate: 2024-02-12 20:43:18 +0000 Commit: Richard Scheffenegger <rscheff@FreeBSD.org> CommitDate: 2024-02-12 21:38:11 +0000 tcp: partially undo D43792 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. PR: 277009 Reported-by:=20=20=20=20=20=20=20=20=20=20=20 syzbot+9a9aa434a14a2b35c3ba@syzkaller.appspotmail.com Reported-by:=20=20=20=20=20=20=20=20=20=20=20 syzbot+e82856782410e895bae7@syzkaller.appspotmail.com Reviewed By: glebius, tuexen, #transport Sponsored by: NetApp, Inc. Differential Revision: https://reviews.freebsd.org/D43855 sys/netinet/tcp_subr.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) --=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-277009-227-0xddXNOkhm>