summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJohn W. Linville <linville@tuxdriver.com>2010-03-16 15:40:59 -0400
committerJohn W. Linville <linville@tuxdriver.com>2010-03-30 15:37:20 -0400
commit368d06f5b0eefcbf37d677d3b65381310a251f03 (patch)
treee8e05e1e6a34583f31203c29c03dcf9f6c036aeb /lib
parentc8406ea8fa1adde8dc5400127281d497bbcdb84a (diff)
downloadlinux-3.10-368d06f5b0eefcbf37d677d3b65381310a251f03.tar.gz
linux-3.10-368d06f5b0eefcbf37d677d3b65381310a251f03.tar.bz2
linux-3.10-368d06f5b0eefcbf37d677d3b65381310a251f03.zip
wireless: convert reg_regdb_search_lock to mutex
Stanse discovered that kmalloc is being called with GFP_KERNEL while holding this spinlock. The spinlock can be a mutex instead, which also enables the removal of the unlock/lock around the lock/unlock of cfg80211_mutex and the call to set_regdom. Reported-by: Jiri Slaby <jirislaby@gmail.com> Cc: stable@kernel.org Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'lib')
0 files changed, 0 insertions, 0 deletions