From: Jerry Snitselaar jsnitsel@redhat.com
redhat: configs: Enable INTEL_IOMMU_DEBUGFS for debug builds
Enable INTEL_IOMMU_DEBUGFS in kernel debug builds to aid in debugging iommu issues.
Signed-off-by: Jerry Snitselaar jsnitsel@redhat.com
diff --git a/redhat/configs/common/debug/x86/x86_64/CONFIG_INTEL_IOMMU_DEBUGFS b/redhat/configs/common/debug/x86/x86_64/CONFIG_INTEL_IOMMU_DEBUGFS new file mode 100644 index blahblah..blahblah 100644 --- /dev/null +++ b/redhat/configs/common/debug/x86/x86_64/CONFIG_INTEL_IOMMU_DEBUGFS @@ -0,0 +1 @@ +CONFIG_INTEL_IOMMU_DEBUGFS=y diff --git a/redhat/configs/ark/generic/CONFIG_INTEL_IOMMU_DEBUGFS b/redhat/configs/common/generic/CONFIG_INTEL_IOMMU_DEBUGFS rename from redhat/configs/ark/generic/CONFIG_INTEL_IOMMU_DEBUGFS rename to redhat/configs/common/generic/CONFIG_INTEL_IOMMU_DEBUGFS index blahblah..blahblah 100644 --- a/redhat/configs/ark/generic/CONFIG_INTEL_IOMMU_DEBUGFS +++ b/redhat/configs/common/generic/CONFIG_INTEL_IOMMU_DEBUGFS diff --git a/redhat/configs/fedora/generic/x86/CONFIG_INTEL_IOMMU_DEBUGFS b/redhat/configs/fedora/generic/x86/CONFIG_INTEL_IOMMU_DEBUGFS deleted file mode 100644 index blahblah..blahblah 0 --- a/redhat/configs/fedora/generic/x86/CONFIG_INTEL_IOMMU_DEBUGFS +++ /dev/null @@ -1 +0,0 @@ -# CONFIG_INTEL_IOMMU_DEBUGFS is not set
-- https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1744
kernel@lists.fedoraproject.org