Re: [PATCH] rust: module: remove deprecated author key
From: Miguel Ojeda
Date: Mon Jun 23 2025 - 19:13:48 EST
On Mon, Jun 9, 2025 at 2:22 PM Guilherme Giacomo Simoes
<trintaeoitogc@xxxxxxxxx> 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@xxxxxxxxx>
Applied to `rust-next` -- thanks everyone!
[ Reworded slightly. - Miguel ]
I don't see any new/missing ones in -next, so this should be clean. Let's see...
Cheers,
Miguel