From: Christian König <christian.koenig@amd.com>
To: Julian Braha <julianbraha@gmail.com>,
mripard@kernel.org, maarten.lankhorst@linux.intel.com,
tzimmermann@suse.de, karolina.stolarek@intel.com
Cc: airlied@gmail.com, simona@ffwll.ch,
dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH v2] drm: fix dead default for DRM_TTM_KUNIT_TEST
Date: Tue, 24 Mar 2026 17:04:14 +0100 [thread overview]
Message-ID: <23ad27a7-5086-4a03-8a1d-e7b7dbbfd825@amd.com> (raw)
In-Reply-To: <20260323124118.1414913-1-julianbraha@gmail.com>
On 3/23/26 13:41, Julian Braha wrote:
> The DRM_TTM_KUNIT_TEST config option should default
> to KUNIT_ALL_TESTS so that if all tests are enabled then
> it is included, but currently the 'default KUNIT_ALL_TESTS'
> statement is shadowed by an unconditional 'default n',
> meaning that this second default statement is currently dead code.
>
> This dead code was found by kconfirm, a static analysis
> tool for Kconfig.
>
> Signed-off-by: Julian Braha <julianbraha@gmail.com>
Reviewed and pushed to drm-misc-next.
Thanks,
Christian.
> ---
> v2: removed fixes tag
> ---
> drivers/gpu/drm/Kconfig.debug | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/Kconfig.debug b/drivers/gpu/drm/Kconfig.debug
> index 05dc43c0b8c5..75c186f938b0 100644
> --- a/drivers/gpu/drm/Kconfig.debug
> +++ b/drivers/gpu/drm/Kconfig.debug
> @@ -86,7 +86,6 @@ config DRM_KUNIT_TEST
>
> config DRM_TTM_KUNIT_TEST
> tristate "KUnit tests for TTM" if !KUNIT_ALL_TESTS
> - default n
> depends on DRM && KUNIT && MMU && (UML || COMPILE_TEST)
> select DRM_TTM
> select DRM_BUDDY
> --
> 2.51.2
>
next prev parent reply other threads:[~2026-03-24 16:04 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-03-23 12:41 [PATCH v2] drm: fix dead default for DRM_TTM_KUNIT_TEST Julian Braha
2026-03-24 16:04 ` Christian König [this message]
2026-03-24 21:52 ` Claude review: " Claude Code Review Bot
2026-03-24 21:52 ` Claude Code Review Bot
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=23ad27a7-5086-4a03-8a1d-e7b7dbbfd825@amd.com \
--to=christian.koenig@amd.com \
--cc=airlied@gmail.com \
--cc=dri-devel@lists.freedesktop.org \
--cc=julianbraha@gmail.com \
--cc=karolina.stolarek@intel.com \
--cc=linux-kernel@vger.kernel.org \
--cc=maarten.lankhorst@linux.intel.com \
--cc=mripard@kernel.org \
--cc=simona@ffwll.ch \
--cc=tzimmermann@suse.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox