From: John Hubbard <jhubbard@nvidia.com>
To: Alexandre Courbot <acourbot@nvidia.com>,
Danilo Krummrich <dakr@kernel.org>
Cc: Cheng-Yang Chou <yphbchou0911@gmail.com>,
aliceryhl@google.com, chia7712@gmail.com,
dri-devel@lists.freedesktop.org, gary@garyguo.net,
jserv@ccns.ncku.edu.tw, linux-kernel@vger.kernel.org,
nouveau@lists.freedesktop.org, simona@ffwll.ch
Subject: Re: [PATCH v3 2/2] gpu: nova-drm: rename nova to nova-drm
Date: Wed, 18 Mar 2026 11:10:26 -0700 [thread overview]
Message-ID: <85a4d164-f2f0-423c-be66-fb1a6aacbb01@nvidia.com> (raw)
In-Reply-To: <DH5HZM2YNL83.3C1BPIJQMIU7A@nvidia.com>
On 3/17/26 5:56 PM, Alexandre Courbot wrote:
> On Wed Mar 18, 2026 at 12:34 AM JST, Danilo Krummrich wrote:
>> On Tue Mar 17, 2026 at 4:22 PM CET, Alexandre Courbot wrote:
>>> On Tue Mar 17, 2026 at 10:53 PM JST, Danilo Krummrich wrote:
>>>> On Tue Mar 17, 2026 at 2:20 PM CET, Alexandre Courbot wrote:
>>>>> On Tue Mar 17, 2026 at 6:23 PM JST, Cheng-Yang Chou wrote:
....
>>>>> That `drm/nova-drm` reads a bit awkwardly to me and feels unnecessary.
>>>>> Even `tegra-drm` is in `drm/tegra`.
>>>>
>>>> Well, that's why I named it "nova" in the first place, but I don't want
>>>> KBUILD_MODNAME to diverge from the directory name and I also don't want the
>>>> driver name to diverge from KBUILD_MODNAME.
>>>
>>> What is the rationale for that? I like consistency too, but also think
>>> it is not particularly difficult to figure out that "nova-drm" resides
>>> in "drm/nova".
>>
>> It is consistency. But why are we discussing this, what is the concern being
>> consistent here?
>
> I just find the repetition of "drm" unnecessary. That's not a big deal
> though and I can definitely live with it.
As I mentioned in an earlier version of this patchset, things such as
lsmod(1) do not show the source code directory of one's kernel module.
$ lsmod|grep nova
nova 16384 0
nova_core 253952 0
And of course, lsmod(1) is not the only case where this comes up: few
people know the source directory paths! Nor should they. But this
means that in many situations, we are left with an initial report
that only includes the module's basename.
We would like some hint about what "nova" means, especially
given the presence of nova_core.
So it turns out that a little redundancy, and even saying something
more than once, is helpful in this particular case. :)
thanks,
--
John Hubbard
next prev parent reply other threads:[~2026-03-18 18:10 UTC|newest]
Thread overview: 32+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-03-16 12:08 [PATCH v2 0/2] gpu: nova: rename drivers and directory to use kebab-case convention Cheng-Yang Chou
2026-03-16 12:08 ` [PATCH v2 1/2] gpu: nova: rename drivers " Cheng-Yang Chou
2026-03-16 12:08 ` Cheng-Yang Chou
2026-03-16 14:02 ` Gary Guo
2026-03-16 14:02 ` Gary Guo
2026-03-17 5:21 ` John Hubbard
2026-03-17 5:21 ` John Hubbard
2026-03-17 16:06 ` Danilo Krummrich
2026-03-17 16:06 ` Danilo Krummrich
2026-05-06 15:20 ` Danilo Krummrich
2026-05-06 15:20 ` Danilo Krummrich
2026-05-06 16:47 ` Cheng-Yang Chou
2026-05-06 16:47 ` Cheng-Yang Chou
2026-05-06 16:49 ` Danilo Krummrich
2026-05-06 16:49 ` Danilo Krummrich
2026-03-16 12:08 ` [PATCH v2 2/2] gpu: nova-drm: rename nova/ directory to nova-drm/ Cheng-Yang Chou
2026-03-17 5:23 ` John Hubbard
2026-03-17 9:23 ` [PATCH v3 2/2] gpu: nova-drm: rename nova to nova-drm Cheng-Yang Chou
2026-03-17 9:23 ` Cheng-Yang Chou
2026-03-17 13:20 ` Alexandre Courbot
2026-03-17 13:20 ` Alexandre Courbot
2026-03-17 13:31 ` Martin Roukala
2026-03-17 13:53 ` Danilo Krummrich
2026-03-17 13:53 ` Danilo Krummrich
2026-03-17 15:22 ` Alexandre Courbot
2026-03-17 15:22 ` Alexandre Courbot
2026-03-17 15:34 ` Danilo Krummrich
2026-03-17 15:34 ` Danilo Krummrich
2026-03-18 0:56 ` Alexandre Courbot
2026-03-18 0:56 ` Alexandre Courbot
2026-03-18 18:10 ` John Hubbard [this message]
-- strict thread matches above, loose matches on Subject: below --
2026-05-07 18:49 [PATCH v3 0/2] gpu: nova, nova-core: rename drivers and directory to follow kebab-case Cheng-Yang Chou
2026-05-07 18:49 ` [PATCH v3 2/2] gpu: nova-drm: Rename nova to nova-drm Cheng-Yang Chou
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=85a4d164-f2f0-423c-be66-fb1a6aacbb01@nvidia.com \
--to=jhubbard@nvidia.com \
--cc=acourbot@nvidia.com \
--cc=aliceryhl@google.com \
--cc=chia7712@gmail.com \
--cc=dakr@kernel.org \
--cc=dri-devel@lists.freedesktop.org \
--cc=gary@garyguo.net \
--cc=jserv@ccns.ncku.edu.tw \
--cc=linux-kernel@vger.kernel.org \
--cc=nouveau@lists.freedesktop.org \
--cc=simona@ffwll.ch \
--cc=yphbchou0911@gmail.com \
/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.