Re: Lockup with 2.6.9-ac15 related to netconsole

From: Mark Broadbent
Date: Sat Dec 18 2004 - 08:27:18 EST


On Sat, 2004-12-18 at 00:35 +0100, Francois Romieu wrote:
> Matt Mackall <mpm@xxxxxxxxxxx> :
> [...]
> > Please try the attached untested, uncompiled patch to add polling to
> > r8169:
> [...]
> > @@ -1839,6 +1842,15 @@
> > }
> > #endif
> >
> > +#ifdef CONFIG_NET_POLL_CONTROLLER
> > +static void rtl8169_netpoll(struct net_device *dev)
> > +{
> > + disable_irq(dev->irq);
> > + rtl8169_interrupt(dev->irq, netdev, NULL);
> ^^^^^^ -> should be "dev"
>
> The r8169 driver in -mm offers netpoll. A patch which syncs the r8169
> driver from 2.6.10-rc3 with current -mm is available at:
> http://www.fr.zoreil.com/people/francois/misc/20041218-2.6.10-rc3-r8169.c-test.patch
>
> Please report success/failure. Cc: netdev@xxxxxxxxxxx is welcome.

Will try -mm when I next have access to the hardware (on Monday) and
will report back.

Thanks
Mark

> --
> Ueimor
>
--
Mark Broadbent <markb@xxxxxxxxxxxxxx>
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/