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 58ED1CAC5BB for ; Wed, 8 Oct 2025 10:41:20 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id D5B1810E7B9; Wed, 8 Oct 2025 10:41:19 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.b="RvbuXq/H"; dkim-atps=neutral Received: from tor.source.kernel.org (tor.source.kernel.org [172.105.4.254]) by gabe.freedesktop.org (Postfix) with ESMTPS id 1514A10E7B9; Wed, 8 Oct 2025 10:41:19 +0000 (UTC) Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by tor.source.kernel.org (Postfix) with ESMTP id 29AF461180; Wed, 8 Oct 2025 10:41:18 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 8A6B2C4CEF4; Wed, 8 Oct 2025 10:41:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1759920077; bh=YatX5O63Ff4zVnHnAT/CplF1NLfDnBDH5HmwjIgR74c=; h=Date:Subject:From:To:Cc:References:In-Reply-To:From; b=RvbuXq/HH76eVY2ILF5zuYaBDIL6RqA/dEAriJusY0TlAl5qwo5b5WThl6AQLelU8 +0571aA96HW0Eh6f0Vu6d0FYE4BFmKcKQ0+OAuS2x7bfI+vs+bzJGQasfpOcRMPZ0w AmhxXL9VppZY9QcyUwE005GicsWdw7Ns8cEBcCRLbqkA4oH+H1qhCUfRv0kl2p5/PF +pUm+PyiF3Lcy4+xVh6K1uxfAnLtRP3Sq3j3dlpIpGrpUbqHdD1Qhnj4uLPyHFGtgP OshtBBA9kdIFzxslM7dfkUMccTx3j+dq/ybIWfzRnfJPpU4w86lQrY43nN8kP2Z7BF B8z2tIjfyukdQ== Message-ID: Date: Wed, 8 Oct 2025 12:41:11 +0200 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH v4 00/13] gpu: nova-core: Boot GSP to RISC-V active From: Danilo Krummrich To: Alistair Popple Cc: rust-for-linux@vger.kernel.org, dri-devel@lists.freedesktop.org, acourbot@nvidia.com, Miguel Ojeda , Alex Gaynor , Boqun Feng , Gary Guo , =?UTF-8?Q?Bj=C3=B6rn_Roy_Baron?= , Benno Lossin , Andreas Hindborg , Alice Ryhl , Trevor Gross , David Airlie , Simona Vetter , Maarten Lankhorst , Maxime Ripard , Thomas Zimmermann , John Hubbard , Joel Fernandes , Timur Tabi , linux-kernel@vger.kernel.org, nouveau@lists.freedesktop.org References: <20251008001253.437911-1-apopple@nvidia.com> <17dd5928-f06f-4747-b36c-195be4ac5082@kernel.org> Content-Language: en-US In-Reply-To: <17dd5928-f06f-4747-b36c-195be4ac5082@kernel.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit 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 10/8/25 12:38 PM, Danilo Krummrich wrote: > On 10/8/25 2:12 AM, Alistair Popple wrote: >> A full tree including the prerequisites for this patch series is available >> at https://github.com/apopple-nvidia/linux/tree/nova-core-for-upstream. > > The prerequisites in this branch seem to be upstream. When submitting patch > series, please base your changes on the corresponding upstream branch (i.e. > drm-rust-next, on Linus' tree in this case) and make sure to include the base > revision (git format-patch --base). If it depends on other pending patch series, > b4 can help to track those dependencies. I just noticed that you have version nova-core-for-upstream branches, but v4 seems to be missing. Without the any base revision I can't apply the series for testing purposes. :(