summaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/syscall-counts.py
diff options
context:
space:
mode:
authorEli Cohen <eli@dev.mellanox.co.il>2014-11-06 12:51:21 +0200
committerDavid S. Miller <davem@davemloft.net>2014-11-06 16:40:35 -0500
commita158906dd7d4379e85ec371a14edfe1ce5f2318d (patch)
tree435962b39e77df458649a115deabe4af45b85ece /tools/perf/scripts/python/syscall-counts.py
parentb31f65fb4383a49bdcfa465176754b37e44e1e17 (diff)
net/mlx5_core: Fix race in create EQ
After the EQ is created, it can possibly generate interrupts and the interrupt handler is referencing eq->dev. It is therefore required to set eq->dev before calling request_irq() so if an event is generated before request_irq() returns, we will have a valid eq->dev field. Signed-off-by: Eli Cohen <eli@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts.py')
0 files changed, 0 insertions, 0 deletions