From: "Benno Lossin" <lossin@kernel.org>
To: "Guilherme Giacomo Simoes" <trintaeoitogc@gmail.com>,
<rafael@kernel.org>, <viresh.kumar@linaro.org>, <dakr@kernel.org>,
<maarten.lankhorst@linux.intel.com>, <mripard@kernel.org>,
<tzimmermann@suse.de>, <airlied@gmail.com>, <simona@ffwll.ch>,
<mcgrof@kernel.org>, <russ.weight@linux.dev>, <ojeda@kernel.org>,
<alex.gaynor@gmail.com>, <boqun.feng@gmail.com>,
<gary@garyguo.net>, <bjorn3_gh@protonmail.com>,
<a.hindborg@kernel.org>, <aliceryhl@google.com>,
<tmgross@umich.edu>, <leitao@debian.org>,
<gregkh@linuxfoundation.org>, <david.m.ertman@intel.com>,
<ira.weiny@intel.com>, <leon@kernel.org>,
<fujita.tomonori@gmail.com>, <tamird@gmail.com>,
<igor.korotin.linux@gmail.com>, <walmeida@microsoft.com>,
<anisse@astier.eu>
Cc: <linux-pm@vger.kernel.org>, <linux-kernel@vger.kernel.org>,
<nouveau@lists.freedesktop.org>,
<dri-devel@lists.freedesktop.org>,
<rust-for-linux@vger.kernel.org>
Subject: Re: [PATCH] rust: module: remove deprecated author key
Date: Tue, 10 Jun 2025 10:57:54 +0200 [thread overview]
Message-ID: <DAIQ9342ZFYD.3VQVI80A18HKX@kernel.org> (raw)
In-Reply-To: <20250609122200.179307-1-trintaeoitogc@gmail.com>
On Mon Jun 9, 2025 at 2:22 PM CEST, Guilherme Giacomo Simoes wrote:
> diff --git a/drivers/gpu/nova-core/nova_core.rs b/drivers/gpu/nova-core/nova_core.rs
> index 618632f0abcc..f405d7a99c28 100644
> --- a/drivers/gpu/nova-core/nova_core.rs
> +++ b/drivers/gpu/nova-core/nova_core.rs
> @@ -13,7 +13,7 @@
> kernel::module_pci_driver! {
> type: driver::NovaCore,
> name: "NovaCore",
> - author: "Danilo Krummrich",
> + authors: ["Danilo Krummrich"],
Unrelated to this change, I think we should add email addresses to
people in authors. Possibly enforce it by scanning each author element
and checking if there is an email address.
> description: "Nova Core GPU driver",
> license: "GPL v2",
> firmware: [],
> diff --git a/rust/kernel/firmware.rs b/rust/kernel/firmware.rs
> index 2494c96e105f..ed2fc20cba9b 100644
> --- a/rust/kernel/firmware.rs
> +++ b/rust/kernel/firmware.rs
> @@ -181,7 +181,7 @@ unsafe impl Sync for Firmware {}
> /// module! {
> /// type: MyModule,
> /// name: "module_firmware_test",
> -/// author: "Rust for Linux",
> +/// authors: ["Rust for Linux"],
We would need to special case "Rust for Linux Developers" or something
similar. But in several cases -- such as this one, we should just name
the actual authors.
What do you guys think?
---
Cheers,
Benno
next prev parent reply other threads:[~2025-06-10 8:58 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <4pEkPxIXoND4Ndog7RjFo36DrUhFW-OT8Z6Y21aYvhfqE0rgUEmYEGn2PStTYOsOfpXv0R8aWmboCdc0m8uZfA==@protonmail.internalid>
2025-06-09 12:22 ` [PATCH] rust: module: remove deprecated author key Guilherme Giacomo Simoes
2025-06-09 17:39 ` Miguel Ojeda
2025-06-09 17:47 ` Danilo Krummrich
2025-06-10 10:02 ` Greg KH
2025-06-10 0:57 ` Viresh Kumar
2025-06-10 8:24 ` Andreas Hindborg
2025-06-10 8:56 ` Benno Lossin
2025-06-10 8:57 ` Benno Lossin [this message]
2025-06-10 10:03 ` Miguel Ojeda
2025-06-10 10:09 ` Miguel Ojeda
2025-06-10 10:12 ` Benno Lossin
2025-06-10 10:16 ` Miguel Ojeda
2025-06-10 12:37 ` Guilherme Giacomo Simoes
2025-06-10 12:46 ` Miguel Ojeda
2025-06-10 12:55 ` Benno Lossin
2025-06-23 23:13 ` Miguel Ojeda
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=DAIQ9342ZFYD.3VQVI80A18HKX@kernel.org \
--to=lossin@kernel.org \
--cc=a.hindborg@kernel.org \
--cc=airlied@gmail.com \
--cc=alex.gaynor@gmail.com \
--cc=aliceryhl@google.com \
--cc=anisse@astier.eu \
--cc=bjorn3_gh@protonmail.com \
--cc=boqun.feng@gmail.com \
--cc=dakr@kernel.org \
--cc=david.m.ertman@intel.com \
--cc=dri-devel@lists.freedesktop.org \
--cc=fujita.tomonori@gmail.com \
--cc=gary@garyguo.net \
--cc=gregkh@linuxfoundation.org \
--cc=igor.korotin.linux@gmail.com \
--cc=ira.weiny@intel.com \
--cc=leitao@debian.org \
--cc=leon@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-pm@vger.kernel.org \
--cc=maarten.lankhorst@linux.intel.com \
--cc=mcgrof@kernel.org \
--cc=mripard@kernel.org \
--cc=nouveau@lists.freedesktop.org \
--cc=ojeda@kernel.org \
--cc=rafael@kernel.org \
--cc=russ.weight@linux.dev \
--cc=rust-for-linux@vger.kernel.org \
--cc=simona@ffwll.ch \
--cc=tamird@gmail.com \
--cc=tmgross@umich.edu \
--cc=trintaeoitogc@gmail.com \
--cc=tzimmermann@suse.de \
--cc=viresh.kumar@linaro.org \
--cc=walmeida@microsoft.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox