]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
dmaengine: dw-edma: Check MSI descriptor before copying
authorAlan Mikhak <alan.mikhak@sifive.com>
Thu, 23 Apr 2020 01:58:21 +0000 (18:58 -0700)
committerVinod Koul <vkoul@kernel.org>
Mon, 27 Apr 2020 16:01:08 +0000 (21:31 +0530)
commit7edfe3df2a9f469d8e80e4e1877a92377b5722ae
tree94bcbbfddea90825606b45d1695a250d874ef0f0
parentdb474931df3eb54edbf761b8c98ba517bdf24463
dmaengine: dw-edma: Check MSI descriptor before copying

Modify dw_edma_irq_request() to check if a struct msi_desc entry exists
before copying the contents of its struct msi_msg pointer.

Without this sanity check, __get_cached_msi_msg() crashes when invoked by
dw_edma_irq_request() running on a Linux-based PCIe endpoint device. MSI
interrupt are not received by PCIe endpoint devices. If irq_get_msi_desc()
returns null, then there is no cached struct msi_msg to be copied.

Reported-by: kbuild test robot <lkp@intel.com>
Signed-off-by: Alan Mikhak <alan.mikhak@sifive.com>
Acked-by: Gustavo Pimentel <gustavo.pimentel@synopsys.com>
Link: https://lore.kernel.org/r/1587607101-31914-1-git-send-email-alan.mikhak@sifive.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/dma/dw-edma/dw-edma-core.c