[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <DAIQ9342ZFYD.3VQVI80A18HKX@kernel.org>
Date: Tue, 10 Jun 2025 10:57:54 +0200
From: "Benno Lossin" <lossin@...nel.org>
To: "Guilherme Giacomo Simoes" <trintaeoitogc@...il.com>,
<rafael@...nel.org>, <viresh.kumar@...aro.org>, <dakr@...nel.org>,
<maarten.lankhorst@...ux.intel.com>, <mripard@...nel.org>,
<tzimmermann@...e.de>, <airlied@...il.com>, <simona@...ll.ch>,
<mcgrof@...nel.org>, <russ.weight@...ux.dev>, <ojeda@...nel.org>,
<alex.gaynor@...il.com>, <boqun.feng@...il.com>, <gary@...yguo.net>,
<bjorn3_gh@...tonmail.com>, <a.hindborg@...nel.org>,
<aliceryhl@...gle.com>, <tmgross@...ch.edu>, <leitao@...ian.org>,
<gregkh@...uxfoundation.org>, <david.m.ertman@...el.com>,
<ira.weiny@...el.com>, <leon@...nel.org>, <fujita.tomonori@...il.com>,
<tamird@...il.com>, <igor.korotin.linux@...il.com>,
<walmeida@...rosoft.com>, <anisse@...ier.eu>
Cc: <linux-pm@...r.kernel.org>, <linux-kernel@...r.kernel.org>,
<nouveau@...ts.freedesktop.org>, <dri-devel@...ts.freedesktop.org>,
<rust-for-linux@...r.kernel.org>
Subject: Re: [PATCH] rust: module: remove deprecated author key
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
Powered by blists - more mailing lists