1. 06 6月, 2017 3 次提交
  2. 20 4月, 2017 1 次提交
  3. 21 1月, 2017 1 次提交
    • J
      iwlwifi: fix kernel crash when unregistering thermal zone · 92549cdc
      Jens Axboe 提交于
      A recent firmware change seems to have enabled thermal zones on the
      iwlwifi driver. Unfortunately, my device fails when registering the
      thermal zone. This doesn't stop the driver from attempting to unregister
      the thermal zone at unload time, triggering a NULL pointer deference in
      strlen() off the thermal_zone_device_unregister() path.
      
      Don't unregister if name is NULL, for that case we failed registering.
      Do the same for the cooling zone.
      Signed-off-by: NJens Axboe <axboe@fb.com>
      Signed-off-by: NKalle Valo <kvalo@codeaurora.org>
      92549cdc
  4. 27 9月, 2016 1 次提交
  5. 11 5月, 2016 1 次提交
  6. 30 3月, 2016 3 次提交
  7. 10 3月, 2016 2 次提交
  8. 07 3月, 2016 1 次提交
    • E
      iwlwifi: mvm: avoid panics with thermal device usage · 91f66a3c
      Emmanuel Grumbach 提交于
      Thermal zone device registration can fail, and in this case
      we don't want to remove WiFi functionality. This is why the
      thermal zone registration function is void, and the flows
      continue even if the thermal zone device registration failed.
      Same applies for the cooling device.
      
      This means that we at least need to remember that the thermal
      zone device didn't register properly and take the minimal
      precautions to avoid panic'ing when we access it.
      
      This was missing.
      Signed-off-by: NEmmanuel Grumbach <emmanuel.grumbach@intel.com>
      91f66a3c
  9. 28 2月, 2016 3 次提交
  10. 01 2月, 2016 1 次提交
  11. 08 1月, 2016 1 次提交
  12. 02 12月, 2015 1 次提交
  13. 18 11月, 2015 1 次提交
  14. 25 10月, 2015 1 次提交
  15. 05 10月, 2015 1 次提交
  16. 05 8月, 2015 1 次提交
  17. 04 8月, 2015 1 次提交
  18. 29 4月, 2015 1 次提交
  19. 29 12月, 2014 1 次提交
  20. 11 11月, 2014 2 次提交
  21. 29 10月, 2014 1 次提交
  22. 16 9月, 2014 1 次提交
  23. 14 9月, 2014 1 次提交
  24. 04 9月, 2014 3 次提交
  25. 21 7月, 2014 2 次提交
  26. 13 5月, 2014 1 次提交
  27. 13 4月, 2014 2 次提交
  28. 04 2月, 2014 1 次提交