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 E9269C43334 for ; Wed, 22 Jun 2022 12:06:34 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id EAEBB112EC5; Wed, 22 Jun 2022 12:06:33 +0000 (UTC) Received: from madras.collabora.co.uk (madras.collabora.co.uk [46.235.227.172]) by gabe.freedesktop.org (Postfix) with ESMTPS id 4AEC8112EC5 for ; Wed, 22 Jun 2022 12:06:33 +0000 (UTC) Received: from maud (unknown [184.175.41.107]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: alyssa) by madras.collabora.co.uk (Postfix) with ESMTPSA id 67D4D6601792; Wed, 22 Jun 2022 13:06:28 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=collabora.com; s=mail; t=1655899591; bh=8cKG2HLPA2oaAIYX0UotUfvLxK0B48XnUANfcsC0LWY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=cJm0580ydroa59n49GclTqIPG1V66lDoS0On8k9dGULedu0QWYyZN7YvMeXfqBURc wtCzM9ZGkfNRtCXJ2ouKFMVJQr7/fGNlaPUR3VjAB2Z24noDGuZ8Bdw5S4fVc7fcMI /EmO11AmRX85U5bO2V18LZZ3UoNhDWSNi3CLxZj10TV62ZTENJhdB+Xm98yu24lQh2 SheH+WVe70aT+XjMahzsIEhMyMa4gtC3JVWlLj4LMMbCush+h3DX/migoPX+tYXVoW SkkSof5NMEVV3ep1LhgcXOkjahKwjAf83BpBsUKzU7fI4MLm8l2TZ3fP0BEEmYQDXs PrFgfYbM4AmiQ== Date: Wed, 22 Jun 2022 08:06:23 -0400 From: Alyssa Rosenzweig To: "Chen, Rong A" Subject: Re: [kbuild-all] Re: [PATCH v2 1/1] drm/panfrost: Add support for devcoredump Message-ID: References: <20220621023204.94179-2-adrian.larumbe@collabora.com> <202206211114.PJcD2pJh-lkp@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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: , Cc: kbuild-all@lists.01.org, kernel test robot , tomeu.vizoso@collabora.com, Adri?n Larumbe , dri-devel@lists.freedesktop.org, steven.price@arm.com, alyssa.rosenzweig@collabora.com Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" Hi Rong Chen, Sorry for the noise -- I think that was meant for Adrian! Apologies, Alyssa On Wed, Jun 22, 2022 at 10:30:00AM +0800, Chen, Rong A wrote: > > > On 6/21/2022 10:32 PM, Alyssa Rosenzweig wrote: > > > drivers/gpu/drm/panfrost/panfrost_dump.c: In function 'panfrost_core_dump': > > > > > drivers/gpu/drm/panfrost/panfrost_dump.c:115:20: error: 'struct panfrost_job' has no member named 'file_priv' > > > 115 | as_nr = job->file_priv->mmu->as; > > > | ^~ > > > > FWIW -- this is due to recent changes in panfrost, you should rebase on > > the latest drm-misc-next which is where the patch will be applied > > anyway. > > Hi Alyssa, > > Thanks for your help, we'll try drm-misc-next next time. > > Best Regards, > Rong Chen From mboxrd@z Thu Jan 1 00:00:00 1970 Content-Type: multipart/mixed; boundary="===============1654886249273964015==" MIME-Version: 1.0 From: Alyssa Rosenzweig To: kbuild-all@lists.01.org Subject: Re: [PATCH v2 1/1] drm/panfrost: Add support for devcoredump Date: Wed, 22 Jun 2022 08:06:23 -0400 Message-ID: In-Reply-To: List-Id: --===============1654886249273964015== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Hi Rong Chen, Sorry for the noise -- I think that was meant for Adrian! Apologies, Alyssa On Wed, Jun 22, 2022 at 10:30:00AM +0800, Chen, Rong A wrote: > = > = > On 6/21/2022 10:32 PM, Alyssa Rosenzweig wrote: > > > drivers/gpu/drm/panfrost/panfrost_dump.c: In function 'panfrost_c= ore_dump': > > > > > drivers/gpu/drm/panfrost/panfrost_dump.c:115:20: error: 'struct p= anfrost_job' has no member named 'file_priv' > > > 115 | as_nr =3D job->file_priv->mmu->as; > > > | ^~ > > = > > FWIW -- this is due to recent changes in panfrost, you should rebase on > > the latest drm-misc-next which is where the patch will be applied > > anyway. > = > Hi Alyssa, > = > Thanks for your help, we'll try drm-misc-next next time. > = > Best Regards, > Rong Chen --===============1654886249273964015==--