[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <DAIQ7MZ4BJN8.3QO6IHT7OPWFS@kernel.org>
Date: Tue, 10 Jun 2025 10:56:00 +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:
> Commit 38559da6afb2 ("rust: module: introduce `authors` key") introduced
> a new `authors` key to support multiple module authors, while keeping
> the old `author` key for backward compatibility.
>
> Now that all in-tree modules have migrated to `authors`, remove:
> 1. The deprecated `author` key support from the module macro
> 2. Legacy `author` entries from remaining modules
>
> Signed-off-by: Guilherme Giacomo Simoes <trintaeoitogc@...il.com>
> ---
> drivers/cpufreq/rcpufreq_dt.rs | 2 +-
> drivers/gpu/drm/nova/nova.rs | 2 +-
> drivers/gpu/nova-core/nova_core.rs | 2 +-
> rust/kernel/firmware.rs | 2 +-
> rust/macros/module.rs | 6 ------
> samples/rust/rust_configfs.rs | 2 +-
> samples/rust/rust_driver_auxiliary.rs | 2 +-
> 7 files changed, 6 insertions(+), 12 deletions(-)
Reviewed-by: Benno Lossin <lossin@...nel.org>
---
Cheers,
Benno
Powered by blists - more mailing lists