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 1CF302C234F; Tue, 9 Sep 2025 09:14:35 +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=1757409276; cv=none; b=BR1Bug3LFDmmC2oCnqdDFBkxbAPhp8W2fJKIegkdvEyeSbo+zt5KpBb1QgMBrkitGv/YzUxg5Cc1N5D7nV2wKHdTw1ik+cWOdpQ4x5Xn5t9rAevuZDOS0wlnYSmrnDa2TzI7LP1LYIoWLUTmq6FAC628DU5929I89LSq9iaKGaw= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1757409276; c=relaxed/simple; bh=VQJWCICOhHbCkaUmxx5hpqb4ryuOMWY3hLJbYcGO+W8=; h=Mime-Version:Content-Type:Date:Message-Id:Subject:Cc:To:From: References:In-Reply-To; b=g2bKYZAsNCCwhQ3Czm5qU8ZbUSEO2XGueUjrKD9HKDyxSvd+6m0UvCwq6+jwlJIOcY1Zk13PFol2t8rleuKwSRnSUVHvd3tkwDgSSKup2AkoBeeiiwnIn8C70pPOKi7RYvYHur6mxcuOyinHeCp9EBdQctEBLBYHO50eCUhzjm0= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=W5jf9RFl; 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="W5jf9RFl" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 25F9DC4CEF7; Tue, 9 Sep 2025 09:14:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1757409275; bh=VQJWCICOhHbCkaUmxx5hpqb4ryuOMWY3hLJbYcGO+W8=; h=Date:Subject:Cc:To:From:References:In-Reply-To:From; b=W5jf9RFl5PZh8xzrNThdiHCskbj7mamuSL8moI1HITaNGI2YQGHjGeTVgPixQ6CLC TiHNk+53Y0FBCW0KMPmApMTxqo2xbmSTV81CgNwMPKBep8JGSDCQpDH+UerjYrcmF1 uhMV+SZkOyjN6FIIdw9ml/hsA6YiOIyBMg4s2m21RtKABWHtS/TZMQMCUBTdoWmdy+ 7kuaUcLNBV7n12k1Lt8ilyyCclQkYvllO8Uh8CAoTdFwcsomDhtHPxlCNTLMcM/NxL 7Sia8SSrpDVYRmJfuhq8qsKah2ZXJw13dRMLVoZPCfiy+93XLjxngFM62Ygf3JMTTt 7ZTgWcWofpADg== 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, 09 Sep 2025 11:14:31 +0200 Message-Id: Subject: Re: [PATCH v5 1/2] rust: add `Alignment` type Cc: "Alexandre Courbot" , "Miguel Ojeda" , "Alex Gaynor" , "Boqun Feng" , "Gary Guo" , =?utf-8?q?Bj=C3=B6rn_Roy_Baron?= , "Benno Lossin" , "Andreas Hindborg" , "Alice Ryhl" , "Trevor Gross" , , , To: "Miguel Ojeda" From: "Danilo Krummrich" References: <20250908-num-v5-0-c0f2f681ea96@nvidia.com> <20250908-num-v5-1-c0f2f681ea96@nvidia.com> In-Reply-To: On Tue Sep 9, 2025 at 9:21 AM CEST, Miguel Ojeda wrote: > On Tue, Sep 9, 2025 at 9:05=E2=80=AFAM Alexandre Courbot wrote: >> >> With -rc6 approaching, I don't think we will merge any Nova code taking >> advantage of this for this cycle, so please feel free to take this >> patch. We can then merge patch 2 through drm-rust after -rc1 is >> released. > > Sure, sounds good. I can also take patch 2 already as a user of this > if you prefer (ideally with an Acked-by). Yeah, this way around make much more sense, Acked-by: Danilo Krummrich