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 8ADB5C83F1A for ; Mon, 14 Jul 2025 11:16:45 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 356F510E00E; Mon, 14 Jul 2025 11:16:43 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.b="qPrC0iuc"; dkim-atps=neutral Received: from sea.source.kernel.org (sea.source.kernel.org [172.234.252.31]) by gabe.freedesktop.org (Postfix) with ESMTPS id 3895710E00E; Mon, 14 Jul 2025 11:16:42 +0000 (UTC) Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by sea.source.kernel.org (Postfix) with ESMTP id 08C7844CE7; Mon, 14 Jul 2025 11:16:42 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 5252BC4CEF7; Mon, 14 Jul 2025 11:16:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1752491801; bh=0L97nO7zHcOuVigYKy/frMxIIrUYEkgLI3SYihpOnUY=; h=Date:From:Subject:Cc:To:References:In-Reply-To:From; b=qPrC0iucYyymvL8G6yL+KJpjF2tnzLtMlhXYjdvtqJjXXlsGI11SJMAukM/aHPXUF YOirxKN+/rWLrHxOYc2VJgFvoU1bKIRVvgOItZZZt5S3EW4U7h5HneZUG4b8uPGXGN hKt1vH0moCffu/BBHCYHMoUrG+0n8wK4ssm6EDLbfRjLqPFm9mWkgHNIg5IrYLJPh5 mgi2f023qBhIJf+YS+/FB8ZXMAG5ZqA65wErzAk4/ikT9zJi5DIEJIT/PW5EL4CpTz V1U+5mgSmOhtwmKuGX6UBQD5tLUwKGMgZHkWgOA7gyl/Wztk/DBxQUy7qiYrz/QygS KZpCqhjS8yRfg== Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=UTF-8 Date: Mon, 14 Jul 2025 13:16:35 +0200 Message-Id: From: "Danilo Krummrich" Subject: Re: [PATCH 0/9] rust: use `kernel::{fmt,prelude::fmt!}` Cc: "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" , "Jens Axboe" , "Greg Kroah-Hartman" , "Rafael J. Wysocki" , "Brendan Higgins" , "David Gow" , "Rae Moar" , , , , , , , To: "Tamir Duberstein" References: <20250709-core-cstr-fanout-1-v1-0-64308e7203fc@gmail.com> In-Reply-To: <20250709-core-cstr-fanout-1-v1-0-64308e7203fc@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:59 PM CEST, Tamir Duberstein wrote: > This is series 2a/5 of the migration to `core::ffi::CStr`[0]. > 20250704-core-cstr-prepare-v1-0-a91524037783@gmail.com. For nova-core, alloc and device, Acked-by: Danilo Krummrich