[Bug 284073] bnxt: kernel panic on 14.2-RELEASE

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 20 Jan 2025 15:11:45 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=284073

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

URL:
https://cgit.FreeBSD.org/src/commit/?id=38fdcca05d09b4d5426a253d3c484f9481a73ac2

commit 38fdcca05d09b4d5426a253d3c484f9481a73ac2
Author:     Kristof Provost <kp@FreeBSD.org>
AuthorDate: 2025-01-20 13:24:48 +0000
Commit:     Kristof Provost <kp@FreeBSD.org>
CommitDate: 2025-01-20 13:28:39 +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")

 sys/netinet/if_ether.c | 3 +++
 1 file changed, 3 insertions(+)

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