diff options
author | Jan200101 <sentrycraft123@gmail.com> | 2020-08-31 15:45:37 +0200 |
---|---|---|
committer | Jan200101 <sentrycraft123@gmail.com> | 2020-12-05 19:40:07 +0100 |
commit | 9f23c66be7af392787a9f417b407a3b50f8854ab (patch) | |
tree | d89b1b4cee9ea6677143b5e6d288d5d79aa3786d /SOURCES/0001-iommu-arm-smmu-workaround-DMA-mode-issues.patch | |
parent | 107e249a92abc94164c879f708cd5c7082338c5d (diff) | |
download | kernel-fsync-9f23c66be7af392787a9f417b407a3b50f8854ab.tar.gz kernel-fsync-9f23c66be7af392787a9f417b407a3b50f8854ab.zip |
kernel 5.8.4
Diffstat (limited to 'SOURCES/0001-iommu-arm-smmu-workaround-DMA-mode-issues.patch')
-rw-r--r-- | SOURCES/0001-iommu-arm-smmu-workaround-DMA-mode-issues.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/SOURCES/0001-iommu-arm-smmu-workaround-DMA-mode-issues.patch b/SOURCES/0001-iommu-arm-smmu-workaround-DMA-mode-issues.patch index e6eef22..81fa9b1 100644 --- a/SOURCES/0001-iommu-arm-smmu-workaround-DMA-mode-issues.patch +++ b/SOURCES/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 03d6a26687bc..86981f228c90 100644 +index b6858adc4f17..4c2da9f17514 100644 --- a/drivers/iommu/iommu.c +++ b/drivers/iommu/iommu.c @@ -7,6 +7,7 @@ @@ -68,7 +68,7 @@ index 03d6a26687bc..86981f228c90 100644 #include <linux/kernel.h> #include <linux/bug.h> #include <linux/types.h> -@@ -2664,3 +2665,24 @@ int iommu_sva_get_pasid(struct iommu_sva *handle) +@@ -2838,3 +2839,24 @@ int iommu_sva_get_pasid(struct iommu_sva *handle) return ops->sva_get_pasid(handle); } EXPORT_SYMBOL_GPL(iommu_sva_get_pasid); |