[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <53E7C5BEAA4B474B8FB3E84A70C00E1B01E63486@zuk35exm20.fsl.freescale.net>
Date: Mon, 21 Jan 2008 12:13:20 -0000
From: "Nicu Ioan Petru" <ionut.nicu@...escale.com>
To: "Fleming Andy" <afleming@...escale.com>
Cc: <netdev@...r.kernel.org>, <shemminger@...ux-foundation.org>
Subject: RE: [PATCH][v2] phylib: add module owner to the mii_bus structure
> -----Original Message-----
> From: Fleming Andy
> Sent: Monday, January 14, 2008 8:56 PM
> To: Nicu Ioan Petru
> Cc: netdev@...r.kernel.org; shemminger@...ux-foundation.org
> Subject: Re: [PATCH][v2] phylib: add module owner to the
> mii_bus structure
>
> Any reason you didn't update the other drivers?
>
> > git grep mdiobus_register drivers/net/ // duplicates and
> mdio_bus.c edited out
> drivers/net/au1000_eth.c: mdiobus_register(&aup->mii_bus);
> drivers/net/bfin_mac.c: mdiobus_register(&lp->mii_bus);
> drivers/net/cpmac.c: res = mdiobus_register(&cpmac_mii);
> drivers/net/fec_mpc52xx_phy.c: err = mdiobus_register(bus);
> drivers/net/fs_enet/mii-bitbang.c: ret =
> mdiobus_register(new_bus);
> drivers/net/fs_enet/mii-fec.c: ret = mdiobus_register(new_bus);
> drivers/net/gianfar_mii.c: err = mdiobus_register(new_bus);
> drivers/net/macb.c: if (mdiobus_register(&bp->mii_bus))
> drivers/net/sb1250-mac.c: err = mdiobus_register(&sc->mii_bus);
> drivers/net/ucc_geth_mii.c: err = mdiobus_register(new_bus);
>
> I'm guessing this was only tested on the UEC, because unless
> I misunderstand the code, any other driver would now crash
> when you try to get the owner.
>
That's not true. If you look closely at the implementation of
try_module_get(), you'll see it returns 1 when module is NULL. So my
change should make no difference for the other drivers.
If that's really a concern for you, I can update the other drivers as
well. How do you propose to do this? Resubmit this patch or send a new
one?
Ionut.
--
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