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 EFE34C28B2F for ; Sun, 9 Mar 2025 18:40:41 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id EA34C10E286; Sun, 9 Mar 2025 18:40:39 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.b="Fou6gAfH"; dkim-atps=neutral Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by gabe.freedesktop.org (Postfix) with ESMTPS id 313E210E046; Sun, 9 Mar 2025 18:40:33 +0000 (UTC) Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by dfw.source.kernel.org (Postfix) with ESMTP id 0B2CF5C06AC; Sun, 9 Mar 2025 18:38:16 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id B2EC8C4CEEC; Sun, 9 Mar 2025 18:40:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1741545632; bh=wxAdK4cesWjR2yjL5pnLFSlTuVjdMgVxI0GcMjaQjAM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Fou6gAfHQJ/gv2gkxO3GKSNmNnTelGd0UGlZ0La4k5xj7+GaGkNbLcrT+lss2BKig MC+nG+PWVvPMBrjyPwYpI4FOg+iC4AtZ9/61nFacfOq0jPVxS1b9FJ7V4333QNGJcP JpWpPp6jkI6CUcNuDON/pAwUeFh76rcGpKynltJm/lso0kRYrf0NbQ6mmoNzi4IOiT c+he/4n6ZPXoL5xdXLQxBMOpdlbnJmd+7MfhnVctCnABWbvEatqaIe/bTgaOWIQ9AA ZRwMoZjSnV0rlLKFR9TeuhMEHYmNvXCSxVSD3efx3w7BxWuQyMfxnRxYj9Gf9jgkVP 3gDNAzSDnvjsw== Date: Sun, 9 Mar 2025 19:40:24 +0100 From: Danilo Krummrich To: airlied@gmail.com, simona@ffwll.ch, corbet@lwn.net, maarten.lankhorst@linux.intel.com, mripard@kernel.org, tzimmermann@suse.de, ajanulgu@redhat.com, lyude@redhat.com, pstanner@redhat.com, zhiw@nvidia.com, cjia@nvidia.com, jhubbard@nvidia.com, bskeggs@nvidia.com, acurrid@nvidia.com Cc: ojeda@kernel.org, alex.gaynor@gmail.com, boqun.feng@gmail.com, gary@garyguo.net, bjorn3_gh@protonmail.com, benno.lossin@proton.me, a.hindborg@kernel.org, aliceryhl@google.com, tmgross@umich.edu, gregkh@linuxfoundation.org, mcgrof@kernel.org, russ.weight@linux.dev, dri-devel@lists.freedesktop.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, nouveau@lists.freedesktop.org, rust-for-linux@vger.kernel.org Subject: Re: [PATCH v6 0/5] Initial Nova Core series Message-ID: References: <20250306222336.23482-1-dakr@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20250306222336.23482-1-dakr@kernel.org> X-BeenThere: nouveau@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Nouveau development list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: nouveau-bounces@lists.freedesktop.org Sender: "Nouveau" On Thu, Mar 06, 2025 at 11:23:26PM +0100, Danilo Krummrich wrote: > This is the initial series for the nova-core stub driver. Applied to nova-next, thanks!