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 7DC3A2BEFED; Tue, 21 Oct 2025 13:51:40 +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=1761054700; cv=none; b=dSsZkwuPry03FtKgnpeU5rcjKx4JXYAd/NxBYcV3WpW832aAWUe6oW75uJcf6dluHM9YPcuYLRlV8tWYszeB7QoueiZeJt9U+S+ShLBcO4qjg0rdAcmoa5AbDdkYO4ecdRjvdL812C76DUirHS2HCeS9ERl8RitQfY7Rm9i6qkQ= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1761054700; c=relaxed/simple; bh=VAVJx92B0MVr7C4HDSOeGAhnQWMNJKXn0oReX7qLlKs=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=ePVLRBTyr7dGBHzahA6ZRmQe59x4ppgiMeSZx9O/mtaq7Al0s1LjxN+njXgQY0LpNPAFYSQLFbJZsNxvNtHvVUtwVx66Efn5xLSoEQpI20WIB5BRP4F54wCTbpHYoA2NkMgZTHIML+pSnvcqFFrK2OQPvKwKTGlNaxEh3le86/c= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=sazqVkl6; 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="sazqVkl6" Received: by smtp.kernel.org (Postfix) with ESMTPSA id ECC4BC4CEF5; Tue, 21 Oct 2025 13:51:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1761054700; bh=VAVJx92B0MVr7C4HDSOeGAhnQWMNJKXn0oReX7qLlKs=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=sazqVkl6KgZMlHA+dxA6cCiSLmrM3ORYcfOKEDvhQ826alKSQLwKb+sxVafJDJeQI Kkh9YC+rPDX04fbGm1ferSimYJaLtLsrcIFS178gBOVWzLV4sscVTlTDAI6GGNW8ee tDPyw/zct7dDTJnIfDo7tj/zmbfNXdbasiNYOjcWRkmgwTZgB2tck6EPzq2TR5Wx72 z68CZJwSMWc87jq7avaG5wB4NmBI69LLbxYbFY3u+GWDoEVW9WUuaIpQBRXeUwKVhD Gt0eVi5gx06Y2jbWXVFZqP/uvt9O9NIGETHQ4bOVncCcJhDhlLAQzfwI+Q6KeU3HqM gsR2pUO4AoZnw== Message-ID: <899a0069-864a-454d-a7f8-333cc835cf23@kernel.org> Date: Tue, 21 Oct 2025 15:51:32 +0200 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH v7.1 0/4] bitfield initial refactor within nova-core (RESEND) To: Alexandre Courbot Cc: Joel Fernandes , linux-kernel@vger.kernel.org, rust-for-linux@vger.kernel.org, dri-devel@lists.freedesktop.org, Alistair Popple , Miguel Ojeda , Alex Gaynor , Boqun Feng , Gary Guo , bjorn3_gh@protonmail.com, Benno Lossin , Andreas Hindborg , Alice Ryhl , Trevor Gross , David Airlie , Simona Vetter , Maarten Lankhorst , Maxime Ripard , Thomas Zimmermann , John Hubbard , Timur Tabi , joel@joelfernandes.org, Elle Rhumsaa , Yury Norov , Daniel Almeida , nouveau@lists.freedesktop.org References: <20251016151323.1201196-1-joelagnelf@nvidia.com> <059912ef-6023-4af4-a8df-f4b34fe98e71@kernel.org> From: Danilo Krummrich Content-Language: en-US In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit On 10/21/25 3:46 PM, Alexandre Courbot wrote: > ... and as dim was pushing, I noticed I forgot to add your Acked-by. >_< > Apologies for that. No worries at all, it happens. :)