[FS#330] xrx200-net: kenrel panic

LEDE Bugs lede-bugs at lists.infradead.org
Sat Feb 4 01:44:38 PST 2017


The following task has a new comment added:

FS#330 - xrx200-net: kenrel panic
User who did this - Mathias Kresin (mkresin)

----------
>  In the call trace, my understanding is that the most recent is on top, and hierarchically back from there?

>So - looking in the xrx200_poll_rx I can't see any code that calls eth_type_trans directly - is this appearing through some side-effect or is there an indirection at work here?

No, what you are seeing is the result of the compiler optimisation. eth_type_trans() is called from xrx200_hw_receive(). And xrx200_hw_receive() is only called from xrx200_poll_rx(). The compiler merged the code from xrx200_hw_receive() into xrx200_poll_rx().

> but consistent reboot loop if it's connected to my gigabit switch.

Michael, are your iMac and the HomeHub the only devices connected to your gigabit switch? Do you have the possibility to capture packages send from the switch (monitor port)? As you suspect the network traffic could be the culprit, it would be interesting to see what kind of network traffic you actually have.
----------

More information can be found at the following URL:
https://bugs.lede-project.org/index.php?do=details&task_id=330#comment1594



More information about the lede-bugs mailing list