1. 21 5月, 2013 1 次提交
  2. 25 4月, 2013 4 次提交
  3. 20 4月, 2013 3 次提交
  4. 19 4月, 2013 9 次提交
  5. 26 3月, 2013 2 次提交
  6. 05 3月, 2013 2 次提交
  7. 15 2月, 2013 5 次提交
  8. 05 2月, 2013 1 次提交
  9. 28 1月, 2013 1 次提交
  10. 19 1月, 2013 2 次提交
  11. 18 1月, 2013 6 次提交
  12. 09 1月, 2013 1 次提交
  13. 08 12月, 2012 1 次提交
  14. 07 12月, 2012 2 次提交
    • C
    • S
      igb: release already assigned MSI-X interrupts if setup fails · 52285b76
      Stefan Assmann 提交于
      During MSI-X setup the system might run out of vectors. If this happens the
      already assigned vectors for this NIC should be freed before trying the
      disable MSI-X. Failing to do so results in the following oops.
      
      kernel BUG at drivers/pci/msi.c:341!
      [...]
      Call Trace:
       [<ffffffff8128f39d>] pci_disable_msix+0x3d/0x60
       [<ffffffffa037d1ce>] igb_reset_interrupt_capability+0x27/0x5c [igb]
       [<ffffffffa037d229>] igb_clear_interrupt_scheme+0x26/0x2d [igb]
       [<ffffffffa0384268>] igb_request_irq+0x73/0x297 [igb]
       [<ffffffffa0384554>] __igb_open+0xc8/0x223 [igb]
       [<ffffffffa0384815>] igb_open+0x13/0x15 [igb]
       [<ffffffff8144592f>] __dev_open+0xbf/0x120
       [<ffffffff81443e51>] __dev_change_flags+0xa1/0x180
       [<ffffffff81445828>] dev_change_flags+0x28/0x70
       [<ffffffff814af537>] devinet_ioctl+0x5b7/0x620
       [<ffffffff814b01c8>] inet_ioctl+0x88/0xa0
       [<ffffffff8142e8a0>] sock_do_ioctl+0x30/0x70
       [<ffffffff8142ecf2>] sock_ioctl+0x72/0x270
       [<ffffffff8118062c>] do_vfs_ioctl+0x8c/0x340
       [<ffffffff81180981>] sys_ioctl+0xa1/0xb0
       [<ffffffff815161a9>] system_call_fastpath+0x16/0x1b
      Code: 48 89 df e8 1f 40 ed ff 4d 39 e6 49 8b 45 10 75 b6 48 83 c4 18 5b 41 5c 41 5d 41 5e 41 5f c9 c3 48 8b 7b 20 e8 3e 91 db ff eb ae <0f> 0b eb fe 0f 1f 84 00 00 00 00 00 55 48 89 e5 0f 1f 44 00 00
      RIP  [<ffffffff8128e144>] free_msi_irqs+0x124/0x130
       RSP <ffff880037503bd8>
      Signed-off-by: NStefan Assmann <sassmann@kpanic.de>
      Tested-by: NAaron Brown <aaron.f.brown@intel.com>
      Signed-off-by: NJeff Kirsher <jeffrey.t.kirsher@intel.com>
      52285b76