From bec7366f489c9a4e7aef141e9cd8246c06716c85 Mon Sep 17 00:00:00 2001 From: "Justin M. Forbes" Date: Wed, 20 May 2020 14:23:26 -0500 Subject: kernel-5.7.0-0.rc6.20200520git115a54162a6c.1 * Wed May 20 2020 CKI@GitLab [5.7.0-0.rc6.20200520git115a54162a6c.1] - 115a54162a6c rebase - kernel.spec: fix 'make scripts' for kernel-devel package (Brian Masney) - Makefile: correct help text for dist-cross--rpms (Brian Masney) - Add Documentation back to kernel-devel as it has Kconfig now ("Justin M. Forbes") - x86: Fix compile issues with rh_check_supported() (Don Zickus) - Updated changelog for the release based on 642b151f45dd ("CKI@GitLab") - redhat: Change Makefile target names to dist- (Prarit Bhargava) - configs: Disable Serial IR driver (Prarit Bhargava) Resolves: rhbz# Signed-off-by: Justin M. Forbes --- 0001-iommu-arm-smmu-workaround-DMA-mode-issues.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '0001-iommu-arm-smmu-workaround-DMA-mode-issues.patch') diff --git a/0001-iommu-arm-smmu-workaround-DMA-mode-issues.patch b/0001-iommu-arm-smmu-workaround-DMA-mode-issues.patch index 632c069f4..158fd3889 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 1 file changed, 22 insertions(+) diff --git a/drivers/iommu/iommu.c b/drivers/iommu/iommu.c -index 7b375421afba..d4109b5c9705 100644 +index 1faa08c8bbb4..b64444b1bd1a 100644 --- a/drivers/iommu/iommu.c +++ b/drivers/iommu/iommu.c @@ -7,6 +7,7 @@ @@ -68,7 +68,7 @@ index 7b375421afba..d4109b5c9705 100644 #include #include #include -@@ -2659,3 +2660,24 @@ int iommu_sva_get_pasid(struct iommu_sva *handle) +@@ -2664,3 +2665,24 @@ int iommu_sva_get_pasid(struct iommu_sva *handle) return ops->sva_get_pasid(handle); } EXPORT_SYMBOL_GPL(iommu_sva_get_pasid); -- cgit