1- From git@z Thu Jan 1 00:00:00 1970
2- Subject: [PATCH] drm/amd/display: Apply e4479aecf658 to dml
1+ From 70740454377f1ba3ff32f5df4acd965db99d055b Mon Sep 17 00:00:00 2001
32From: Nathan Chancellor <nathan@kernel.org>
43Date: Sat, 13 Dec 2025 15:16:43 +0900
5- Message-Id: <20251213-dml-bump-frame-warn-clang-sanitizers-v1-1-0e91608db9eb@kernel.org>
6- MIME-Version: 1.0
7- Content-Type: text/plain; charset="utf-8"
8- Content-Transfer-Encoding: 7bit
4+ Subject: drm/amd/display: Apply e4479aecf658 to dml
95
106After an innocuous optimization change in clang-22, allmodconfig (which
117enables CONFIG_KASAN and CONFIG_WERROR) breaks with:
@@ -30,16 +26,19 @@ allmodconfig (an easy testing target) continues to work.
3026Apply that same change to the dml folder to clear up the warning for
3127allmodconfig, unbreaking the build.
3228
33- Cc: stable@vger.kernel.org
3429Closes: https://github.com/ClangBuiltLinux/linux/issues/2135
35- Link: https://patch.msgid.link/20251213-dml-bump-frame-warn-clang-sanitizers-v1-1-0e91608db9eb@kernel.org
3630Signed-off-by: Nathan Chancellor <nathan@kernel.org>
31+ Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
32+ (cherry picked from commit 25314b453cf812150e9951a32007a32bba85707e)
33+ Cc: stable@vger.kernel.org
34+ ---
35+ Link: https://git.kernel.org/linus/70740454377f1ba3ff32f5df4acd965db99d055b
3736---
3837 drivers/gpu/drm/amd/display/dc/dml/Makefile | 6 +++++-
3938 1 file changed, 5 insertions(+), 1 deletion(-)
4039
4140diff --git a/drivers/gpu/drm/amd/display/dc/dml/Makefile b/drivers/gpu/drm/amd/display/dc/dml/Makefile
42- index b357683b4255..268b5fbdb48b 100644
41+ index b357683b4255af..268b5fbdb48bd5 100644
4342--- a/drivers/gpu/drm/amd/display/dc/dml/Makefile
4443+++ b/drivers/gpu/drm/amd/display/dc/dml/Makefile
4544@@ -30,7 +30,11 @@ dml_rcflags := $(CC_FLAGS_NO_FPU)
@@ -55,12 +54,6 @@ index b357683b4255..268b5fbdb48b 100644
5554 else
5655 frame_warn_limit := 2048
5756 endif
58-
59- ---
60- base-commit: f24e96d69f5b9eb0f3b9c49e53c385c50729edfd
61- change-id: 20251213-dml-bump-frame-warn-clang-sanitizers-0a34fc916aec
62-
63- Best regards,
64- - -
65- Nathan Chancellor <nathan@kernel.org>
57+ - -
58+ cgit 1.2.3-korg
6659
0 commit comments