* Re: [PATCH v2 06/19] rust: cpufreq: replace `kernel::c_str!` with C-Strings
[not found] ` <20250813-core-cstr-cstrings-v2-6-00be80fc541b@gmail.com>
@ 2025-08-14 4:15 ` Viresh Kumar
0 siblings, 0 replies; 4+ messages in thread
From: Viresh Kumar @ 2025-08-14 4:15 UTC (permalink / raw)
To: Tamir Duberstein
Cc: Rafael J. Wysocki, Miguel Ojeda, Alex Gaynor, Boqun Feng,
Gary Guo, Björn Roy Baron, Benno Lossin, Andreas Hindborg,
Alice Ryhl, Trevor Gross, Danilo Krummrich, Maarten Lankhorst,
Maxime Ripard, Thomas Zimmermann, David Airlie, Simona Vetter,
FUJITA Tomonori, Andrew Lunn, Heiner Kallweit, Russell King,
David S. Miller, Eric Dumazet, Jakub Kicinski, Paolo Abeni,
Michael Turquette, Stephen Boyd, Breno Leitao, Greg Kroah-Hartman,
Luis Chamberlain, Russ Weight, Dave Ertman, Ira Weiny,
Leon Romanovsky, Bjorn Helgaas, Krzysztof Wilczyński,
Arnd Bergmann, Brendan Higgins, David Gow, Rae Moar, Jens Axboe,
Alexandre Courbot, Alexander Viro, Christian Brauner, Jan Kara,
Liam Girdwood, Mark Brown, linux-pm, linux-kernel, rust-for-linux,
nouveau, dri-devel, netdev, linux-clk, linux-pci, linux-kselftest,
kunit-dev, linux-block, linux-fsdevel
On 13-08-25, 11:59, Tamir Duberstein wrote:
> C-String literals were added in Rust 1.77. Replace instances of
> `kernel::c_str!` with C-String literals where possible.
>
> Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
> Reviewed-by: Alice Ryhl <aliceryhl@google.com>
> Reviewed-by: Benno Lossin <lossin@kernel.org>
> Signed-off-by: Tamir Duberstein <tamird@gmail.com>
> ---
> drivers/cpufreq/rcpufreq_dt.rs | 5 ++---
> rust/kernel/cpufreq.rs | 3 +--
> 2 files changed, 3 insertions(+), 5 deletions(-)
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
--
viresh
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH v2 04/19] rust: clk: replace `kernel::c_str!` with C-Strings
[not found] ` <20250813-core-cstr-cstrings-v2-4-00be80fc541b@gmail.com>
@ 2025-08-14 4:15 ` Viresh Kumar
0 siblings, 0 replies; 4+ messages in thread
From: Viresh Kumar @ 2025-08-14 4:15 UTC (permalink / raw)
To: Tamir Duberstein
Cc: Rafael J. Wysocki, Miguel Ojeda, Alex Gaynor, Boqun Feng,
Gary Guo, Björn Roy Baron, Benno Lossin, Andreas Hindborg,
Alice Ryhl, Trevor Gross, Danilo Krummrich, Maarten Lankhorst,
Maxime Ripard, Thomas Zimmermann, David Airlie, Simona Vetter,
FUJITA Tomonori, Andrew Lunn, Heiner Kallweit, Russell King,
David S. Miller, Eric Dumazet, Jakub Kicinski, Paolo Abeni,
Michael Turquette, Stephen Boyd, Breno Leitao, Greg Kroah-Hartman,
Luis Chamberlain, Russ Weight, Dave Ertman, Ira Weiny,
Leon Romanovsky, Bjorn Helgaas, Krzysztof Wilczyński,
Arnd Bergmann, Brendan Higgins, David Gow, Rae Moar, Jens Axboe,
Alexandre Courbot, Alexander Viro, Christian Brauner, Jan Kara,
Liam Girdwood, Mark Brown, linux-pm, linux-kernel, rust-for-linux,
nouveau, dri-devel, netdev, linux-clk, linux-pci, linux-kselftest,
kunit-dev, linux-block, linux-fsdevel
On 13-08-25, 11:59, Tamir Duberstein wrote:
> C-String literals were added in Rust 1.77. Replace instances of
> `kernel::c_str!` with C-String literals where possible.
>
> Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
> Reviewed-by: Alice Ryhl <aliceryhl@google.com>
> Reviewed-by: Benno Lossin <lossin@kernel.org>
> Signed-off-by: Tamir Duberstein <tamird@gmail.com>
> Acked-by: Stephen Boyd <sboyd@kernel.org>
> ---
> rust/kernel/clk.rs | 6 ++----
> 1 file changed, 2 insertions(+), 4 deletions(-)
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
--
viresh
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH v2 00/19] rust: replace `kernel::c_str!` with C-Strings
[not found] ` <34d384af-6123-4602-bde0-85ca3d14fe09@sirena.org.uk>
@ 2025-08-14 8:24 ` Alice Ryhl
0 siblings, 0 replies; 4+ messages in thread
From: Alice Ryhl @ 2025-08-14 8:24 UTC (permalink / raw)
To: Mark Brown
Cc: Tamir Duberstein, Rafael J. Wysocki, Viresh Kumar, Miguel Ojeda,
Alex Gaynor, Boqun Feng, Gary Guo, Björn Roy Baron,
Benno Lossin, Andreas Hindborg, Trevor Gross, Danilo Krummrich,
Maarten Lankhorst, Maxime Ripard, Thomas Zimmermann, David Airlie,
Simona Vetter, FUJITA Tomonori, Andrew Lunn, Heiner Kallweit,
Russell King, David S. Miller, Eric Dumazet, Jakub Kicinski,
Paolo Abeni, Michael Turquette, Stephen Boyd, Breno Leitao,
Greg Kroah-Hartman, Luis Chamberlain, Russ Weight, Dave Ertman,
Ira Weiny, Leon Romanovsky, Bjorn Helgaas,
Krzysztof Wilczyński, Arnd Bergmann, Brendan Higgins,
David Gow, Rae Moar, Jens Axboe, Alexandre Courbot,
Alexander Viro, Christian Brauner, Jan Kara, Liam Girdwood,
linux-pm, linux-kernel, rust-for-linux, nouveau, dri-devel,
netdev, linux-clk, linux-pci, linux-kselftest, kunit-dev,
linux-block, linux-fsdevel
On Wed, Aug 13, 2025 at 09:11:51PM +0100, Mark Brown wrote:
> On Wed, Aug 13, 2025 at 11:59:10AM -0400, Tamir Duberstein wrote:
> > This series depends on step 3[0] which depends on steps 2a[1] and 2b[2]
> > which both depend on step 1[3].
> >
> > This series also has a minor merge conflict with a small change[4] that
> > was taken through driver-core-testing. This series is marked as
> > depending on that change; as such it contains the post-conflict patch.
> >
> > Subsystem maintainers: I would appreciate your `Acked-by`s so that this
> > can be taken through Miguel's tree (where the previous series must go).
>
> Something seems to have gone wrong with your posting, both my mail
> server and the mail archives stop at patch 15. If it were just rate
> limiting or greylisting I'd have expected things to have sorted
> themselves out by now for one or the other.
Tamir mentioned to me that he ran into a daily limit on the number of
emails he could send.
Alice
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH v2 02/19] gpu: nova-core: replace `kernel::c_str!` with C-Strings
[not found] ` <20250813-core-cstr-cstrings-v2-2-00be80fc541b@gmail.com>
@ 2025-08-15 11:11 ` Alexandre Courbot
0 siblings, 0 replies; 4+ messages in thread
From: Alexandre Courbot @ 2025-08-15 11:11 UTC (permalink / raw)
To: Tamir Duberstein, Rafael J. Wysocki, Viresh Kumar, Miguel Ojeda,
Alex Gaynor, Boqun Feng, Gary Guo, Björn Roy Baron,
Benno Lossin, Andreas Hindborg, Alice Ryhl, Trevor Gross,
Danilo Krummrich, Maarten Lankhorst, Maxime Ripard,
Thomas Zimmermann, David Airlie, Simona Vetter, FUJITA Tomonori,
Andrew Lunn, Heiner Kallweit, Russell King, David S. Miller,
Eric Dumazet, Jakub Kicinski, Paolo Abeni, Michael Turquette,
Stephen Boyd, Breno Leitao, Greg Kroah-Hartman, Luis Chamberlain,
Russ Weight, Dave Ertman, Ira Weiny, Leon Romanovsky,
Bjorn Helgaas, Krzysztof Wilczyński, Arnd Bergmann,
Brendan Higgins, David Gow, Rae Moar, Jens Axboe, Alexander Viro,
Christian Brauner, Jan Kara, Liam Girdwood, Mark Brown
Cc: linux-pm, linux-kernel, rust-for-linux, nouveau, dri-devel,
netdev, linux-clk, linux-pci, linux-kselftest, kunit-dev,
linux-block, linux-fsdevel
On Thu Aug 14, 2025 at 12:59 AM JST, Tamir Duberstein wrote:
> C-String literals were added in Rust 1.77. Replace instances of
> `kernel::c_str!` with C-String literals where possible.
>
> Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
> Reviewed-by: Alice Ryhl <aliceryhl@google.com>
> Reviewed-by: Benno Lossin <lossin@kernel.org>
> Acked-by: Danilo Krummrich <dakr@kernel.org>
> Signed-off-by: Tamir Duberstein <tamird@gmail.com>
Reviewed-by: Alexandre Courbot <acourbot@nvidia.com>
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2025-08-15 11:11 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20250813-core-cstr-cstrings-v2-0-00be80fc541b@gmail.com>
[not found] ` <20250813-core-cstr-cstrings-v2-6-00be80fc541b@gmail.com>
2025-08-14 4:15 ` [PATCH v2 06/19] rust: cpufreq: replace `kernel::c_str!` with C-Strings Viresh Kumar
[not found] ` <20250813-core-cstr-cstrings-v2-4-00be80fc541b@gmail.com>
2025-08-14 4:15 ` [PATCH v2 04/19] rust: clk: " Viresh Kumar
[not found] ` <34d384af-6123-4602-bde0-85ca3d14fe09@sirena.org.uk>
2025-08-14 8:24 ` [PATCH v2 00/19] rust: " Alice Ryhl
[not found] ` <20250813-core-cstr-cstrings-v2-2-00be80fc541b@gmail.com>
2025-08-15 11:11 ` [PATCH v2 02/19] gpu: nova-core: " Alexandre Courbot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).