From: Paul Kocialkowski <paulk@sys-base.io>
To: Janne Grunau <j@jannau.net>
Cc: Randy Dunlap <rdunlap@infradead.org>,
Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
Andy Shevchenko <andy.shevchenko@gmail.com>,
Arnd Bergmann <arnd@arndb.de>,
andrew.jones@linux.dev, linux-omap@vger.kernel.org,
openbmc@lists.ozlabs.org, linux-sound@vger.kernel.org,
Alexander Shishkin <alexander.shishkin@linux.intel.com>,
linux-mips@vger.kernel.org, asahi@lists.linux.dev,
"dri-devel@lists.freedesktop.org"
<dri-devel@lists.freedesktop.org>,
chrome-platform@lists.linux.dev,
Paul Cercueil <paul@crapouillou.net>,
linux-stm32@st-md-mailman.stormreply.com,
Linux ARM <linux-arm-kernel@lists.infradead.org>,
linux-gpio@vger.kernel.org,
Srinivas Kandagatla <srini@kernel.org>,
Philipp Zabel <p.zabel@pengutronix.de>,
Matti Vaittinen <mazziesaccount@gmail.com>,
Jonathan Cameron <jic23@kernel.org>,
Vaibhav Hiremath <hvaibhav.linux@gmail.com>,
linux-sh@vger.kernel.org, x86@kernel.org,
Max Filippov <jcmvbkbc@gmail.com>
Subject: Re: Kconfig dangling references (BZ 216748)
Date: Wed, 10 Dec 2025 23:09:33 +0100 [thread overview]
Message-ID: <aTnvnaRuJ5lF4dVv@collins> (raw)
In-Reply-To: <20251208200555.GA333481@robin.jannau.net>
[-- Attachment #1: Type: text/plain, Size: 1888 bytes --]
Hi Janne,
Le Mon 08 Dec 25, 21:05, Janne Grunau a écrit :
> On Mon, Dec 08, 2025 at 07:13:50PM +0100, Paul Kocialkowski wrote:
> > Hi Randy,
> >
> > On Sun 07 Dec 25, 18:04, Randy Dunlap wrote:
> > > from https://bugzilla.kernel.org/show_bug.cgi?id=216748
> > >
> > > The bugzilla entry includes a Perl script and a shell script.
> > > This is the edited result of running them (I removed some entries that were noise).
> >
> > [...]
> >
> > > DRM_KMS_DMA_HELPER ---
> > > drivers/gpu/drm/adp/Kconfig:9: select DRM_KMS_DMA_HELPER
> > > drivers/gpu/drm/logicvc/Kconfig:7: select DRM_KMS_DMA_HELPER
> >
> > For these two, the symbol was removed in commit
> > 09717af7d13d63df141ae6e71686289989d17efd
>
> That commit removed DRM_KMS_CMA_HELPER. Later commit 6bcfe8eaeef0
> ("drm/fb: rename FB CMA helpers to FB DMA helpers") renamed
> DRM_KMS_CMA_HELPER erroneously to DRM_KMS_DMA_HELPER.
>
> > but these two drivers either were
> > missed by the batch rename or were introduced a bit later.
>
> In the case of drivers/gpu/drm/adp/Kconfig it was missed much later
> during review (but iirc went through the same rename out of tree).
>
> > Since the symbol selected DRM_GEM_CMA_HELPER (which is still needed by the
> > drivers), it should be replaced with DRM_GEM_CMA_HELPER.
>
> That symbol doesn't exist anymore either. It's now DRM_GEM_DMA_HELPER
> which is already present in both files.
Thanks for the details! It seems that I was looking at an older tree.
> So the "select DRM_KMS_DMA_HELPER" lines can be removed from both files.
Good, then I'll craft a patch removing these two lines.
All the best,
Paul
--
Paul Kocialkowski,
Independent contractor - sys-base - https://www.sys-base.io/
Free software developer - https://www.paulk.fr/
Expert in multimedia, graphics and embedded hardware support with Linux.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
next prev parent reply other threads:[~2025-12-10 22:10 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-12-08 2:04 Kconfig dangling references (BZ 216748) Randy Dunlap
2025-12-08 8:04 ` Matti Vaittinen
2025-12-08 8:55 ` Arnd Bergmann
2025-12-08 9:48 ` [Linux-stm32] " Antonio Borneo
2026-01-05 1:17 ` Randy Dunlap
2026-01-05 8:47 ` Antonio Borneo
2025-12-08 9:06 ` Takashi Iwai
2025-12-09 9:36 ` Richard Fitzgerald
2025-12-08 18:13 ` Paul Kocialkowski
2025-12-08 18:39 ` Randy Dunlap
2025-12-08 20:05 ` Janne Grunau
2025-12-10 22:09 ` Paul Kocialkowski [this message]
2025-12-08 22:20 ` Rob Landley
2025-12-09 10:45 ` John Paul Adrian Glaubitz
2025-12-10 13:06 ` Paul Cercueil
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=aTnvnaRuJ5lF4dVv@collins \
--to=paulk@sys-base.io \
--cc=alexander.shishkin@linux.intel.com \
--cc=andrew.jones@linux.dev \
--cc=andy.shevchenko@gmail.com \
--cc=arnd@arndb.de \
--cc=asahi@lists.linux.dev \
--cc=chrome-platform@lists.linux.dev \
--cc=dri-devel@lists.freedesktop.org \
--cc=hvaibhav.linux@gmail.com \
--cc=j@jannau.net \
--cc=jcmvbkbc@gmail.com \
--cc=jic23@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-gpio@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mips@vger.kernel.org \
--cc=linux-omap@vger.kernel.org \
--cc=linux-sh@vger.kernel.org \
--cc=linux-sound@vger.kernel.org \
--cc=linux-stm32@st-md-mailman.stormreply.com \
--cc=mazziesaccount@gmail.com \
--cc=openbmc@lists.ozlabs.org \
--cc=p.zabel@pengutronix.de \
--cc=paul@crapouillou.net \
--cc=rdunlap@infradead.org \
--cc=srini@kernel.org \
--cc=x86@kernel.org \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.