summaryrefslogtreecommitdiffstats
path: root/0001-iommu-arm-smmu-workaround-DMA-mode-issues.patch
diff options
context:
space:
mode:
authorJustin M. Forbes <jforbes@fedoraproject.org>2020-05-04 12:40:44 -0500
committerJustin M. Forbes <jforbes@fedoraproject.org>2020-05-04 12:40:44 -0500
commit2d4e33084f15019a901be7f4665ba14fe1020159 (patch)
treec11481e3dd2f20995095c508381f7c8c0b76d2b9 /0001-iommu-arm-smmu-workaround-DMA-mode-issues.patch
parentd254a0758539b4d01ea06dee5d2c03502596837c (diff)
downloadkernel-2d4e33084f15019a901be7f4665ba14fe1020159.tar.gz
kernel-2d4e33084f15019a901be7f4665ba14fe1020159.tar.xz
kernel-2d4e33084f15019a901be7f4665ba14fe1020159.zip
kernel-5.7.0-0.rc4.1
* Mon May 04 2020 CKI@GitLab <cki-project@redhat.com> [5.7.0-0.rc4.1] - v5.7-rc4 rebase - Updated changelog for the release based on f66ed1ebbfde ("CKI@GitLab") Resolves: rhbz# Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
Diffstat (limited to '0001-iommu-arm-smmu-workaround-DMA-mode-issues.patch')
-rw-r--r--0001-iommu-arm-smmu-workaround-DMA-mode-issues.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/0001-iommu-arm-smmu-workaround-DMA-mode-issues.patch b/0001-iommu-arm-smmu-workaround-DMA-mode-issues.patch
index 58137a79b..bb672ccb3 100644
--- a/0001-iommu-arm-smmu-workaround-DMA-mode-issues.patch
+++ b/0001-iommu-arm-smmu-workaround-DMA-mode-issues.patch
@@ -1,4 +1,4 @@
-From 1fcd2cc0007c520787df181f2b36987c1791aecd Mon Sep 17 00:00:00 2001
+From 754691c9d1eb4c03cbb1de446b519be495d16af2 Mon Sep 17 00:00:00 2001
From: Laura Abbott <labbott@redhat.com>
Date: Mon, 20 May 2019 22:21:02 -0400
Subject: [PATCH] iommu/arm-smmu: workaround DMA mode issues
@@ -57,7 +57,7 @@ Signed-off-by: Laura Abbott <labbott@redhat.com>
1 file changed, 22 insertions(+)
diff --git a/drivers/iommu/iommu.c b/drivers/iommu/iommu.c
-index 2b471419e26c..83c8d9845aed 100644
+index 7b375421afba..d4109b5c9705 100644
--- a/drivers/iommu/iommu.c
+++ b/drivers/iommu/iommu.c
@@ -7,6 +7,7 @@
@@ -68,7 +68,7 @@ index 2b471419e26c..83c8d9845aed 100644
#include <linux/kernel.h>
#include <linux/bug.h>
#include <linux/types.h>
-@@ -2658,3 +2659,24 @@ int iommu_sva_get_pasid(struct iommu_sva *handle)
+@@ -2659,3 +2660,24 @@ int iommu_sva_get_pasid(struct iommu_sva *handle)
return ops->sva_get_pasid(handle);
}
EXPORT_SYMBOL_GPL(iommu_sva_get_pasid);