[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250213113420.5d2b7d97@eugeo>
Date: Thu, 13 Feb 2025 11:34:20 +0000
From: Gary Guo <gary@...yguo.net>
To: Guilherme Giacomo Simoes <trintaeoitogc@...il.com>
Cc: a.hindborg@...nel.org, alex.gaynor@...il.com, aliceryhl@...gle.com,
apw@...onical.com, arnd@...db.de, aswinunni01@...il.com, axboe@...nel.dk,
benno.lossin@...ton.me, bhelgaas@...gle.com, bjorn3_gh@...tonmail.com,
boqun.feng@...il.com, dakr@...nel.org, dwaipayanray1@...il.com,
ethan.twardy@...il.com, fujita.tomonori@...il.com,
gregkh@...uxfoundation.org, joe@...ches.com, lukas.bulwahn@...il.com,
ojeda@...nel.org, pbonzini@...hat.com, tmgross@...ch.edu,
walmeida@...rosoft.com, rust-for-linux@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH 2/3] rust: macros: change author field to array
On Wed, 12 Feb 2025 16:48:56 -0300
Guilherme Giacomo Simoes <trintaeoitogc@...il.com> wrote:
> The author field don't accept multiples authors. Since this is
> necessary, in commit 84703117fd98 ("rust: module: change author to be a
> array") was change the author field for accept a string array.
> In modules that use the author field, change its value to a string
> array.
Spelling out commit SHA doesn't work for patches because it will change
when applied.
Also, this patch needs to be the same commit as the one changing
macros, otherwise the tree won't compile when bisecting.
Best,
Gary
>
> Signed-off-by: Guilherme Giacomo Simoes <trintaeoitogc@...il.com>
> ---
> drivers/block/rnull.rs | 2 +-
> rust/kernel/net/phy.rs | 4 ++--
> rust/kernel/pci.rs | 2 +-
> rust/macros/lib.rs | 4 ++--
> samples/rust/rust_driver_pci.rs | 2 +-
> samples/rust/rust_minimal.rs | 2 +-
> samples/rust/rust_misc_device.rs | 2 +-
> samples/rust/rust_print_main.rs | 2 +-
> 8 files changed, 10 insertions(+), 10 deletions(-)
Powered by blists - more mailing lists