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 B4BBAF436B5 for ; Fri, 17 Apr 2026 14:59:11 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 1918510E2C5; Fri, 17 Apr 2026 14:59:11 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.b="gC8VDLKC"; 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 5435110E2C5 for ; Fri, 17 Apr 2026 14:59:09 +0000 (UTC) Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by sea.source.kernel.org (Postfix) with ESMTP id CE7A644007; Fri, 17 Apr 2026 14:59:08 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 09B2AC19425; Fri, 17 Apr 2026 14:59:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1776437948; bh=jEI6+xx49hEv/4C8YdVfp0QhsA+wg2iHesx7rFPUQns=; h=Date:Subject:Cc:To:From:References:In-Reply-To:From; b=gC8VDLKCp7mzvnwChzSMA8GaOnvXzWYl6iaWBVNIQmMlf5AtLL76enCpsg1CI8u3p FZIroQwFfa8+gycJu9QWF43LGrPztV7kLzYIz2sGRvdJyI1aeDNQ6YInutx8+gp48b Te92qo6iAPqjduymFd/Sad1z+w9Hn9FNAWrvNHVPhicGhbFUNAJO+EQIkuSatFUwKY pME3UgqkOo3ucmL8YZ2IMS3QHk9LiyBAk5nquVjEOVKAiavfqadwugFZhLgftwwGsl G5Om7nlz5vddi5tqpSA/FW/E5hXdw0gJ/DiEkMT16IWsQEbSGGB3YnhMHzenD870a5 CTdx4VbmHKQKA== Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=UTF-8 Date: Fri, 17 Apr 2026 16:59:02 +0200 Message-Id: Subject: Re: [PATCH v2 0/3] rust: add `bitfield!` macro Cc: "Mark Brown" , "John Hubbard" , "Alexandre Courbot" , "Joel Fernandes" , "Yury Norov" , "Miguel Ojeda" , "Boqun Feng" , "Gary Guo" , =?utf-8?q?Bj=C3=B6rn_Roy_Baron?= , "Benno Lossin" , "Andreas Hindborg" , "Alice Ryhl" , "Trevor Gross" , "Daniel Almeida" , "David Airlie" , "Simona Vetter" , "Alistair Popple" , "Timur Tabi" , "Zhi Wang" , "Eliot Courtney" , , , , To: "Miguel Ojeda" From: "Danilo Krummrich" References: <20260409-bitfield-v2-0-23ac400071cb@nvidia.com> <798e83e6-eb7b-4502-85e7-5a0f6d9c6281@nvidia.com> In-Reply-To: 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 Fri Apr 17, 2026 at 2:21 PM CEST, Miguel Ojeda wrote: > On Fri, Apr 17, 2026 at 2:00=E2=80=AFPM Danilo Krummrich wrote: >> >> This all builds on the assumption that we don't have a process in place = that >> covers this. > > It builds on what happens today. From what I saw, Mark merges > `drm-rust-next`, which is why I mentioned it, i.e. to help prevent > something unexpected around `linux-next`. We're not running the new process yet, so the current state isn't relevant.= The for-linux-next handling will be in place before anything changes for Mark.