https://github.com/torvalds/linux
Revision 21a4cc00e8e67edcfc1bdb9af6d370ed1226eb86 authored by John W. Linville on 28 May 2009, 09:39:02 UTC, committed by John W. Linville on 29 May 2009, 10:41:01 UTC
http://bugzilla.kernel.org/show_bug.cgi?id=13312

at76_dwork_hw_scan holds a mutex while calling ieee80211_scan_completed,
which then calls at76_config which needs the same mutex.  This reworks
the ordering to not hold the lock while calling ieee80211_scan_completed.

Signed-off-by: John W. Linville <linville@tuxdriver.com>
1 parent 4d3383d
History
Tip revision: 21a4cc00e8e67edcfc1bdb9af6d370ed1226eb86 authored by John W. Linville on 28 May 2009, 09:39:02 UTC
at76c50x-usb: avoid mutex deadlock in at76_dwork_hw_scan
Tip revision: 21a4cc0
File Mode Size
Documentation
arch
block
crypto
drivers
firmware
fs
include
init
ipc
kernel
lib
mm
net
samples
scripts
security
sound
usr
virt
.gitignore -rw-r--r-- 885 bytes
.mailmap -rw-r--r-- 3.9 KB
COPYING -rw-r--r-- 18.3 KB
CREDITS -rw-r--r-- 91.6 KB
Kbuild -rw-r--r-- 2.4 KB
MAINTAINERS -rw-r--r-- 144.4 KB
Makefile -rw-r--r-- 53.8 KB
README -rw-r--r-- 16.7 KB
REPORTING-BUGS -rw-r--r-- 3.1 KB

README

back to top