[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20100323.232027.38075593.davem@davemloft.net>
Date: Tue, 23 Mar 2010 23:20:27 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: mchan@...adcom.com
Cc: netdev@...r.kernel.org
Subject: Re: [PATCH 1/2] bnx2: Fix netpoll crash.
From: "Michael Chan" <mchan@...adcom.com>
Date: Tue, 23 Mar 2010 15:13:11 -0800
> From: Benjamin Li <benli@...adcom.com>
>
> The bnx2 driver calls netif_napi_add() for all the NAPI structs during
> ->probe() time but not all of them will be used if we're not in MSI-X
> mode. This creates a problem for netpoll since it will poll all the
> NAPI structs in the dev_list whether or not they are scheduled, resulting
> in a crash when we access structure fields not initialized for that vector.
>
> We fix it by moving the netif_napi_add() call to ->open() after the number
> of IRQ vectors has been determined.
>
> Signed-off-by: Benjamin Li <benli@...adcom.com>
> Signed-off-by: Michael Chan <mchan@...adcom.com>
Applied.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists