From: Doug Chapman <doug.chapman@hp.com>
To: Herbert Xu <herbert@gondor.apana.org.au>
Cc: auke-jan.h.kok@intel.com, netdev@vger.kernel.org,
e1000-devel@lists.sourceforge.net
Subject: Re: REGRESSION: panic on e1000 driver
Date: Thu, 31 May 2007 18:38:28 -0400 [thread overview]
Message-ID: <1180651108.23536.35.camel@athlon> (raw)
In-Reply-To: <20070531221036.GA9644@gondor.apana.org.au>
On Fri, 2007-06-01 at 08:10 +1000, Herbert Xu wrote:
> On Thu, May 31, 2007 at 11:16:09AM -0400, Doug Chapman wrote:
> >
> > # dmesg | grep e1000
> > e1000: 0000:01:02.0: e1000_probe: (PCI-X:66MHz:64-bit) 00:15:60:04:d7:f8
> > e1000: eth0: e1000_probe: Intel(R) PRO/1000 Network Connection
> > e1000: 0000:01:02.1: e1000_probe: (PCI-X:66MHz:64-bit) 00:15:60:04:d7:f9
> > e1000: eth1: e1000_probe: Intel(R) PRO/1000 Network Connection
> > e1000: 0000:15:02.0: e1000_probe: (PCI-X:66MHz:64-bit) 00:12:79:9e:b7:c4
> > e1000: eth2: e1000_probe: Intel(R) PRO/1000 Network Connection
> > e1000: 0000:15:02.1: e1000_probe: (PCI-X:66MHz:64-bit) 00:12:79:9e:b7:c5
> > e1000: eth3: e1000_probe: Intel(R) PRO/1000 Network Connection
> > e1000: Unexpected interrupt icr=0x4
> > e1000: eth0: e1000_watchdog: NIC Link is Up 1000 Mbps Full Duplex, Flow
> > Control: RX
>
> OK that's interesting.
>
> Does this patch (please unapply the last one first) make the printk
> go away or does it trigger a backtrace?
>
> Thanks,
I get a backtrace as it probes each e1000 device and I also still get
the unexpected interrupt message.
WARNING: at drivers/net/e1000/e1000_main.c:1331 e1000_sw_init()
Call Trace:
[<a000000100013c20>] show_stack+0x40/0xa0
sp=e0000017e50c7b30 bsp=e0000017e50c1120
[<a000000100013cb0>] dump_stack+0x30/0x60
sp=e0000017e50c7d00 bsp=e0000017e50c1108
[<a000000236c47a40>] e1000_probe+0xce0/0x1ee0 [e1000]
sp=e0000017e50c7d00 bsp=e0000017e50c1098
[<a0000001002d5540>] pci_device_probe+0x260/0x3a0
sp=e0000017e50c7d10 bsp=e0000017e50c1050
[<a0000001003e2d10>] driver_probe_device+0x250/0x380
sp=e0000017e50c7de0 bsp=e0000017e50c1010
[<a0000001003e3120>] __driver_attach+0x100/0x1a0
sp=e0000017e50c7de0 bsp=e0000017e50c0fd8
[<a0000001003e10c0>] bus_for_each_dev+0x80/0x100
sp=e0000017e50c7de0 bsp=e0000017e50c0fa0
[<a0000001003e28e0>] driver_attach+0x40/0x60
sp=e0000017e50c7e00 bsp=e0000017e50c0f80
[<a0000001003e18b0>] bus_add_driver+0xf0/0x3c0
sp=e0000017e50c7e00 bsp=e0000017e50c0f40
[<a0000001003e3680>] driver_register+0x140/0x160
sp=e0000017e50c7e00 bsp=e0000017e50c0f20
[<a0000001002d5a10>] __pci_register_driver+0xd0/0x160
sp=e0000017e50c7e00 bsp=e0000017e50c0ee8
[<a0000002363400b0>] e1000_init_module+0xb0/0x1b0 [e1000]
sp=e0000017e50c7e00 bsp=e0000017e50c0ec8
[<a0000001000cd440>] sys_init_module+0x2dc0/0x31a0
sp=e0000017e50c7e00 bsp=e0000017e50c0d48
[<a00000010000bae0>] ia64_ret_from_syscall+0x0/0x20
sp=e0000017e50c7e30 bsp=e0000017e50c0d48
- Doug
next prev parent reply other threads:[~2007-05-31 22:39 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-05-30 21:22 REGRESSION: panic on e1000 driver Doug Chapman
2007-05-30 22:57 ` Kok, Auke
2007-05-30 23:31 ` Doug Chapman
2007-05-31 0:51 ` Herbert Xu
2007-05-31 4:51 ` Kok, Auke
2007-05-31 5:06 ` Herbert Xu
2007-05-31 14:54 ` Kok, Auke
2007-05-31 21:49 ` Herbert Xu
2007-05-31 22:11 ` Kok, Auke
2007-05-31 1:08 ` Herbert Xu
2007-05-31 15:16 ` Doug Chapman
2007-05-31 15:23 ` [E1000-devel] " Kok, Auke
2007-05-31 21:48 ` Herbert Xu
2007-05-31 22:10 ` Kok, Auke
2007-05-31 22:10 ` Herbert Xu
2007-05-31 22:38 ` Doug Chapman [this message]
2007-06-01 0:34 ` Herbert Xu
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=1180651108.23536.35.camel@athlon \
--to=doug.chapman@hp.com \
--cc=auke-jan.h.kok@intel.com \
--cc=e1000-devel@lists.sourceforge.net \
--cc=herbert@gondor.apana.org.au \
--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.