1. 12 8月, 2017 2 次提交
  2. 09 8月, 2017 1 次提交
  3. 07 8月, 2017 1 次提交
    • S
      netvsc: fix race on sub channel creation · 732e4985
      stephen hemminger 提交于
      The existing sub channel code did not wait for all the sub-channels
      to completely initialize. This could lead to race causing crash
      in napi_netif_del() from bad list. The existing code would send
      an init message, then wait only for the initial response that
      the init message was received. It thought it was waiting for
      sub channels but really the init response did the wakeup.
      
      The new code keeps track of the number of open channels and
      waits until that many are open.
      
      Other issues here were:
        * host might return less sub-channels than was requested.
        * the new init status is not valid until after init was completed.
      
      Fixes: b3e6b82a ("hv_netvsc: Wait for sub-channels to be processed during probe")
      Signed-off-by: NStephen Hemminger <sthemmin@microsoft.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      732e4985
  4. 03 8月, 2017 1 次提交
  5. 02 8月, 2017 1 次提交
  6. 30 7月, 2017 6 次提交
  7. 25 7月, 2017 1 次提交
  8. 20 7月, 2017 5 次提交
  9. 23 6月, 2017 1 次提交
  10. 10 6月, 2017 3 次提交
  11. 04 5月, 2017 1 次提交
  12. 25 4月, 2017 1 次提交
  13. 22 4月, 2017 2 次提交
  14. 10 4月, 2017 1 次提交
  15. 08 4月, 2017 1 次提交
  16. 23 3月, 2017 4 次提交
  17. 17 3月, 2017 3 次提交
  18. 13 3月, 2017 3 次提交
  19. 07 3月, 2017 2 次提交