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: <DB7SXTRZ1VKL.VONQAEWAV9TX@kernel.org>
Date: Wed, 09 Jul 2025 22:20:54 +0200
From: "Benno Lossin" <lossin@...nel.org>
To: "Tamir Duberstein" <tamird@...il.com>, "Maarten Lankhorst"
 <maarten.lankhorst@...ux.intel.com>, "Maxime Ripard" <mripard@...nel.org>,
 "Thomas Zimmermann" <tzimmermann@...e.de>, "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>, "Danilo Krummrich" <dakr@...nel.org>,
 "Greg Kroah-Hartman" <gregkh@...uxfoundation.org>, "Dave Ertman"
 <david.m.ertman@...el.com>, "Ira Weiny" <ira.weiny@...el.com>, "Leon
 Romanovsky" <leon@...nel.org>, "Breno Leitao" <leitao@...ian.org>, "Rafael
 J. Wysocki" <rafael@...nel.org>, "Viresh Kumar" <viresh.kumar@...aro.org>,
 "Luis Chamberlain" <mcgrof@...nel.org>, "Russ Weight"
 <russ.weight@...ux.dev>, "Brendan Higgins" <brendan.higgins@...ux.dev>,
 "David Gow" <davidgow@...gle.com>, "Rae Moar" <rmoar@...gle.com>, "FUJITA
 Tomonori" <fujita.tomonori@...il.com>, "Rob Herring" <robh@...nel.org>,
 "Saravana Kannan" <saravanak@...gle.com>
Cc: <dri-devel@...ts.freedesktop.org>, <linux-kernel@...r.kernel.org>,
 <rust-for-linux@...r.kernel.org>, <linux-pm@...r.kernel.org>,
 <linux-kselftest@...r.kernel.org>, <kunit-dev@...glegroups.com>,
 <netdev@...r.kernel.org>, <devicetree@...r.kernel.org>
Subject: Re: [PATCH 00/10] rust: use `core::ffi::CStr` method names

On Wed Jul 9, 2025 at 9:58 PM CEST, Tamir Duberstein wrote:
> This is series 2b/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 (10):
>       gpu: nova-core: use `core::ffi::CStr` method names
>       rust: auxiliary: use `core::ffi::CStr` method names
>       rust: configfs: use `core::ffi::CStr` method names
>       rust: cpufreq: use `core::ffi::CStr` method names
>       rust: drm: use `core::ffi::CStr` method names
>       rust: firmware: use `core::ffi::CStr` method names
>       rust: kunit: use `core::ffi::CStr` method names
>       rust: miscdevice: use `core::ffi::CStr` method names
>       rust: net: use `core::ffi::CStr` method names
>       rust: of: use `core::ffi::CStr` method names
>
>  drivers/gpu/drm/drm_panic_qr.rs | 2 +-
>  rust/kernel/auxiliary.rs        | 4 ++--
>  rust/kernel/configfs.rs         | 4 ++--
>  rust/kernel/cpufreq.rs          | 2 +-
>  rust/kernel/drm/device.rs       | 4 ++--
>  rust/kernel/firmware.rs         | 2 +-
>  rust/kernel/kunit.rs            | 6 +++---
>  rust/kernel/miscdevice.rs       | 2 +-
>  rust/kernel/net/phy.rs          | 2 +-
>  rust/kernel/of.rs               | 2 +-
>  samples/rust/rust_configfs.rs   | 2 +-
>  11 files changed, 16 insertions(+), 16 deletions(-)

For the entire series:

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

Thanks a lot for splitting it up into these tiny pieces!

---
Cheers,
Benno

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ