From: Stephen Hemminger <shemminger@linux-foundation.org>
To: Alexey Dobriyan <adobriyan@gmail.com>
Cc: David Miller <davem@davemloft.net>,
jgarzik@pobox.com, netdev@vger.kernel.org
Subject: Re: [PATCH] sky2: fix hard hang with netconsoling and iface going up
Date: Mon, 2 Feb 2009 10:01:42 -0800 [thread overview]
Message-ID: <20090202100142.47fad247@extreme> (raw)
In-Reply-To: <20090201223853.GB6567@x200.localdomain>
On Mon, 2 Feb 2009 01:38:53 +0300
Alexey Dobriyan <adobriyan@gmail.com> wrote:
> On Fri, Jan 30, 2009 at 02:59:07PM +0300, Alexey Dobriyan wrote:
> > On Thu, Jan 29, 2009 at 05:00:43PM -0800, David Miller wrote:
> > > From: Alexey Dobriyan <adobriyan@gmail.com>
> > > Date: Tue, 27 Jan 2009 16:27:18 +0300
> > >
> > > > [PATCH] sky2: fix hard hang with netconsoling and iface going up
> > > >
> > > > Printing anything over netconsole before hw is up and running is,
> > > > of course, not going to work.
> > > >
> > > > Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
> > >
> > > Alexey, can you get this tested by the reporter to make sure
> > > it really fixes the hang?
> >
> > I'm the reporter and tester and using this patch successfully. :-)
> >
> > > Once it's been tested, I'll apply it.
> >
> > As for other printks, someone with 8139cp should experience the same bug.
>
> 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);
> ...
Unlike other drivers, sky2 calls its own up routine on resume.
In this case, the netif_running flag is already set.
prev parent reply other threads:[~2009-02-02 18:02 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-01-27 12:01 sky2 vs netconsole hard hang Alexey Dobriyan
2009-01-27 13:27 ` [PATCH] sky2: fix hard hang with netconsoling and iface going up Alexey Dobriyan
2009-01-27 13:35 ` Alexey Dobriyan
2009-01-27 17:49 ` Stephen Hemminger
2009-01-27 18:19 ` David Miller
2009-01-30 1:00 ` David Miller
2009-01-30 1:09 ` David Miller
2009-01-30 11:59 ` Alexey Dobriyan
2009-01-30 21:45 ` David Miller
2009-01-30 22:01 ` Stephen Hemminger
2009-02-01 22:38 ` Alexey Dobriyan
2009-02-02 18:01 ` Stephen Hemminger [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20090202100142.47fad247@extreme \
--to=shemminger@linux-foundation.org \
--cc=adobriyan@gmail.com \
--cc=davem@davemloft.net \
--cc=jgarzik@pobox.com \
--cc=netdev@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.