Re: [PATCH] sky2: fix hard hang with netconsoling and iface going up

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Alexey Dobriyan
Date: Sunday, February 1, 2009 - 3:38 pm

On Fri, Jan 30, 2009 at 02:59:07PM +0300, Alexey Dobriyan wrote:

Strangely enough, 8139cp survives with no message printed and no hang or
anything. But this is with qemu/kvm.

	static int cp_open (struct net_device *dev)
	{
	        struct cp_private *cp = netdev_priv(dev);
	        int rc;

	        if (netif_msg_ifup(cp))
	                printk(KERN_DEBUG "%s: enabling interface\n", dev->name);

	        rc = cp_alloc_rings(cp);
			...
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
sky2 vs netconsole hard hang, Alexey Dobriyan, (Tue Jan 27, 5:01 am)
Re: [PATCH] sky2: fix hard hang with netconsoling and ifac ..., Stephen Hemminger, (Tue Jan 27, 10:49 am)
Re: [PATCH] sky2: fix hard hang with netconsoling and ifac ..., Stephen Hemminger, (Fri Jan 30, 3:01 pm)
Re: [PATCH] sky2: fix hard hang with netconsoling and ifac ..., Alexey Dobriyan, (Sun Feb 1, 3:38 pm)
Re: [PATCH] sky2: fix hard hang with netconsoling and ifac ..., Stephen Hemminger, (Mon Feb 2, 11:01 am)