From 9cdcfb52ace77fe3b497b21deb639a3027ff02f0 Mon Sep 17 00:00:00 2001 From: Leo Famulari Date: Sat, 9 Nov 2024 14:03:10 -0500 Subject: gnu: linux-libre 6.11: Disable a debugging option in the kernel configs. Reported by dariqq: . This is a followup to commit 92910f5413fd9112c0502138eed5fff758c5de65. * gnu/packages/aux-files/linux-libre/6.11-i686.conf, gnu/packages/aux-files/linux-libre/6.11-x86_64.conf: Disable CONFIG_DRM_I915_REPLAY_GPU_HANGS_API. Change-Id: I345aba7b19d3e7c3e28fec2e6ed2d7bdbc2099c9 --- gnu/packages/aux-files/linux-libre/6.11-i686.conf | 2 +- gnu/packages/aux-files/linux-libre/6.11-x86_64.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/aux-files/linux-libre/6.11-i686.conf b/gnu/packages/aux-files/linux-libre/6.11-i686.conf index d01157857a..d935469ab9 100644 --- a/gnu/packages/aux-files/linux-libre/6.11-i686.conf +++ b/gnu/packages/aux-files/linux-libre/6.11-i686.conf @@ -7060,7 +7060,7 @@ CONFIG_DRM_I915_DP_TUNNEL=y # drm/i915 Debugging # # CONFIG_DRM_I915_WERROR is not set -CONFIG_DRM_I915_REPLAY_GPU_HANGS_API=y +# CONFIG_DRM_I915_REPLAY_GPU_HANGS_API is not set # CONFIG_DRM_I915_DEBUG is not set # CONFIG_DRM_I915_DEBUG_MMIO is not set # CONFIG_DRM_I915_SW_FENCE_DEBUG_OBJECTS is not set diff --git a/gnu/packages/aux-files/linux-libre/6.11-x86_64.conf b/gnu/packages/aux-files/linux-libre/6.11-x86_64.conf index 6a9252ac9d..51f8c6ac37 100644 --- a/gnu/packages/aux-files/linux-libre/6.11-x86_64.conf +++ b/gnu/packages/aux-files/linux-libre/6.11-x86_64.conf @@ -7109,7 +7109,7 @@ CONFIG_DRM_I915_DP_TUNNEL=y # drm/i915 Debugging # # CONFIG_DRM_I915_WERROR is not set -CONFIG_DRM_I915_REPLAY_GPU_HANGS_API=y +# CONFIG_DRM_I915_REPLAY_GPU_HANGS_API is not set # CONFIG_DRM_I915_DEBUG is not set # CONFIG_DRM_I915_DEBUG_MMIO is not set # CONFIG_DRM_I915_SW_FENCE_DEBUG_OBJECTS is not set -- cgit v1.2.3