diff options
author | Sentry <sentry@Sentry-Desktop-Fedora.local> | 2020-11-16 21:02:53 +0100 |
---|---|---|
committer | Jan200101 <sentrycraft123@gmail.com> | 2020-12-05 19:40:07 +0100 |
commit | bdb83850ca3fcc4556f87e44b0796f0dd6b6d55b (patch) | |
tree | 767930d0f90d9af79befd63c9cc51d52b79155dc /SOURCES/0001-iommu-arm-smmu-workaround-DMA-mode-issues.patch | |
parent | 2323591ec35bad9ae5469f48a5bb697254f97459 (diff) | |
download | kernel-fsync-bdb83850ca3fcc4556f87e44b0796f0dd6b6d55b.tar.gz kernel-fsync-bdb83850ca3fcc4556f87e44b0796f0dd6b6d55b.zip |
Linux v5.9.8
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 | 6 |
1 files changed, 3 insertions, 3 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 81fa9b1..743be19 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 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 |