From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 326653209; Fri, 11 Jul 2025 12:44:20 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1752237861; cv=none; b=fFjwmTz/952O8NvuXl177kLxm2V5Q26DHniGBmW5lBHi6ynZ8Su4Xnp/7/ny8UPjDarp5KO+SUrZ0kKNfZrY5oy0f1JgMe3CBnUX7f0kIfpSw4m17pMc4ErfyIB2b6Glcti5S1pArXQYLXcQtbRQayoqK1BafNAemGrbWHfWcEo= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1752237861; c=relaxed/simple; bh=teZJaqxYI5b4Zi5Q3t/5mosyvGb3FX+DYiKRW0d6N6s=; h=Mime-Version:Content-Type:Date:Message-Id:Cc:Subject:From:To: References:In-Reply-To; b=boeNj87B25QnNn94n0ufDiJHOZ5laYoBd+TLCRqnLoasFuVNdOdFmYv/BDybyucAL0huboW6HmfJ7HtrDRNk60kMCevbm0yjOQyM2F8NzQFsfDcneOl3u3UkFHDYomKDBMWYSAvAq2fQ9qKckSdYeqV6adDRKHQObx6Y64eSH+g= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=IJDmPs2c; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="IJDmPs2c" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 244B9C4CEED; Fri, 11 Jul 2025 12:44:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1752237860; bh=teZJaqxYI5b4Zi5Q3t/5mosyvGb3FX+DYiKRW0d6N6s=; h=Date:Cc:Subject:From:To:References:In-Reply-To:From; b=IJDmPs2c3NbqO3wxva11UXJLk9zZYU+B2fZtvtfwnFwoEOyxy64podMGkXpF4Srr3 3GctEfA87rhazleam3+lU8Q7ILT1r5aaQAIGUeaQMKwml83rX69qG61ch5ThQyXrfr gPjD9Nb7q3B3sHaOfG16wjiXJpZwHmHh4BnSbqysc8Xl91V0iLPjwhf5mZ4Ii3AJr3 ALKh/mpgnKqGHTLc+6he887VpV6qrxjkJe0D57+XI880GRuTPANwid4VbJbkUPpjyl umhId6gP+TabFKBnQ2H8FvO2WONWNIJtxCD87joyUgyy0ukGUP/qAUsGwkTBOM2wb6 qUYmv0wyaRYhQ== Precedence: bulk X-Mailing-List: linux-block@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=UTF-8 Date: Fri, 11 Jul 2025 14:44:09 +0200 Message-Id: Cc: , , , , , , , , , , Subject: Re: [PATCH 00/17] rust: replace `kernel::c_str!` with C-Strings From: "Benno Lossin" To: "Tamir Duberstein" , "Rafael J. Wysocki" , "Viresh Kumar" , "Miguel Ojeda" , "Alex Gaynor" , "Boqun Feng" , "Gary Guo" , =?utf-8?q?Bj=C3=B6rn_Roy_Baron?= , "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" , =?utf-8?q?Krzysztof_Wilczy=C5=84ski?= , "Arnd Bergmann" , "Brendan Higgins" , "David Gow" , "Rae Moar" , "Jens Axboe" X-Mailer: aerc 0.20.1 References: <20250710-core-cstr-cstrings-v1-0-027420ea799e@gmail.com> In-Reply-To: <20250710-core-cstr-cstrings-v1-0-027420ea799e@gmail.com> On Thu Jul 10, 2025 at 5:31 PM CEST, 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). > > Link https://lore.kernel.org/all/20250710-cstr-core-v14-0-ca7e0ca82c82@g= mail.com/ [0] > Link: https://lore.kernel.org/all/20250709-core-cstr-fanout-1-v1-0-64308e= 7203fc@gmail.com/ [1] > Link: https://lore.kernel.org/all/20250709-core-cstr-fanout-1-v1-0-fd793b= 3e58a2@gmail.com/ [2] > Link: https://lore.kernel.org/all/20250704-core-cstr-prepare-v1-0-a915240= 37783@gmail.com/ [3] > Link: https://lore.kernel.org/all/20250704-cstr-include-aux-v1-1-e1a404ae= 92ac@gmail.com/ [4] > > Signed-off-by: Tamir Duberstein > --- > Tamir Duberstein (17): > drivers: net: replace `kernel::c_str!` with C-Strings > gpu: nova-core: replace `kernel::c_str!` with C-Strings > rust: auxiliary: replace `kernel::c_str!` with C-Strings > rust: clk: replace `kernel::c_str!` with C-Strings > rust: configfs: replace `kernel::c_str!` with C-Strings > rust: cpufreq: replace `kernel::c_str!` with C-Strings > rust: device: replace `kernel::c_str!` with C-Strings > rust: firmware: replace `kernel::c_str!` with C-Strings > rust: kunit: replace `kernel::c_str!` with C-Strings > rust: macros: replace `kernel::c_str!` with C-Strings > rust: miscdevice: replace `kernel::c_str!` with C-Strings > rust: net: replace `kernel::c_str!` with C-Strings > rust: pci: replace `kernel::c_str!` with C-Strings > rust: platform: replace `kernel::c_str!` with C-Strings > rust: seq_file: replace `kernel::c_str!` with C-Strings > rust: str: replace `kernel::c_str!` with C-Strings > rust: sync: replace `kernel::c_str!` with C-Strings > > drivers/block/rnull.rs | 2 +- > drivers/cpufreq/rcpufreq_dt.rs | 5 ++--- > drivers/gpu/drm/nova/driver.rs | 10 +++++----- > drivers/gpu/nova-core/driver.rs | 6 +++--- > drivers/net/phy/ax88796b_rust.rs | 7 +++---- > drivers/net/phy/qt2025.rs | 5 ++--- > rust/kernel/clk.rs | 6 ++---- > rust/kernel/configfs.rs | 5 ++--- > rust/kernel/cpufreq.rs | 3 +-- > rust/kernel/device.rs | 4 +--- > rust/kernel/firmware.rs | 6 +++--- > rust/kernel/kunit.rs | 11 ++++------- > rust/kernel/net/phy.rs | 6 ++---- > rust/kernel/platform.rs | 4 ++-- > rust/kernel/seq_file.rs | 4 ++-- > rust/kernel/str.rs | 5 ++--- > rust/kernel/sync.rs | 5 ++--- > rust/kernel/sync/completion.rs | 2 +- > rust/kernel/workqueue.rs | 8 ++++---- > rust/macros/kunit.rs | 10 +++++----- > rust/macros/module.rs | 2 +- > samples/rust/rust_configfs.rs | 5 ++--- > samples/rust/rust_driver_auxiliary.rs | 4 ++-- > samples/rust/rust_driver_faux.rs | 4 ++-- > samples/rust/rust_driver_pci.rs | 4 ++-- > samples/rust/rust_driver_platform.rs | 4 ++-- > samples/rust/rust_misc_device.rs | 3 +-- > scripts/rustdoc_test_gen.rs | 4 ++-- > 28 files changed, 63 insertions(+), 81 deletions(-) For the entire series: Reviewed-by: Benno Lossin --- Cheers, Benno