Re: Lockup with 2.6.9-ac15 related to netconsole
From: Mark Broadbent (markb_at_wetlettuce.com)
Date: 12/20/04
- Previous message: Benjamin Herrenschmidt: "Re: /sys/block vs. /sys/class/block"
- In reply to: Francois Romieu: "Re: Lockup with 2.6.9-ac15 related to netconsole"
- Next in thread: Matt Mackall: "Re: Lockup with 2.6.9-ac15 related to netconsole"
- Reply: Matt Mackall: "Re: Lockup with 2.6.9-ac15 related to netconsole"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Mon, 20 Dec 2004 09:42:08 -0000 (GMT) To: <romieu@fr.zoreil.com>
Francois Romieu said:
> Matt Mackall <mpm@selenic.com> :
> [...]
>> 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@oss.sgi.com is welcome.
Exactly the same happens, I still get a 'NMI Watchdog detected LOCKUP'
with the r8169 device using the above patch on top of 2.6.10-rc3-bk10.
Thanks
Mark
-- Mark Broadbent <markb@wetlettuce.com> Web: http://www.wetlettuce.com - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
- Previous message: Benjamin Herrenschmidt: "Re: /sys/block vs. /sys/class/block"
- In reply to: Francois Romieu: "Re: Lockup with 2.6.9-ac15 related to netconsole"
- Next in thread: Matt Mackall: "Re: Lockup with 2.6.9-ac15 related to netconsole"
- Reply: Matt Mackall: "Re: Lockup with 2.6.9-ac15 related to netconsole"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|