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 B9B37C433EF for ; Tue, 21 Jun 2022 14:32:50 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id D2B1610E49F; Tue, 21 Jun 2022 14:32:49 +0000 (UTC) Received: from madras.collabora.co.uk (madras.collabora.co.uk [IPv6:2a00:1098:0:82:1000:25:2eeb:e5ab]) by gabe.freedesktop.org (Postfix) with ESMTPS id 9C90E10E49F for ; Tue, 21 Jun 2022 14:32:48 +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 989926601688; Tue, 21 Jun 2022 15:32:44 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=collabora.com; s=mail; t=1655821967; bh=HrmsFAPllDZrxGBVK/29WwefT7hasp3eLS77mV3C43o=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=hadRZ1Fgs7MuSbl/2Zx1VWbF/9ftF1XNKremCSERagIZmt148STc6ym2GTCnieuhp AKQInsuCgazU9yMpckJibWwZ95uj5p5waDf+ikQhDpNJKqgDo1GyjBNu5yTdYSRQ/Y hwqNxVWT9QiSCuxRRhiRc/nIqW1zgRyxKx3o65D9y3p/Ielbaff4fltqMXbDk6m6V+ D3f5J0sT8aHc8pZCJExMDbhuHnOV+YfzYn0eBY2rFZjklrRtGEX8pkVUgaQ8J4Q0qD 8tCqKk7omcL1h8BkKOdKSRHV4WImHw1wA8wGRFW5TBUoQtESyFiVgvlFO+E7KUMfDc tAjbbWhQbeAww== Date: Tue, 21 Jun 2022 10:32:38 -0400 From: Alyssa Rosenzweig To: kernel test robot Subject: 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: <202206211114.PJcD2pJh-lkp@intel.com> 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, 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" > 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. From mboxrd@z Thu Jan 1 00:00:00 1970 Content-Type: multipart/mixed; boundary="===============3193828028669271587==" 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: Tue, 21 Jun 2022 10:32:38 -0400 Message-ID: In-Reply-To: <202206211114.PJcD2pJh-lkp@intel.com> List-Id: --===============3193828028669271587== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable > drivers/gpu/drm/panfrost/panfrost_dump.c: In function 'panfrost_core_d= ump': > >> drivers/gpu/drm/panfrost/panfrost_dump.c:115:20: error: 'struct panfro= st_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. --===============3193828028669271587==--