diff options
Diffstat (limited to '0011-xen-iommu-cleanup-iommu-related-domctl-handling.patch')
-rw-r--r-- | 0011-xen-iommu-cleanup-iommu-related-domctl-handling.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/0011-xen-iommu-cleanup-iommu-related-domctl-handling.patch b/0011-xen-iommu-cleanup-iommu-related-domctl-handling.patch index b62ae9b..3c60de4 100644 --- a/0011-xen-iommu-cleanup-iommu-related-domctl-handling.patch +++ b/0011-xen-iommu-cleanup-iommu-related-domctl-handling.patch @@ -1,7 +1,7 @@ From a6c32abd144ec6443c6a433b5a2ac00e2615aa86 Mon Sep 17 00:00:00 2001 From: Juergen Gross <jgross@suse.com> Date: Tue, 7 Jun 2022 14:02:08 +0200 -Subject: [PATCH 11/32] xen/iommu: cleanup iommu related domctl handling +Subject: [PATCH 11/51] xen/iommu: cleanup iommu related domctl handling Today iommu_do_domctl() is being called from arch_do_domctl() in the "default:" case of a switch statement. This has led already to crashes |