lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <DB9XMV1NE9F5.20SGV690NJ9DY@kernel.org>
Date: Sat, 12 Jul 2025 10:27:00 +0200
From: "Benno Lossin" <lossin@...nel.org>
To: "Tamir Duberstein" <tamird@...il.com>, "Danilo Krummrich"
 <dakr@...nel.org>, "David Airlie" <airlied@...il.com>, "Simona Vetter"
 <simona@...ll.ch>, "Miguel Ojeda" <ojeda@...nel.org>, "Alex Gaynor"
 <alex.gaynor@...il.com>, "Boqun Feng" <boqun.feng@...il.com>, "Gary Guo"
 <gary@...yguo.net>, Björn Roy Baron
 <bjorn3_gh@...tonmail.com>, "Andreas Hindborg" <a.hindborg@...nel.org>,
 "Alice Ryhl" <aliceryhl@...gle.com>, "Trevor Gross" <tmgross@...ch.edu>,
 "Jens Axboe" <axboe@...nel.dk>, "Greg Kroah-Hartman"
 <gregkh@...uxfoundation.org>, "Rafael J. Wysocki" <rafael@...nel.org>,
 "Brendan Higgins" <brendan.higgins@...ux.dev>, "David Gow"
 <davidgow@...gle.com>, "Rae Moar" <rmoar@...gle.com>
Cc: <nouveau@...ts.freedesktop.org>, <dri-devel@...ts.freedesktop.org>,
 <linux-kernel@...r.kernel.org>, <rust-for-linux@...r.kernel.org>,
 <linux-block@...r.kernel.org>, <linux-kselftest@...r.kernel.org>,
 <kunit-dev@...glegroups.com>
Subject: Re: [PATCH 0/9] rust: use `kernel::{fmt,prelude::fmt!}`

On Wed Jul 9, 2025 at 9:59 PM CEST, Tamir Duberstein wrote:
> This is series 2a/5 of the migration to `core::ffi::CStr`[0].
> 20250704-core-cstr-prepare-v1-0-a91524037783@...il.com.
>
> This series depends on the prior series[0] and is intended to go through
> the rust tree to reduce the number of release cycles required to
> complete the work.
>
> Subsystem maintainers: I would appreciate your `Acked-by`s so that this
> can be taken through Miguel's tree (where the other series must go).
>
> [0] https://lore.kernel.org/all/20250704-core-cstr-prepare-v1-0-a91524037783@gmail.com/
>
> Signed-off-by: Tamir Duberstein <tamird@...il.com>
> ---
> Tamir Duberstein (9):
>       gpu: nova-core: use `kernel::{fmt,prelude::fmt!}`
>       rust: alloc: use `kernel::{fmt,prelude::fmt!}`
>       rust: block: use `kernel::{fmt,prelude::fmt!}`
>       rust: device: use `kernel::{fmt,prelude::fmt!}`
>       rust: file: use `kernel::{fmt,prelude::fmt!}`
>       rust: kunit: use `kernel::{fmt,prelude::fmt!}`
>       rust: pin-init: use `kernel::{fmt,prelude::fmt!}`
>       rust: seq_file: use `kernel::{fmt,prelude::fmt!}`
>       rust: sync: use `kernel::{fmt,prelude::fmt!}`
>
>  drivers/block/rnull.rs               | 2 +-
>  drivers/gpu/nova-core/gpu.rs         | 3 +--
>  drivers/gpu/nova-core/regs/macros.rs | 6 +++---
>  rust/kernel/alloc/kbox.rs            | 2 +-
>  rust/kernel/alloc/kvec.rs            | 2 +-
>  rust/kernel/alloc/kvec/errors.rs     | 2 +-
>  rust/kernel/block/mq.rs              | 2 +-
>  rust/kernel/block/mq/gen_disk.rs     | 2 +-
>  rust/kernel/block/mq/raw_writer.rs   | 3 +--
>  rust/kernel/device.rs                | 6 +++---
>  rust/kernel/fs/file.rs               | 5 +++--
>  rust/kernel/init.rs                  | 4 ++--
>  rust/kernel/kunit.rs                 | 8 ++++----
>  rust/kernel/seq_file.rs              | 6 +++---
>  rust/kernel/sync/arc.rs              | 3 +--
>  scripts/rustdoc_test_gen.rs          | 2 +-
>  16 files changed, 28 insertions(+), 30 deletions(-)

For the entire series:

Reviewed-by: Benno Lossin <lossin@...nel.org>

---
Cheers,
Benno

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ