linux/drivers/net/phy
Marcin Slusarz a390d1f379 phylib: convert state_queue work to delayed_work
It closes a race in phy_stop_machine when reprogramming of phy_timer
(from phy_state_machine) happens between del_timer_sync and cancel_work_sync.

Without this change it could lead to crash if phy_device would be freed after
phy_stop_machine (timer would fire and schedule freed work).

Signed-off-by: Marcin Slusarz <marcin.slusarz@gmail.com>
Acked-by: Jean Delvare <khali@linux-fr.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
2009-03-13 15:41:19 -07:00
..
Kconfig
Makefile
broadcom.c
cicada.c
davicom.c
et1011c.c
fixed.c
icplus.c
lxt.c
marvell.c
mdio-bitbang.c
mdio-gpio.c
mdio_bus.c mdio: fix non-constant printk warnings 2009-02-26 22:22:03 -08:00
national.c
phy.c phylib: convert state_queue work to delayed_work 2009-03-13 15:41:19 -07:00
phy_device.c
qsemi.c
realtek.c
smsc.c
ste10Xp.c
vitesse.c