Date: Mon, 27 Jan 2025 17:22:43 +0000 From: bugzilla-noreply@freebsd.org To: net@FreeBSD.org Subject: [Bug 284073] bnxt: kernel panic on 14.2-RELEASE Message-ID: <bug-284073-7501-9VDBNsAqmB@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-284073-7501@https.bugs.freebsd.org/bugzilla/> References: <bug-284073-7501@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=284073 --- Comment #26 from commit-hook@FreeBSD.org --- A commit in branch stable/14 references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=e69309223199e56397df3b6f750f012eb729d904 commit e69309223199e56397df3b6f750f012eb729d904 Author: Kristof Provost <kp@FreeBSD.org> AuthorDate: 2025-01-20 13:24:48 +0000 Commit: Kristof Provost <kp@FreeBSD.org> CommitDate: 2025-01-27 09:04:34 +0000 netinet: enter epoch in garp_rexmit() garp_rexmit() is a callback, so is not in net_epoch, which arprequest_internal() expects. Enter and exit the net_epoch. PR: 284073 MFC after: 1 week Sponsored by: Rubicon Communications, LLC ("Netgate") (cherry picked from commit 38fdcca05d09b4d5426a253d3c484f9481a73ac2) sys/netinet/if_ether.c | 3 +++ 1 file changed, 3 insertions(+) -- 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-284073-7501-9VDBNsAqmB>
