From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id CA209C83F14 for ; Wed, 9 Jul 2025 20:21:06 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 4A1D610E84E; Wed, 9 Jul 2025 20:21:06 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.b="bChUWIyZ"; dkim-atps=neutral Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by gabe.freedesktop.org (Postfix) with ESMTPS id 154BA10E84E for ; Wed, 9 Jul 2025 20:21:05 +0000 (UTC) Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by dfw.source.kernel.org (Postfix) with ESMTP id 3FAA05C6137; Wed, 9 Jul 2025 20:21:03 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id E11FEC4CEEF; Wed, 9 Jul 2025 20:20:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1752092462; bh=quTcM77+JwIDAwk/mszow6YJfzgDAsI1Ebx3aEw25ho=; h=Date:Cc:Subject:From:To:References:In-Reply-To:From; b=bChUWIyZAu8N9v9iqcGEu+8pPx7QPo/j7e1LSNTHfMCR1ybTS2EfBKpaX0Xe9qljU jzJCfu4BGEGgzvoeS3AXrq/n6oCJwewWKx9LHwtZBbN3JfQ7Y/f3ECH+6b23epdgzw /hT6TLrb8CWQjBayEVsq/8lTsN77CseuGy/SAYgycxdoKjD4iOhkBaDlsJBQffmyfb T/b3pq0pL1wMggdFEYxPUB+VVWMYWsD8OXQ74ZYGCWq179+lyUCBycizDOTvaJvzFM 5gT7xA1RNXVyX0UQ54FTSnDQ3xci+jrqgG7USlBxP6VumKhnpFIEUypJ8FQqpJhk0m VibIefCIzfJhQ== Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=UTF-8 Date: Wed, 09 Jul 2025 22:20:54 +0200 Message-Id: Cc: , , , , , , , Subject: Re: [PATCH 00/10] rust: use `core::ffi::CStr` method names From: "Benno Lossin" To: "Tamir Duberstein" , "Maarten Lankhorst" , "Maxime Ripard" , "Thomas Zimmermann" , "David Airlie" , "Simona Vetter" , "Miguel Ojeda" , "Alex Gaynor" , "Boqun Feng" , "Gary Guo" , =?utf-8?q?Bj=C3=B6rn_Roy_Baron?= , "Andreas Hindborg" , "Alice Ryhl" , "Trevor Gross" , "Danilo Krummrich" , "Greg Kroah-Hartman" , "Dave Ertman" , "Ira Weiny" , "Leon Romanovsky" , "Breno Leitao" , "Rafael J. Wysocki" , "Viresh Kumar" , "Luis Chamberlain" , "Russ Weight" , "Brendan Higgins" , "David Gow" , "Rae Moar" , "FUJITA Tomonori" , "Rob Herring" , "Saravana Kannan" X-Mailer: aerc 0.20.1 References: <20250709-core-cstr-fanout-1-v1-0-fd793b3e58a2@gmail.com> In-Reply-To: <20250709-core-cstr-fanout-1-v1-0-fd793b3e58a2@gmail.com> X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" 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@gmail.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-a91524037= 783@gmail.com/ > > Signed-off-by: Tamir Duberstein > --- > 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 Thanks a lot for splitting it up into these tiny pieces! --- Cheers, Benno