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 64737223338; Wed, 9 Jul 2025 20:21:03 +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=1752092463; cv=none; b=BoCGo716k4o2CWPL76tGta50X/ljcUuEuDjOMo+zm+lJkEdEK/drjMLrrjUcpSTr8O2U2+ouJ3W5WKNXWgaoQ8PlRoGa0QaoB1emaacj5hNNoXwqT5xsV0DS9yn8KkWOLnc3bwpgaD1ZXJNcg1Q6aLVUQAwt+NRJl5pf6df5NXc= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1752092463; c=relaxed/simple; bh=quTcM77+JwIDAwk/mszow6YJfzgDAsI1Ebx3aEw25ho=; h=Mime-Version:Content-Type:Date:Message-Id:Cc:Subject:From:To: References:In-Reply-To; b=b5ANWgDUt8mCQ61AMcdasf7enVQC6qrlP3K45h/Aq1uKGgcX3faR9ROuWkYvFlB13AGIe0GeVAXkAl0M1RehjlNCyzK+KBHbzesH6bozKQSL/mSjl59qBF0w6mGO7dQxLmLKA7GfqsGFevVhN4UDf3IwFhq5IiG0HV94BF4i37Q= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=bChUWIyZ; 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="bChUWIyZ" 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== Precedence: bulk X-Mailing-List: netdev@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: 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> 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