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 534E7CCD183 for ; Thu, 16 Oct 2025 21:19:36 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id A0C9510EA96; Thu, 16 Oct 2025 21:19:35 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.b="nki/ULUq"; 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 D51FB10EA96; Thu, 16 Oct 2025 21:19:34 +0000 (UTC) Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by sea.source.kernel.org (Postfix) with ESMTP id 95F76418D6; Thu, 16 Oct 2025 21:19:34 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 5463EC4CEF1; Thu, 16 Oct 2025 21:19:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1760649574; bh=tLht0hogKAd9moeHeSio4bb2QbKG78zvDKNBY8e6Beo=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=nki/ULUqCLt0HVz0H2BEsvB08XnDngifRrqfMIme7ex6WmWEZFW/+PNYok88Ye1gk 5NkZym2m9SvUva0L9vOd3k24C/OrFF5ArJXswfzpqive3b1e6TBqC7xi+BpAPcBjth byES0LmjEvfGbSdV0K6MbJTkGWbZJqoCiF3HAwMoKhDIPsNgayYLGxZRhDg2nGtqGi 1DB/Oox6qsSFGDFDyvLAP86L4wi5LOcBQLe4SSwCBP9ZCjIcGmmjFsMPayp1GWxg8y Rxd2xN5GUFocpj2VjzV3n9k3pn7OKq1frxrABPcAQcMk4l/H+7F6XETeaT48Oi81KQ rZeNKKHUmRNdw== Message-ID: <0eedf2b9-2e80-421a-9356-d5ba8e49a147@kernel.org> Date: Thu, 16 Oct 2025 23:19:29 +0200 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH 1/2] nova-core: Solve mentions of `CoherentAllocation` improvements [COHA] To: Daniel del Castillo Cc: Alexandre Courbot , David Airlie , Simona Vetter , Miguel Ojeda , Alex Gaynor , nouveau@lists.freedesktop.org, dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org, Boqun Feng , Gary Guo , =?UTF-8?Q?Bj=C3=B6rn_Roy_Baron?= , Benno Lossin , Andreas Hindborg , Alice Ryhl , Trevor Gross , rust-for-linux@vger.kernel.org References: <20251015194936.121586-1-delcastillodelarosadaniel@gmail.com> <409f2f03-2bc2-4cb8-9ca7-4e30f82077ff@kernel.org> <21944b18-ac36-4acd-9d36-cc05579acc0d@gmail.com> From: Danilo Krummrich Content-Language: en-US In-Reply-To: <21944b18-ac36-4acd-9d36-cc05579acc0d@gmail.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit 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 10/16/25 11:13 PM, Daniel del Castillo wrote: > Sorry, I thought it was okay as they were part of the same task. Will do. No worries, no need to apologize -- thanks for your contribution! > Thanks for the other comments as well, I'll apply them and send a new > version soon.