1. 17 1月, 2018 1 次提交
    • B
      Revert "mwifiex: cancel pcie/sdio work in remove/shutdown handler" · 7e34c0d2
      Brian Norris 提交于
      This reverts commit b713bbf1.
      
      The "fix" in question does not actually fix all related problems, and it
      also introduces new deadlock possibilities. Since commit b014e96d
      ("PCI: Protect pci_error_handlers->reset_notify() usage with
      device_lock()"), the race in question is actually resolved (PCIe reset
      cannot happen at the same time as remove()). Instead, this "fix" just
      introduces a deadlock where mwifiex_pcie_card_reset_work() is waiting on
      device_lock, which is held by PCIe device remove(), which is waiting
      on...mwifiex_pcie_card_reset_work().
      
      The proper thing to do is just to fix the deadlock. Patch for this will
      come separately.
      
      Cc: Signed-off-by: Xinming Hu <huxm@marvell.com>
      Signed-off-by: NBrian Norris <briannorris@chromium.org>
      Signed-off-by: NKalle Valo <kvalo@codeaurora.org>
      7e34c0d2
  2. 16 1月, 2018 18 次提交
  3. 15 1月, 2018 12 次提交
  4. 13 1月, 2018 9 次提交