dmaengine: idxd: fix wq slot allocation index check
authorDave Jiang <dave.jiang@intel.com>
Thu, 22 Jul 2021 17:54:10 +0000 (10:54 -0700)
committerDom Cobley <popcornmix@gmail.com>
Thu, 14 Oct 2021 11:33:02 +0000 (12:33 +0100)
commit2874df5499ec2f3589b515cff34adfc80e07af6b
tree60755562b5632c7f02605e8cdf35c0334d1c6494
parentfd9d76c9e30d67a51140dbc7d285707bb653269f
dmaengine: idxd: fix wq slot allocation index check

[ Upstream commit 673d812d30be67942762bb9e8548abb26a3ba4a7 ]

The sbitmap wait and allocate routine checks the index that is returned
from sbitmap_queue_get(). It should be idxd >= 0 as 0 is also a valid
index. This fixes issue where submission path hangs when WQ size is 1.

Fixes: 0705107fcc80 ("dmaengine: idxd: move submission to sbitmap_queue")
Signed-off-by: Dave Jiang <dave.jiang@intel.com>
Link: https://lore.kernel.org/r/162697645067.3478714.506720687816951762.stgit@djiang5-desk3.ch.intel.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/dma/idxd/submit.c