[PATCH 2/6] iova-warn

Chris Wilson chris at chris-wilson.co.uk
Sat Jan 16 11:10:34 UTC 2021


---
 drivers/iommu/iova.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/iommu/iova.c b/drivers/iommu/iova.c
index d20b8b333d30..10e411b0edaf 100644
--- a/drivers/iommu/iova.c
+++ b/drivers/iommu/iova.c
@@ -245,7 +245,7 @@ static DEFINE_MUTEX(iova_cache_mutex);
 
 static struct iova *alloc_iova_mem(void)
 {
-	return kmem_cache_zalloc(iova_cache, GFP_ATOMIC | __GFP_NOWARN);
+	return kmem_cache_zalloc(iova_cache, GFP_ATOMIC);
 }
 
 static void free_iova_mem(struct iova *iova)
-- 
2.20.1



More information about the Intel-gfx-trybot mailing list