Re: [PATCH] rust: module: remove deprecated author key

2025-06-10 Thread Benno Lossin
On Tue Jun 10, 2025 at 2:37 PM CEST, Guilherme Giacomo Simoes wrote: > Miguel Ojeda wrotes: >> On Tue, Jun 10, 2025 at 12:12 PM Benno Lossin wrote: >> > >> > Hmm, I guess a checkpatch lint fits better then? >> >> Yeah, that would work. >> >> Probably for the C side too -- from a quick grep I do

Re: [PATCH] rust: module: remove deprecated author key

2025-06-10 Thread Benno Lossin
On Tue Jun 10, 2025 at 12:03 PM CEST, Miguel Ojeda wrote: > On Tue, Jun 10, 2025 at 10:58 AM Benno Lossin wrote: >> >> 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 a

Re: [PATCH] rust: module: remove deprecated author key

2025-06-10 Thread Greg KH
On Mon, Jun 09, 2025 at 07:47:55PM +0200, Danilo Krummrich wrote: > On 09.06.2025 19:39, Miguel Ojeda wrote: > > On Mon, Jun 9, 2025 at 2:22 PM Guilherme Giacomo Simoes > > wrote: > >> > >> Now that all in-tree modules have migrated to `authors`, remove: > > > > Nit: I would have said "most modul

Re: [PATCH] rust: module: remove deprecated author key

2025-06-10 Thread Benno Lossin
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 +1

Re: [PATCH] rust: module: remove deprecated author key

2025-06-10 Thread Benno Lossin
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

Re: [PATCH] rust: module: remove deprecated author key

2025-06-10 Thread Andreas Hindborg
"Guilherme Giacomo Simoes" writes: > 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`, rem

Re: [PATCH] rust: module: remove deprecated author key

2025-06-09 Thread Viresh Kumar
On 09-06-25, 09:22, 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 t

Re: [PATCH] rust: module: remove deprecated author key

2025-06-09 Thread Danilo Krummrich
On 09.06.2025 19:39, Miguel Ojeda wrote: > On Mon, Jun 9, 2025 at 2:22 PM Guilherme Giacomo Simoes > wrote: >> >> Now that all in-tree modules have migrated to `authors`, remove: > > Nit: I would have said "most modules", since we have new/remaining > ones (no need for a new version for this). >