From: "Frederic Trudeau" <ftrudeau@zesolution.com>
To: "Feldman, Scott" <scott.feldman@intel.com>,
<linux-kernel@vger.kernel.org>
Subject: Re: kernel oops with kernel-smp-2.4.20-20.9 (Unable to handle kernel NULL pointer dereference at virtual address 00000000)
Date: Mon, 8 Sep 2003 23:40:05 -0400 [thread overview]
Message-ID: <003a01c37684$121088e0$8000a8c0@elbasta> (raw)
In-Reply-To: <C6F5CF431189FA4CBAEC9E7DD5441E01022294A8@orsmsx402.jf.intel.com>
Thanks Scoot. Im no kernel hacker, so please tell me again what I must do.
Grab the latest e1000 drivers ? From where ?
Thanks
----- Original Message -----
From: "Feldman, Scott" <scott.feldman@intel.com>
To: "Frederic Trudeau" <ftrudeau@zesolution.com>;
<linux-kernel@vger.kernel.org>
Sent: Monday, September 08, 2003 8:51 PM
Subject: RE: kernel oops with kernel-smp-2.4.20-20.9 (Unable to handle
kernel NULL pointer dereference at virtual address 00000000)
> >>EIP; f8b05260 <[e1000]e1000_clean_rx_ring+30/140> <=====
>
> >>ecx; 00031988 Before first symbol
> >>edx; f770b980 <_end+3728d080/3838e760>
> >>esp; f54a1e98 <_end+35023598/3838e760>
>
> Trace; f8b051dd <[e1000]e1000_free_rx_resources+1d/70>
> Trace; f8b04a26 <[e1000]e1000_open+46/60>
Fix in newer e1000 drivers. Your failing request_irq(). Need to remove
some code in e1000_up so we don't try to free resources twice:
if(request_irq(netdev->irq, &e1000_intr, SA_SHIRQ |
SA_SAMPLE_RANDOM,
netdev->name, netdev)) {
- e1000_reset_hw(&adapter->hw);
- e1000_free_tx_resources(adapter);
- e1000_free_rx_resources(adapter);
return -1;
}
-scott
next prev parent reply other threads:[~2003-09-09 3:41 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-09-09 0:51 Feldman, Scott
2003-09-09 3:40 ` Frederic Trudeau [this message]
-- strict thread matches above, loose matches on Subject: below --
2003-09-06 16:08 Frederic Trudeau
2003-09-07 14:43 ` Frederic Trudeau
2003-09-07 22:14 ` Dave Jones
2003-09-06 7:57 Frederic Trudeau
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='003a01c37684$121088e0$8000a8c0@elbasta' \
--to=ftrudeau@zesolution.com \
--cc=linux-kernel@vger.kernel.org \
--cc=scott.feldman@intel.com \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®