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 495F717B418; Sat, 1 Nov 2025 15:52:14 +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=1762012335; cv=none; b=UxZ8MBxJxf9+Kc76S9KJ7O5PVSLRi+9YeOfNyt5dXdXBXp8+T2044TTgVTmziP3JqtrqnKyXQLQwhjXwjrKOm+Hyg8udbawJNAalEYERBrGHW5tg59COphlKcCYJjRj0WqWGVq/HWJOk8UKaHy0mbsZksTPKO4BMc4LLsM4ba6Q= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1762012335; c=relaxed/simple; bh=mXqd0l7ECSTvxHPGvSpLFI1tOa5Alav9itpNsJAdNHc=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=Z2WgM80M5ublOQqtlYsaz/DCyqgD4uIJXqvD16wzWJK7p/yYusojehE18F9WMIb+KoModE+8FmPOmYYoZCuj0dagJQzR4v798Q5kVlpfxCk92AgEZ9RrM4t23RxC1Qs4wfB0M37Ixn6eHwC2vgaPRrKY7voPysCADSSt1CLvWTc= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=h4BV0M0n; 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="h4BV0M0n" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 11298C4CEF1; Sat, 1 Nov 2025 15:52:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1762012334; bh=mXqd0l7ECSTvxHPGvSpLFI1tOa5Alav9itpNsJAdNHc=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=h4BV0M0n10LDbuwAwZsWXONtt3jXlW7BvPyFY18806Q71OGK6KJdHJhMYp8TeM4JI kRDTXBnsZ7Aeu2iCaFEQvA3HZMSpD1ytCXi37KzRFjHxX03uAvdaPr5E+8Uq5GnIBF H9dMAhkKfIaUrdRdpU1l71e1g4HBJyfr+oi7ofIaJoi3EhXC3UXSwmb0l0WVAWoEZg IMLL/6samBqAOf3QB54sehaxeHlrCIbWbxC24Bq0H/y5FW8Jq3JGMd07IlTY1c7w40 PextemOi/n+htkbZo8QX4dcZJo//pz5uPDGJwSaXciIjJw9GMkydbwfMViE4I1tcws LAD+m7cA6oXRA== Message-ID: <65a7bf26-6661-42dd-aa9f-dd1076a866a8@kernel.org> Date: Sat, 1 Nov 2025 16:52:09 +0100 Precedence: bulk X-Mailing-List: rust-for-linux@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH RESEND] rust: enable slice_flatten feature and abstract it through an extension trait To: Alexandre Courbot , Miguel Ojeda Cc: Boqun Feng , Gary Guo , =?UTF-8?Q?Bj=C3=B6rn_Roy_Baron?= , Benno Lossin , Andreas Hindborg , Alice Ryhl , Trevor Gross , Nathan Chancellor , Nicolas Schier , linux-kernel@vger.kernel.org, rust-for-linux@vger.kernel.org, linux-kbuild@vger.kernel.org References: <20251101-b4-as-flattened-v1-1-860f2ebeedfd@nvidia.com> From: Danilo Krummrich Content-Language: en-US In-Reply-To: <20251101-b4-as-flattened-v1-1-860f2ebeedfd@nvidia.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit On 11/1/25 2:31 PM, Alexandre Courbot wrote: > Since the Nova GSP boot series makes use of this, I hope to eventually > merge it alongside the series, through the DRM tree. If Miguel agrees, it's fine for me to take it through the drm-rust tree. Acked-by: Danilo Krummrich