mirror of
https://github.com/torvalds/linux.git
synced 2026-09-23 22:14:03 +02:00
The completion IRQ handler accesses the EQ state and DMA buffer. Its IRQ was
registered before that state was initialized, while teardown released the
buffer before free_irq() synchronized the handler.
Initialize the EQ without arming it, register the IRQ, and then arm it.
Reverse the resource order during teardown by freeing the IRQ before
destroying the EQ.
Fixes:
|
||
|---|---|---|
| .. | ||
| efa_admin_cmds_defs.h | ||
| efa_admin_defs.h | ||
| efa_ah_cache.c | ||
| efa_ah_cache.h | ||
| efa_com_cmd.c | ||
| efa_com_cmd.h | ||
| efa_com.c | ||
| efa_com.h | ||
| efa_common_defs.h | ||
| efa_io_defs.h | ||
| efa_main.c | ||
| efa_regs_defs.h | ||
| efa_verbs.c | ||
| efa.h | ||
| Kconfig | ||
| Makefile | ||