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 X-Spam-Level: X-Spam-Status: No, score=-5.8 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 8643EC28CC4 for ; Tue, 2 Mar 2021 22:11:07 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 5357264F11 for ; Tue, 2 Mar 2021 22:11:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2359714AbhCBWCk (ORCPT ); Tue, 2 Mar 2021 17:02:40 -0500 Received: from mail.kernel.org ([198.145.29.99]:60666 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1344907AbhCBTWl (ORCPT ); Tue, 2 Mar 2021 14:22:41 -0500 Received: by mail.kernel.org (Postfix) with ESMTPSA id 7DEFF64F11; Tue, 2 Mar 2021 19:21:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1614712871; bh=8WEFZSWnJIsqpo9iq3vWGFrllqblNgH4s/OCeK1l0iI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=T1pXLsYthibit7Vh1FoISRFZiE+LgcR2WP3WdYD6geUqpS/FyMtw6Wc60BXTHbyjG fj5tWoHJ4i2tB1eI+6s680eeO7L3QGtJDYwrj5y0f+rfQgJqaCAknFh4rbeqthxbMP UZq6mCmn47LTK1lsjEUjpxYlOAYZ6HjRDhm30jSU= Date: Tue, 2 Mar 2021 20:21:08 +0100 From: Greg Kroah-Hartman To: Guenter Roeck Cc: linux-kernel@vger.kernel.org, torvalds@linux-foundation.org, akpm@linux-foundation.org, shuah@kernel.org, patches@kernelci.org, lkft-triage@lists.linaro.org, pavel@denx.de, jonathanh@nvidia.com, f.fainelli@gmail.com, stable@vger.kernel.org Subject: Re: [PATCH 5.10 000/658] 5.10.20-rc3 review Message-ID: References: <20210302123520.857524345@linuxfoundation.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Mar 02, 2021 at 08:03:15PM +0100, Greg Kroah-Hartman wrote: > On Tue, Mar 02, 2021 at 10:44:15AM -0800, Guenter Roeck wrote: > > On 3/2/21 4:38 AM, Greg Kroah-Hartman wrote: > > > This is the start of the stable review cycle for the 5.10.20 release. > > > There are 658 patches in this series, all will be posted as a response > > > to this one. If anyone has any issues with these being applied, please > > > let me know. > > > > > > Responses should be made by Thu, 04 Mar 2021 12:32:41 +0000. > > > Anything received after that time might be too late. > > > > > > > Building arm:allmodconfig ... failed > > -------------- > > Error log: > > drivers/gpu/drm/mediatek/mtk_drm_ddp_comp.c: In function 'mtk_aal_config': > > drivers/gpu/drm/mediatek/mtk_drm_ddp_comp.c:183:54: error: 'struct mtk_ddp_comp' has no member named 'dev' > > 183 | struct mtk_ddp_comp_dev *priv = dev_get_drvdata(comp->dev); > > | ^~ > > drivers/gpu/drm/mediatek/mtk_drm_ddp_comp.c:185:44: error: dereferencing pointer to incomplete type 'struct mtk_ddp_comp_dev' > > 185 | mtk_ddp_write(cmdq_pkt, w << 16 | h, &priv->cmdq_reg, priv->regs, DISP_AAL_SIZE); > > | ^~ > > drivers/gpu/drm/mediatek/mtk_drm_ddp_comp.c:185:2: error: too many arguments to function 'mtk_ddp_write' > > 185 | mtk_ddp_write(cmdq_pkt, w << 16 | h, &priv->cmdq_reg, priv->regs, DISP_AAL_SIZE); > > | ^~~~~~~~~~~~~ > > drivers/gpu/drm/mediatek/mtk_drm_ddp_comp.c:89:6: note: declared here > > 89 | void mtk_ddp_write(struct cmdq_pkt *cmdq_pkt, unsigned int value, > > | ^~~~~~~~~~~~~ > > make[5]: *** [drivers/gpu/drm/mediatek/mtk_drm_ddp_comp.o] Error 1 > > make[4]: *** [drivers/gpu/drm/mediatek] Error 2 > > > > --- > > Building arm64:allmodconfig ... failed > > -------------- > > Error log: > > drivers/gpu/drm/mediatek/mtk_drm_ddp_comp.c: In function 'mtk_aal_config': > > drivers/gpu/drm/mediatek/mtk_drm_ddp_comp.c:183:54: error: 'struct mtk_ddp_comp' has no member named 'dev' > > 183 | struct mtk_ddp_comp_dev *priv = dev_get_drvdata(comp->dev); > > | ^~ > > drivers/gpu/drm/mediatek/mtk_drm_ddp_comp.c:185:44: error: dereferencing pointer to incomplete type 'struct mtk_ddp_comp_dev' > > 185 | mtk_ddp_write(cmdq_pkt, w << 16 | h, &priv->cmdq_reg, priv->regs, DISP_AAL_SIZE); > > | ^~ > > drivers/gpu/drm/mediatek/mtk_drm_ddp_comp.c:185:2: error: too many arguments to function 'mtk_ddp_write' > > 185 | mtk_ddp_write(cmdq_pkt, w << 16 | h, &priv->cmdq_reg, priv->regs, DISP_AAL_SIZE); > > | ^~~~~~~~~~~~~ > > drivers/gpu/drm/mediatek/mtk_drm_ddp_comp.c:89:6: note: declared here > > 89 | void mtk_ddp_write(struct cmdq_pkt *cmdq_pkt, unsigned int value, > > | ^~~~~~~~~~~~~ > > make[5]: *** [drivers/gpu/drm/mediatek/mtk_drm_ddp_comp.o] Error 1 > > > > > > The same problem also affects v5.11.y. > > > > Am I missing something here ? Why do I see that problem ? It seems to be very basic. > > You aren't the only one, I got an off-list response that this was seen > as well. Let me dig into it... Found it, am dropping the offending patch now. Should also affect 5.11.y too. Looks like I'll do a whole new round of -rcs for all queues now, this has been a rough cycle... greg k-h