This is an automated email from the git hooks/post-receive script.

lfam pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 9cdcfb52ac gnu: linux-libre 6.11: Disable a debugging option in the 
kernel configs.
9cdcfb52ac is described below

commit 9cdcfb52ace77fe3b497b21deb639a3027ff02f0
Author: Leo Famulari <[email protected]>
AuthorDate: Sat Nov 9 14:03:10 2024 -0500

    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
---
 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

Reply via email to