All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stephen Hemminger <shemminger@linux-foundation.org>
To: linux-kernel@vger.kernel.org
Subject: Re: [PATCH] mv643xx ethernet driver
Date: Fri, 2 Mar 2007 12:24:43 -0800	[thread overview]
Message-ID: <20070302122443.48e8c2d1@freekitty> (raw)
In-Reply-To: es8ahm$64p$1@sea.gmane.org

On Thu, 01 Mar 2007 23:52:06 -0500
Giridhar Pemmasani <giri@lmc.cs.sunysb.edu> wrote:

> During initialization, mv643xx driver registers IRQ before setting up tx/rx
> rings. This causes kernel oops because mv643xx_poll, which gets called
> right after registering IRQ, calls netif_rx_complete, which accesses the rx
> ring (I don't have the oops message anymore; I just remember this sequence
> of calls). Attached (tested) patch first initializes the rx/tx rings and
> then registers the IRQ.
> 
> Giri

Wrong mailing list network device patches should be sent to:

NETWORK DEVICE DRIVERS
P:	Andrew Morton
M:	akpm@linux-foundation.org
P:	Jeff Garzik
M:	jgarzik@pobox.com
L:	netdev@vger.kernel.org
T:	git kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
S:	Maintained

-- 
Stephen Hemminger <shemminger@linux-foundation.org>

      reply	other threads:[~2007-03-02 20:26 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-03-02  4:52 [PATCH] mv643xx ethernet driver Giridhar Pemmasani
2007-03-02 20:24 ` 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=20070302122443.48e8c2d1@freekitty \
    --to=shemminger@linux-foundation.org \
    --cc=linux-kernel@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.