[arch-commits] Commit in linux/trunk (PKGBUILD config)

Jan Steffens heftig at archlinux.org
Tue Feb 4 18:04:40 UTC 2020


    Date: Tuesday, February 4, 2020 @ 18:04:39
  Author: heftig
Revision: 374583

Disable INTEL_IOMMU_DEFAULT_ON

Intel IOMMU support is still in a shitty state. What a shame.

Modified:
  linux/trunk/PKGBUILD
  linux/trunk/config

----------+
 PKGBUILD |    2 +-
 config   |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-04 18:04:27 UTC (rev 374582)
+++ PKGBUILD	2020-02-04 18:04:39 UTC (rev 374583)
@@ -25,7 +25,7 @@
   '8218F88849AAC522E94CF470A5E9288C4FA415FA'  # Jan Alexander Steffens (heftig)
 )
 sha256sums=('SKIP'
-            '63141b88e5ffb583617d51364ebc1378fd3a73b8352e13450e982851d40fbaf2')
+            'f40b1d707ee1199275a7ad0e456e67e39fba7bd41e9a3921af26e7fd1bf08a27')
 
 export KBUILD_BUILD_HOST=archlinux
 export KBUILD_BUILD_USER=$pkgbase

Modified: config
===================================================================
--- config	2020-02-04 18:04:27 UTC (rev 374582)
+++ config	2020-02-04 18:04:39 UTC (rev 374583)
@@ -8693,7 +8693,7 @@
 CONFIG_DMAR_TABLE=y
 CONFIG_INTEL_IOMMU=y
 CONFIG_INTEL_IOMMU_SVM=y
-CONFIG_INTEL_IOMMU_DEFAULT_ON=y
+# CONFIG_INTEL_IOMMU_DEFAULT_ON is not set
 CONFIG_INTEL_IOMMU_FLOPPY_WA=y
 CONFIG_IRQ_REMAP=y
 CONFIG_HYPERV_IOMMU=y



More information about the arch-commits mailing list