1. 05 6月, 2013 1 次提交
    • J
      cfg80211: fix potential deadlock regression · 256c90de
      Johannes Berg 提交于
      My big locking cleanups caused a problem by registering the
      rfkill instance with the RTNL held, while the callback also
      acquires the RTNL. This potentially causes a deadlock since
      the two locks used (rfkill mutex and RTNL) can be acquired
      in two different orders. Fix this by (un)registering rfkill
      without holding the RTNL. This needs to be done after the
      device struct is registered, but that can also be done w/o
      holding the RTNL.
      Signed-off-by: NJohannes Berg <johannes.berg@intel.com>
      256c90de
  2. 04 6月, 2013 25 次提交
  3. 03 6月, 2013 3 次提交
  4. 31 5月, 2013 9 次提交
  5. 30 5月, 2013 2 次提交