summaryrefslogtreecommitdiffstats
path: root/0001-iommu-arm-smmu-workaround-DMA-mode-issues.patch
diff options
context:
space:
mode:
authorJustin M. Forbes <jforbes@fedoraproject.org>2020-10-19 11:42:37 -0500
committerJustin M. Forbes <jforbes@fedoraproject.org>2020-10-19 11:42:37 -0500
commita71ee103a729754519abc15fd58e6b258a89e58b (patch)
tree1aa3608ced5fcea00ec18c43e1cd3c2549f8683a /0001-iommu-arm-smmu-workaround-DMA-mode-issues.patch
parent9c8554e84a4b99387bada758dbbefcb106c0128e (diff)
downloadkernel-a71ee103a729754519abc15fd58e6b258a89e58b.tar.gz
kernel-a71ee103a729754519abc15fd58e6b258a89e58b.tar.xz
kernel-a71ee103a729754519abc15fd58e6b258a89e58b.zip
Linux v5.9.1
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 81fa9b1b1..743be193d 100644
--- a/0001-iommu-arm-smmu-workaround-DMA-mode-issues.patch
+++ b/0001-iommu-arm-smmu-workaround-DMA-mode-issues.patch
@@ -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 b6858adc4f17..4c2da9f17514 100644
+index 609bd25bf154..c701912b13ab 100644
--- a/drivers/iommu/iommu.c
+++ b/drivers/iommu/iommu.c
@@ -7,6 +7,7 @@
@@ -68,7 +68,7 @@ index b6858adc4f17..4c2da9f17514 100644
#include <linux/kernel.h>
#include <linux/bug.h>
#include <linux/types.h>
-@@ -2838,3 +2839,24 @@ int iommu_sva_get_pasid(struct iommu_sva *handle)
+@@ -2849,3 +2850,24 @@ int iommu_sva_get_pasid(struct iommu_sva *handle)
return ops->sva_get_pasid(handle);
}
EXPORT_SYMBOL_GPL(iommu_sva_get_pasid);
@@ -94,5 +94,5 @@ index b6858adc4f17..4c2da9f17514 100644
+arch_initcall(iommu_quirks);
+#endif
--
-2.26.2
+2.28.0