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 9EE8830FC32; Tue, 23 Dec 2025 11:51:52 +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=1766490712; cv=none; b=SgOTRd7tuWXc+sdOx4KMLYmGZkT4vVBVJWhAq/ZBrPdSFrZsG1MAhakvf3H2UUxa5Z1/3PmsabRPHMH36R2cdAmH9FpToeU/nYhpDhgMzf8GbjMsJLLX4DA6LdFHuSMqht0ux5I2YgffqFOavY2AfrUrutVNNwq070ZLTpBXX20= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1766490712; c=relaxed/simple; bh=9c54YY9A7fGSiQz1lBbQ3+lG4ROy8cLRKijs0mc7nRg=; h=Mime-Version:Content-Type:Date:Message-Id:Subject:Cc:To:From: References:In-Reply-To; b=kSGuCRnV7Sswemqpz4RjNOWLpvv8no+nC20ePowuPVAwrX6IlxVApKKuVUhrGOtjbQSmmGNNtmffJN3d8XmtgBN7Mqq2jnG3eiiVjog3CzVCkvUgy1y4zfcWF2jYtqI81rLctQEE6Vx/ypcCBq2loR1aMHSgHwqdj1dEi0N8aLc= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=vCdYhugs; 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="vCdYhugs" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 98972C113D0; Tue, 23 Dec 2025 11:51:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1766490712; bh=9c54YY9A7fGSiQz1lBbQ3+lG4ROy8cLRKijs0mc7nRg=; h=Date:Subject:Cc:To:From:References:In-Reply-To:From; b=vCdYhugsA51y3Xv3I5SsRmT40oMcTlg73frEpLNzvad/5rNy6Lcjmz2FV0LP6Hbnd DiDlS4q3U0P5sV8F2BFUtN9WIfynjQ/4J4nQtFPJOgdyD4lapPSBIXuX0hs2d03BSP Tr9R5OlRl+Cz+8BVQ4o4FeWWuVEsfDrjUouGexSun2Shp4++LnVxVYJ1WvLyYH8NcK cD1j/uvxpUv6WmqWPxHEfw13gLwP+W3kEpWWUgQzCUbp3yU8Q3nc4P6FjsJLQdCKrJ /U9C5mJ3DTYW27Zmc0FDH2p9X9IMEp+NtntB5fspwji7OSRY+gM1NsDP4GT+i2gQQ6 Us1LiryAihrgA== Precedence: bulk X-Mailing-List: rust-for-linux@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: Tue, 23 Dec 2025 12:51:46 +0100 Message-Id: Subject: Re: [PATCH] rust: drm: replace `kernel::c_str!` with C-Strings Cc: "Daniel Almeida" , "Alice Ryhl" , "Maarten Lankhorst" , "Maxime Ripard" , "Thomas Zimmermann" , "David Airlie" , "Simona Vetter" , "Miguel Ojeda" , "Boqun Feng" , "Gary Guo" , =?utf-8?q?Bj=C3=B6rn_Roy_Baron?= , "Benno Lossin" , "Andreas Hindborg" , "Trevor Gross" , , , To: "Tamir Duberstein" From: "Danilo Krummrich" References: <20251222-cstr-tyr-v1-1-d88ff1a54ae9@gmail.com> <8ED64170-53CC-4D03-BAC3-682ACF273ADF@collabora.com> In-Reply-To: On Tue Dec 23, 2025 at 8:48 AM CET, Tamir Duberstein wrote: > @Danilo is the overlap between the entries intended? Yes, the overlap is intended. In DRM we have a common tree for Rust infrastructure and Rust drivers. Therefore one entry refects the maintainer= s of the driver, the other entry reflects the maintainers of the tree the driver patches flow through. In terms of scripts/get_maintainer.pl not picking up the TYR entry, but onl= y the DRM RUST entry, I had a quick look and found a typo in the entry which does prevent scripts/get_maintainer.pl to pick it up. I will send a fix for this. -- diff --git a/MAINTAINERS b/MAINTAINERS index 5b11839cba9d..fe1e8da6c2bb 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -2158,7 +2158,7 @@ M: Alice Ryhl L: dri-devel@lists.freedesktop.org S: Supported W: https://rust-for-linux.com/tyr-gpu-driver -W https://drm.pages.freedesktop.org/maintainer-tools/drm-rust.html +W: https://drm.pages.freedesktop.org/maintainer-tools/drm-rust.html B: https://gitlab.freedesktop.org/panfrost/linux/-/issues T: git https://gitlab.freedesktop.org/drm/rust/kernel.git F: Documentation/devicetree/bindings/gpu/arm,mali-valhall-csf.yaml