]> git.proxmox.com Git - pve-kernel.git/blobdiff - patches/kernel/0009-allow-opt-in-to-allow-pass-through-on-broken-hardwar.patch
update submodule and patches for 24.04 Noble based kernel
[pve-kernel.git] / patches / kernel / 0009-allow-opt-in-to-allow-pass-through-on-broken-hardwar.patch
index e3cb595636ead97d677293aa81d167cd0f386ad5..e73292f4037fa1c8d1247576252655b606a309bc 100644 (file)
@@ -11,10 +11,10 @@ Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
  1 file changed, 5 insertions(+), 1 deletion(-)
 
 diff --git a/drivers/iommu/intel/iommu.c b/drivers/iommu/intel/iommu.c
-index 8faccfdfe500..2b9ef40799a5 100644
+index a788062820df..4020c5336369 100644
 --- a/drivers/iommu/intel/iommu.c
 +++ b/drivers/iommu/intel/iommu.c
-@@ -298,6 +298,7 @@ static int dmar_map_gfx = 1;
+@@ -159,6 +159,7 @@ static int dmar_map_gfx = 1;
  static int dmar_map_ipu = 1;
  static int intel_iommu_superpage = 1;
  static int iommu_identity_mapping;
@@ -22,7 +22,7 @@ index 8faccfdfe500..2b9ef40799a5 100644
  static int iommu_skip_te_disable;
  
  #define IDENTMAP_GFX          2
-@@ -359,6 +360,9 @@ static int __init intel_iommu_setup(char *str)
+@@ -221,6 +222,9 @@ static int __init intel_iommu_setup(char *str)
                } else if (!strncmp(str, "tboot_noforce", 13)) {
                        pr_info("Intel-IOMMU: not forcing on after tboot. This could expose security risk for tboot\n");
                        intel_iommu_tboot_noforce = 1;
@@ -32,7 +32,7 @@ index 8faccfdfe500..2b9ef40799a5 100644
                } else {
                        pr_notice("Unknown option - '%s'\n", str);
                }
-@@ -2506,7 +2510,7 @@ static bool device_rmrr_is_relaxable(struct device *dev)
+@@ -2395,7 +2399,7 @@ static bool device_rmrr_is_relaxable(struct device *dev)
                return false;
  
        pdev = to_pci_dev(dev);