[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20210913223339.435347-1-sashal@kernel.org>
Date: Mon, 13 Sep 2021 18:33:15 -0400
From: Sasha Levin <sashal@...nel.org>
To: linux-kernel@...r.kernel.org, stable@...r.kernel.org
Cc: Johannes Berg <johannes.berg@...el.com>,
kernel test robot <lkp@...el.com>,
Dave Jiang <dave.jiang@...el.com>,
Anton Ivanov <anton.ivanov@...bridgegreys.com>,
Vinod Koul <vkoul@...nel.org>, Sasha Levin <sashal@...nel.org>,
dmaengine@...r.kernel.org
Subject: [PATCH AUTOSEL 5.14 01/25] dmaengine: idxd: depends on !UML
From: Johannes Berg <johannes.berg@...el.com>
[ Upstream commit b2296eeac91555bd13f774efa7ab7d4b12fb71ef ]
Now that UML has PCI support, this driver must depend also on
!UML since it pokes at X86_64 architecture internals that don't
exist on ARCH=um.
Reported-by: kernel test robot <lkp@...el.com>
Signed-off-by: Johannes Berg <johannes.berg@...el.com>
Acked-by: Dave Jiang <dave.jiang@...el.com>
Acked-By: Anton Ivanov <anton.ivanov@...bridgegreys.com>
Link: https://lore.kernel.org/r/20210625103810.fe877ae0aef4.If240438e3f50ae226f3f755fc46ea498c6858393@changeid
Signed-off-by: Vinod Koul <vkoul@...nel.org>
Signed-off-by: Sasha Levin <sashal@...nel.org>
---
drivers/dma/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/dma/Kconfig b/drivers/dma/Kconfig
index 39b5b46e880f..f450e4231db7 100644
--- a/drivers/dma/Kconfig
+++ b/drivers/dma/Kconfig
@@ -279,7 +279,7 @@ config INTEL_IDMA64
config INTEL_IDXD
tristate "Intel Data Accelerators support"
- depends on PCI && X86_64
+ depends on PCI && X86_64 && !UML
depends on PCI_MSI
depends on SBITMAP
select DMA_ENGINE
--
2.30.2
Powered by blists - more mailing lists