android_kernel_motorola_sm6225/drivers/net/phy
Petr Malat b2a431915d phy: Fix phy_device_free memory leak
Fix memory leak in phy_device_free() for the case when phy_device*
returned by phy_device_create() is not registered in the system.

Bug description:
phy_device_create() sets name of kobject using dev_set_name(), which
allocates memory using kvasprintf(), but this memory isn't freed if
the underlying device isn't registered properly, because kobject_cleanup()
is not called in that case. This can happen (and actually is happening on
our machines) if phy_device_register(), called by mdiobus_scan(), fails.

Patch description:
Embedded struct device is initialized in phy_device_create() and it
counterpart phy_device_free() just drops one reference to the device,
which leads to proper deinitialization including releasing the kobject
name memory.

Signed-off-by: Petr Malat <oss@malat.biz>
Signed-off-by: David S. Miller <davem@davemloft.net>
2013-02-28 15:37:30 -05:00
..
amd.c phylib: Support registering a bunch of drivers 2012-07-09 00:10:56 -07:00
at803x.c phy: add AT803x driver 2012-10-18 15:34:30 -04:00
bcm63xx.c phylib: Support registering a bunch of drivers 2012-07-09 00:10:56 -07:00
bcm87xx.c net/phy/bcm87xx: Add MODULE_LICENSE("GPL") to GPL driver 2012-09-22 15:33:46 -04:00
broadcom.c phylib: Support registering a bunch of drivers 2012-07-09 00:10:56 -07:00
cicada.c phylib: Support registering a bunch of drivers 2012-07-09 00:10:56 -07:00
davicom.c net/phy/davicom: add irq functions to DM9161E and DM9161A 2012-11-14 18:51:02 -05:00
dp83640.c net/phy: Add interrupt support for dp83640 phy. 2012-12-05 16:01:28 -05:00
dp83640_reg.h ptp: Added a clock driver for the National Semiconductor PHYTER. 2011-05-23 13:10:23 -07:00
et1011c.c
fixed.c phy: Use pr_<level> 2012-06-11 16:58:24 -07:00
icplus.c net: phy: icplus: fix broken INTR pin settings 2013-01-28 00:08:22 -05:00
Kconfig phylib: remove !S390 dependeny from Kconfig 2013-02-14 15:55:18 +01:00
lxt.c lxt PHY: Support for the buggy LXT973 rev A2 2012-09-27 17:58:06 -04:00
Makefile phy: add AT803x driver 2012-10-18 15:34:30 -04:00
marvell.c phy/marvell: remove fiber/copper autoselect on 88e1111 2013-01-17 15:47:24 -05:00
mdio-bitbang.c Revert "drivers/net/phy/mdio-bitbang.c: Call mdiobus_unregister before mdiobus_free" 2012-11-14 22:32:15 -05:00
mdio-gpio.c drivers/net: fix up function prototypes after __dev* removals 2012-12-07 14:22:22 -05:00
mdio-mux-gpio.c gpio: Make of_count_named_gpios() use new of_count_phandle_with_args() 2013-02-13 10:11:53 +00:00
mdio-mux-mmioreg.c net/phy: remove __dev* attributes 2012-12-03 11:16:56 -08:00
mdio-mux.c netdev/phy: skip disabled mdio-mux nodes 2012-08-20 02:16:00 -07:00
mdio-octeon.c net/phy: remove __dev* attributes 2012-12-03 11:16:56 -08:00
mdio_bus.c driver-core: constify data for class_find_device() 2013-02-06 12:18:56 -08:00
micrel.c drivers/net/phy/micrel_phy: Add support for new PHYs 2013-01-28 18:42:10 -05:00
national.c phy: Use pr_<level> 2012-06-11 16:58:24 -07:00
phy.c mdio: translation of MMD EEE registers to/from ethtool settings 2012-08-22 22:58:27 -07:00
phy_device.c phy: Fix phy_device_free memory leak 2013-02-28 15:37:30 -05:00
qsemi.c
realtek.c net: phy: realtek: add rtl8211e driver 2013-01-28 18:34:53 -05:00
smsc.c net: phy: smsc: Fix config_init typo 2012-12-07 14:26:15 -05:00
spi_ks8995.c drivers:net:misc: Remove unnecessary alloc/OOM messages 2013-02-04 13:22:35 -05:00
ste10Xp.c phylib: Support registering a bunch of drivers 2012-07-09 00:10:56 -07:00
vitesse.c phylib: Support registering a bunch of drivers 2012-07-09 00:10:56 -07:00