1
0

release 6.15.10

This commit is contained in:
2025-08-15 15:46:56 +03:00
parent 28be96caa2
commit 720355d977
16 changed files with 32 additions and 114 deletions

View File

@@ -50,7 +50,7 @@ Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
/* Minimum for 512 kiB + 1 user control page. 'free' kiB per user. */
static int sysctl_perf_event_mlock __read_mostly = 512 + (PAGE_SIZE / 1024);
@@ -13144,6 +13149,9 @@ SYSCALL_DEFINE5(perf_event_open,
@@ -13164,6 +13169,9 @@ SYSCALL_DEFINE5(perf_event_open,
if (err)
return err;

View File

@@ -68,7 +68,7 @@ Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
} else if (!strncmp(str, "forcedac", 8)) {
pr_warn("intel_iommu=forcedac deprecated; use iommu.forcedac instead\n");
iommu_dma_forcedac = true;
@@ -1936,6 +1944,9 @@ static int device_def_domain_type(struct
@@ -1935,6 +1943,9 @@ static int device_def_domain_type(struct
if ((iommu_identity_mapping & IDENTMAP_AZALIA) && IS_AZALIA(pdev))
return IOMMU_DOMAIN_IDENTITY;
@@ -78,7 +78,7 @@ Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
}
return 0;
@@ -2230,6 +2241,9 @@ static int __init init_dmars(void)
@@ -2229,6 +2240,9 @@ static int __init init_dmars(void)
iommu_set_root_entry(iommu);
}