aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/netdev-times.py
diff options
context:
space:
mode:
authorkhalidm <[email protected]>2016-10-17 09:51:08 -0700
committerJeff Kirsher <[email protected]>2017-01-06 02:18:49 -0800
commit7e54d9d063fa239c95c21548c5267f0ef419ff56 (patch)
tree44ce38bf4a7e2652051e37a438647ab7d1904630 /tools/perf/scripts/python/netdev-times.py
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: [email protected] Signed-off-by: khalidm <[email protected]> Signed-off-by: David Singleton <[email protected]> Tested-by: Aaron Brown <[email protected]> Signed-off-by: Jeff Kirsher <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/netdev-times.py')
0 files changed, 0 insertions, 0 deletions