summary refs log tree commit diff
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2024-11-09 14:03:10 -0500
committerLeo Famulari <leo@famulari.name>2024-11-10 15:28:35 -0500
commit9cdcfb52ace77fe3b497b21deb639a3027ff02f0 (patch)
tree57b94d7fc912c5704d2001ff938480d792504e33
parentee3219996b688d2c3336a7ea1e262308cf2d00b7 (diff)
downloadguix-9cdcfb52ace77fe3b497b21deb639a3027ff02f0.tar.gz
gnu: linux-libre 6.11: Disable a debugging option in the kernel configs.
Reported by dariqq: <https://issues.guix.gnu.org/74280>.

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
-rw-r--r--gnu/packages/aux-files/linux-libre/6.11-i686.conf2
-rw-r--r--gnu/packages/aux-files/linux-libre/6.11-x86_64.conf2
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