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 A7FF8E9E2FC for ; Wed, 11 Feb 2026 12:32:32 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 0EA028914B; Wed, 11 Feb 2026 12:32:32 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.b="UyjNWZHV"; 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 4D5B48914B for ; Wed, 11 Feb 2026 12:32:31 +0000 (UTC) Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by sea.source.kernel.org (Postfix) with ESMTP id B31D444411; Wed, 11 Feb 2026 12:32:30 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id CE2AAC19421; Wed, 11 Feb 2026 12:32:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1770813150; bh=45hvgsjd20dG13SZJx1xNNTWjt2+41qUKeuB63ppTMg=; h=Date:Subject:Cc:To:From:References:In-Reply-To:From; b=UyjNWZHVyDkWoJc/nle5HmmWqqMzusulrTP9FRU5Oeh7/utD67EwrobO/E9JtmOFf xG8Rl6+oj4ZPj7bj6uxVkWwfYpQjOFzXNUnkDPQzWDIg/7e7bj1UT+zdYg94+WwEKk OFK7I9NIQx1IMqMT/oNGA8hB0PxEqWvAyD9q9HaRwQgsx6zy0dXaQeTBwDuBVhmnqZ WBPKgNmDn+H9mXWuobXrxfqvWqBeV52vkDaPQm4w61GVLfMDq+aOVdppF4QAxDyxLW HpFlQZTfnICx33fIwHzagMaTHgtGKm2LOcD0fJn5HolNekBsZyLhUsW2AYzWomtTOC iMJMjyX+E+sNA== Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=UTF-8 Date: Wed, 11 Feb 2026 13:32:26 +0100 Message-Id: Subject: Re: [RFC PATCH 3/4] rust/drm: Add DRM Jobqueue Cc: "Philipp Stanner" , , "David Airlie" , "Simona Vetter" , "Alice Ryhl" , "Gary Guo" , "Benno Lossin" , =?utf-8?q?Christian_K=C3=B6nig?= , "Daniel Almeida" , "Joel Fernandes" , , , To: "Boris Brezillon" From: "Danilo Krummrich" References: <20260203081403.68733-2-phasta@kernel.org> <20260203081403.68733-5-phasta@kernel.org> <20260210155750.5cdbe6cc@fedora> <8ea48ce49f2c7b6fd715dd54c24e755e8ac3262c.camel@mailbox.org> <20260211120742.0e9e7122@fedora> <20260211131015.7bf38cf9@fedora> In-Reply-To: <20260211131015.7bf38cf9@fedora> 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 Feb 11, 2026 at 1:10 PM CET, Boris Brezillon wrote: > On Wed, 11 Feb 2026 12:19:04 +0100 > "Danilo Krummrich" wrote: > >> On Wed Feb 11, 2026 at 12:07 PM CET, Boris Brezillon wrote: >> > I try to avoid using concepts the language I rely on is not friendly >> > with. =20 >>=20 >> It's not really a language limitation. For instance, you can implement l= ists the >> exact same way as they can be implemented in C. It's more that a memory = safe >> list implementation is quite tricky in general. > > That's what I mean by trickier to use, they are because of rust safety. Yeah, we agree on this. What I don't agree with is the "avoid using concept= s" part, because it came across in an unconditional way. > And again, that's not a case for saying "nah, rust is not a good fit, it > can't do easy-to-use-lists", but rather a good opportunity to think > twice about the containers we want to use. I think I never implied that you were saying anything along the lines of "r= ust is not a good fit" in any way. No idea where this comes from. :)