summaryrefslogtreecommitdiff
path: root/drivers/dma/acpi-dma.c
diff options
context:
space:
mode:
authorDave Jiang <dave.jiang@intel.com>2021-08-04 01:29:30 +0300
committerVinod Koul <vkoul@kernel.org>2021-08-06 16:53:06 +0300
commitd803c8b9f3f2b8e5c047f2d0a27a9ea3ef91510f (patch)
tree3c1829633af7d9a47c0df33ac139aaaae80880e1 /drivers/dma/acpi-dma.c
parentbd2f4ae5e019efcfadd6b491204fd60adf14f4a3 (diff)
downloadlinux-d803c8b9f3f2b8e5c047f2d0a27a9ea3ef91510f.tar.xz
dmaengine: idxd: make I/O interrupt handler one shot
The interrupt thread handler currently loops forever to process outstanding completions. This causes either an "irq X: nobody cared" kernel splat or the NMI watchdog kicks in due to running too long in the function. The irq thread handler is expected to run again after exiting if there are interrupts fired while the thread handler is running. So the handler code can process all the completed I/O in a single pass and exit without losing the follow on completed I/O. Reviewed-by: Dan Williams <dan.j.williams@intel.com> Signed-off-by: Dave Jiang <dave.jiang@intel.com> Link: https://lore.kernel.org/r/162802977005.3084234.11836261157026497585.stgit@djiang5-desk3.ch.intel.com Signed-off-by: Vinod Koul <vkoul@kernel.org>
Diffstat (limited to 'drivers/dma/acpi-dma.c')
0 files changed, 0 insertions, 0 deletions