Re: [PATCH net] net: dsa: mv88e6xxx: Fix serdes irq setup going recursive

2019-01-28 Thread Sergei Shtylyov
Hello! On 28.01.2019 0:48, Andrew Lunn wrote: Duec to a typo, mv88e6390_serdes_irq_setup() calls itself, rather than Due? mv88e6390x_serdes_irq_setup(). It then blows the stack, and shortly after the machine blows up. Never seen a stack overflow in the kernel... :-) Fixes: 2defda1

Re: [PATCH net] net: dsa: mv88e6xxx: Fix serdes irq setup going recursive

2019-01-27 Thread David Miller
From: Andrew Lunn Date: Sun, 27 Jan 2019 22:48:00 +0100 > Duec to a typo, mv88e6390_serdes_irq_setup() calls itself, rather than > mv88e6390x_serdes_irq_setup(). It then blows the stack, and shortly > after the machine blows up. > > Fixes: 2defda1f4b91 ("net: dsa: mv88e6xxx: Add support for SERD

[PATCH net] net: dsa: mv88e6xxx: Fix serdes irq setup going recursive

2019-01-27 Thread Andrew Lunn
Duec to a typo, mv88e6390_serdes_irq_setup() calls itself, rather than mv88e6390x_serdes_irq_setup(). It then blows the stack, and shortly after the machine blows up. Fixes: 2defda1f4b91 ("net: dsa: mv88e6xxx: Add support for SERDES on ports 2-8 for 6390X") Signed-off-by: Andrew Lunn --- driver