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 8E11CC87FCF for ; Fri, 25 Jul 2025 14:04:41 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 71CA310E373; Fri, 25 Jul 2025 14:04:40 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.b="QO07Zdsp"; dkim-atps=neutral Received: from nyc.source.kernel.org (nyc.source.kernel.org [147.75.193.91]) by gabe.freedesktop.org (Postfix) with ESMTPS id B7DEE10E36F; Fri, 25 Jul 2025 14:04:38 +0000 (UTC) Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by nyc.source.kernel.org (Postfix) with ESMTP id 6ACEBA56557; Fri, 25 Jul 2025 14:04:37 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 44D41C4CEE7; Fri, 25 Jul 2025 14:04:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1753452277; bh=hny5WhFij0Jp2laNX+g6PMM1MYWHFRk2ugCOMxF6+bM=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=QO07ZdspzEMRhl83JYPt8OdnMHrRSfP23YyjKoOBIDcJojDyJXjdwHTY4IzuMgA6F zj/9h8Yy0B4C0mjhn5Nld6Q4sCA6C/17TyczKM51UAU9mudpt7kcgZ3CklcOlDNe8O EtX4o/rrik5p2IgvaWe/eI9I8MJu4+ON23tMzmXDNxz+F9N8ErKOTF03MX/S+IRyhl FtktPolZfb89K/dOZmgqjs899Tc/F8mPiDSxjVnKEVEehbtZ+w65pyfVyk7686GRGW mPs9jyHoD3QlERDktVkAHjdMljK5Chpu1zlGVMcY4IiG5hYl6MQ9Jq+HVQY6qkD1w5 0MCgEfUXvoD6w== Message-ID: Date: Fri, 25 Jul 2025 16:04:32 +0200 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH] gpu: nova-core: vbios: use offset_of in PmuLookupTableHeader::new To: Alexandre Courbot , Rhys Lloyd Cc: rust-for-linux@vger.kernel.org, airlied@gmail.com, simona@ffwll.ch, nouveau@lists.freedesktop.org, dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org References: <20250718073633.194032-1-krakow20@gmail.com> From: Danilo Krummrich Content-Language: en-US In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed 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 7/25/25 3:35 PM, Alexandre Courbot wrote: > This chunk does not apply - on nova-next PmuLookupTableHeader does not > seem to exist. I think I remember you split PmuLookupTableHeader in > another patch, so can you send all the relevant patches as a series that > applies cleanly on top of nova-next? If otherwise the series is ready, please wait for -rc1 to be out, and rebase on -rc1. Thanks, Danilo