summaryrefslogtreecommitdiff
path: root/drivers/dma/ti/k3-psil-j7200.c
diff options
context:
space:
mode:
authorHarshit Mogalapalli <harshit.m.mogalapalli@oracle.com>2023-05-09 09:07:16 +0300
committerVinod Koul <vkoul@kernel.org>2023-05-17 09:45:09 +0300
commit0642287e3ecdd0d1f88e6a2e63768e16153a990c (patch)
treeda1cd6573a517426c5ee5a4ff80a1d146970ecda /drivers/dma/ti/k3-psil-j7200.c
parentac9a78681b921877518763ba0e89202254349d1b (diff)
downloadlinux-0642287e3ecdd0d1f88e6a2e63768e16153a990c.tar.xz
dmaengine: idxd: Fix passing freed memory in idxd_cdev_open()
Smatch warns: drivers/dma/idxd/cdev.c:327: idxd_cdev_open() warn: 'sva' was already freed. When idxd_wq_set_pasid() fails, the current code unbinds sva and then goes to 'failed_set_pasid' where iommu_sva_unbind_device is called again causing the above warning. [ device_user_pasid_enabled(idxd) is still true when calling failed_set_pasid ] Fix this by removing additional unbind when idxd_wq_set_pasid() fails Fixes: b022f59725f0 ("dmaengine: idxd: add idxd_copy_cr() to copy user completion record during page fault handling") Signed-off-by: Harshit Mogalapalli <harshit.m.mogalapalli@oracle.com> Acked-by: Fenghua Yu <fenghua.yu@intel.com> Acked-by: Dave Jiang <dave.jiang@intel.com> Link: https://lore.kernel.org/r/20230509060716.2830630-1-harshit.m.mogalapalli@oracle.com Signed-off-by: Vinod Koul <vkoul@kernel.org>
Diffstat (limited to 'drivers/dma/ti/k3-psil-j7200.c')
0 files changed, 0 insertions, 0 deletions