[Bug 174849] [bxe] bxe driver can hang kernel when reset

[email protected] Fri, 29 May 2026 04:54:10 +0000
Newsgroups gmane.os.freebsd.devel.net
Message-ID <[email protected]/bugzilla/>
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=174849

Zhenlei Huang <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Open                        |Closed
         Resolution|---                         |Overcome By Events
                 CC|                            |[email protected]

--- Comment #8 from Zhenlei Huang <[email protected]> ---
(In reply to Mark Linimon from comment #6)
The patch does not compile with CURRENT ( and all supported stable branches ).
```
freebsd-src/sys/dev/bxe/bxe.c:5799:21: error: no member named 'br' in 'struct
bxe_fastpath'
 5799 |                 fp->br = NULL;
      |                 ~~  ^
```

The member `br` was removed via change
https://cgit.freebsd.org/src/commit/?id=4e4007688cf99b61408f5b604ccda2aa025cd59a
.

 (In reply to Benjamin Jacobs from comment #7)
Thanks for your testing !

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