Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FS#1301 - swconfig.c swconfig_get_dev call mutex_lock in atomic() #5828

Closed
openwrt-bot opened this issue Jan 26, 2018 · 2 comments
Closed

FS#1301 - swconfig.c swconfig_get_dev call mutex_lock in atomic() #5828

openwrt-bot opened this issue Jan 26, 2018 · 2 comments
Labels

Comments

@openwrt-bot
Copy link

yaxinsn:

dir:/target/linux/generic/files/drivers/net/phy/swconfig.c

function: swconfig_get_dev
call mutex_lock(&dev->sw_mutex) before swconfig_unlock(), this is bug. linux kernel not allow call sleep() in atomic()

@openwrt-bot
Copy link
Author

mkresin:

Is it about the same issue that was [[http://lists.infradead.org/pipermail/lede-dev/2017-July/008224.html|reported on LEDE mailing list]] months ago?

@openwrt-bot
Copy link
Author

nbd:

Fixed in r6427-ed3860c3e3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant