aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace
diff options
context:
space:
mode:
authorJiawen Wu <[email protected]>2024-07-01 15:14:16 +0800
committerPaolo Abeni <[email protected]>2024-07-02 16:07:04 +0200
commit935124dd5883b5de68dc5a94f582480a10643dc9 (patch)
treee3cb63dc4367d55d04a06ba5c9747c36c1509788 /tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace
parent1e1fa1723eb3a293d7d0b1c1a9ad8774c1ef0aa0 (diff)
net: txgbe: free isb resources at the right time
When using MSI/INTx interrupt, the shared interrupts are still being handled in the device remove routine, before free IRQs. So isb memory is still read after it is freed. Thus move wx_free_isb_resources() from txgbe_close() to txgbe_remove(). And fix the improper isb free action in txgbe_open() error handling path. Fixes: aefd013624a1 ("net: txgbe: use irq_domain for interrupt controller") Signed-off-by: Jiawen Wu <[email protected]> Signed-off-by: Paolo Abeni <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace')
0 files changed, 0 insertions, 0 deletions