summaryrefslogtreecommitdiff
path: root/drivers/dma-buf
diff options
context:
space:
mode:
authorkhalidm <khalidm@cisco.com>2016-10-17 09:51:08 -0700
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>2017-01-06 02:18:49 -0800
commit7e54d9d063fa239c95c21548c5267f0ef419ff56 (patch)
tree44ce38bf4a7e2652051e37a438647ab7d1904630 /drivers/dma-buf
parent030ec9e68239a8b7851701edc29de5745fe15024 (diff)
e1000e: driver trying to free already-free irq
During systemd reboot sequence network driver interface is shutdown by e1000_close. The PCI driver interface is shut by e1000_shutdown. The e1000_shutdown checks for netif_running status, if still up it brings down driver. But it disables msi outside of this if statement, regardless of netif status. All this is OK when e1000_close happens after shutdown. However, by default, everything in systemd is done in parallel. This creates a conditions where e1000_shutdown is called after e1000_close, therefore hitting BUG_ON assert in free_msi_irqs. CC: xe-kernel@external.cisco.com Signed-off-by: khalidm <khalidm@cisco.com> Signed-off-by: David Singleton <davsingl@cisco.com> Tested-by: Aaron Brown <aaron.f.brown@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Diffstat (limited to 'drivers/dma-buf')
0 files changed, 0 insertions, 0 deletions