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 8B32023A6; Mon, 14 Jul 2025 11:13: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=1752491600; cv=none; b=AUo8I00PDXH01HC3/u26zroi4xabGLTf6W3WDHGr99KJcwOiexav9GCOdqDHijtuswJgU+w2Oe/00M5i81SaXgo/S2Oa880kQKyJxe2FNPAWYfL3tV2g67TQQMX+HuMhrz5QrZYzpVjgR6jneuJ9Oq/XPNt67cvOEmDtlj+QLHw= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1752491600; c=relaxed/simple; bh=erXsUtawprD4isU/yr+4FpL23DS53LPqT5KOgC9aMBI=; h=Mime-Version:Content-Type:Date:Message-Id:Subject:Cc:To:From: References:In-Reply-To; b=WpBLCy9jZ34RDbtnj9Ior9ZN3Q/n/zM5kBEs4crDGvGrKyOUbwhDOuqyKHhpUtRUtiK4bOF9VtIOf4TjObyJw4i6ek2b837OPC/d0jNLM5VtlSSEybM0I2FFUCLUyKmY8rIxiel/+pCtbpxhQ6rJz72Gw92KSALbzIHPkkHWehU= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=P75fHWWY; 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="P75fHWWY" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 9A55DC4CEED; Mon, 14 Jul 2025 11:13:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1752491600; bh=erXsUtawprD4isU/yr+4FpL23DS53LPqT5KOgC9aMBI=; h=Date:Subject:Cc:To:From:References:In-Reply-To:From; b=P75fHWWYABMV3U8XfDElCZaNAwkTMXz0CUXsj+tGp2w0xg3NBv5EotE+dHh/Fy9tc 36zFXLoeEWhNWMAhGC9MDsuxbT64Iptyy18gOFP90vni0AOUBbD9CwR/3Qe+R+xrEM LvokLjInAYml/9bR1oriH/cpDD6D2HY5RsAOuOu/qshHZaiiylpYysGHIwHIQ/ure9 V3i1tQmfAbBvnEMQlilJhFVcX6md+PHxg7Wn3GHsOBOOLMrlYRKizP4e2MGqCIDNOm aIcqzlLjqgHNbOuCZlBi2BPusV6o53fRX5aF510pSFMmd/6aiHF8Ti/odViDgx5zmA 180DDCBfB6lRw== Precedence: bulk X-Mailing-List: devicetree@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: Mon, 14 Jul 2025 13:13:09 +0200 Message-Id: Subject: Re: [PATCH 00/10] rust: use `core::ffi::CStr` method names Cc: "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?= , "Benno Lossin" , "Andreas Hindborg" , "Alice Ryhl" , "Trevor Gross" , "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" , , , , , , , , To: "Tamir Duberstein" From: "Danilo Krummrich" 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. For auxiliary, firmware and drm, Acked-by: Danilo Krummrich