linux_dsm_epyc7002/drivers/net/ieee802154
Alexander Aring bdca1fd9a6 fakelb: fix schedule while atomic
This patch changes the spinlock to mutex for the available fakelb phy
list. When holding the spinlock the ieee802154_unregister_hw is called
which holding the rtnl_mutex, in that case we get a "BUG: sleeping function
called from invalid context" error. We simple change the spinlock to
mutex which allows to hold the rtnl lock there.

Signed-off-by: Alexander Aring <aar@pengutronix.de>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
2016-09-19 20:19:34 +02:00
..
adf7242.c
at86rf230.c
at86rf230.h
atusb.c
atusb.h
cc2520.c
fakelb.c fakelb: fix schedule while atomic 2016-09-19 20:19:34 +02:00
Kconfig
Makefile
mrf24j40.c