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 52EB9C5AC67 for ; Thu, 6 Aug 2026 21:10:35 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id AE40310F2D9; Thu, 6 Aug 2026 21:10:34 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.b="F6aIvd/u"; 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 2687910F2D9 for ; Thu, 6 Aug 2026 21:10:33 +0000 (UTC) Received: from smtp.kernel.org (quasi.space.kernel.org [100.103.45.18]) by sea.source.kernel.org (Postfix) with ESMTP id DFA8040AB7; Thu, 6 Aug 2026 21:10:32 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 866DC1F00A3D; Thu, 6 Aug 2026 21:10:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1786050632; bh=aPit3AqpEpHocssBZXpj0d77/btUoL4yO0l85om5cAU=; h=Date:From:Subject:Cc:To:References:In-Reply-To; b=F6aIvd/ubPJ7QRzrJzn/D3Iz2bvGeVvI7TmdLFbkG5MTBebhHoI/97wUWaL1BK8KC ofWlS24sEpLfP2UiTt3jhDK9zC6U8RmipSTzPYSskAWlfx/ub+tNT2rAIfOTRm3kC6 JIYaoWBJPenL7szmPlD5Us/if/r3bHqrNLfMy2fqoyliGqo1vFXI2BnNrqnBdHHqxS UULWdYVTcstKgThZ0jj3jg47Nh0kMj9PkPaxlklVDBDA3OXp4CaSbF9qKccMJqbPtk oJxqbjqfP0eExdWw0Fqt+HmG68d/NYo8cs9uP+Gtp5LUE0vav3d8DuRp4UkC0NDyle AxmMvUdux0sOA== Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=UTF-8 Date: Thu, 06 Aug 2026 23:10:27 +0200 Message-Id: From: "Danilo Krummrich" Subject: Re: [PATCH v2 0/2] rust: add functions and traits for lossless integer conversions Cc: "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" , "Tamir Duberstein" , =?utf-8?q?Onur_=C3=96zkan?= , "David Airlie" , "Simona Vetter" , "John Hubbard" , "Alistair Popple" , "Timur Tabi" , "Eliot Courtney" , "Zhi Wang" , , , , To: "Alexandre Courbot" References: <20260806-as_casts-v2-0-cb76a4d3a6ef@nvidia.com> In-Reply-To: <20260806-as_casts-v2-0-cb76a4d3a6ef@nvidia.com> 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 Thu Aug 6, 2026 at 9:35 AM CEST, Alexandre Courbot wrote: > Alexandre Courbot (2): > rust: add functions and traits for lossless integer conversions > gpu: nova-core: use kernel lossless integer conversion module Reviewed-by: Danilo Krummrich