mal_probe crash

Benjamin Herrenschmidt benh at kernel.crashing.org
Thu Jan 8 09:50:10 EST 2009


On Thu, 2009-01-08 at 15:46 -0500, Josh Boyer wrote:
> On Wed, Jan 07, 2009 at 03:44:34PM -0500, Sean MacLennan wrote:
> >With Linus' latest git, mal_probe crashes. It calls netif_napi_add with
> >the first parameter NULL. This was ok since the parameter, a net
> >device, was only used if CONFIG_NETPOLL was set.
> >
> >Now it is always de-referenced. A quick check shows that ibm_newemac is
> >the only driver that passed NULL as the first parameter to this call in
> >2.6.28.
> >
> >I don't really follow ibm_newemac changes, so the patch may be waiting
> >to be applied. This is really just a heads up.
> 
> I haven't heard of that, so I doubt there's a patch pending.  *Sigh*

There isn't that I know of. The EMAC code creates a single NAPI instance
for all EMACs and I think used to completely disconnect things. The old
code created a fake netdev just for NAPI, that became unnecessary with
the new NAPI stuff.... but it looks like the way we do things now
displeases some changes in the network stack. I'll have to dig.

Cheers,
Ben.





More information about the Linuxppc-dev mailing list