Summary: | [patch] IXGBE watchdog bug causes crash. | ||
---|---|---|---|
Product: | Base System | Reporter: | liangyi571 |
Component: | kern | Assignee: | freebsd-net (Nobody) <net> |
Status: | Closed Overcome By Events | ||
Severity: | Affects Many People | CC: | erj, jfv, sbruno |
Priority: | --- | Keywords: | IntelNetworking |
Version: | 10.1-STABLE | ||
Hardware: | Any | ||
OS: | Any |
Description
liangyi571
2014-12-12 17:26:37 UTC
Adding ixgbe(4) maintainers. txr is no longer refenced directly in the watchdog: handler. It is indirectly referenced via the que structure. None of the watchdog: calls access the que data structure in an out of bounds condition. |