stable.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
To: Guenter Roeck <linux@roeck-us.net>
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
Date: Tue, 2 Mar 2021 20:21:08 +0100	[thread overview]
Message-ID: <YD6QJHivWcEDdXxx@kroah.com> (raw)
In-Reply-To: <YD6L8/4q6Y9jA3VL@kroah.com>

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

      reply	other threads:[~2021-03-03  1:02 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-02 12:38 [PATCH 5.10 000/658] 5.10.20-rc3 review Greg Kroah-Hartman
2021-03-02 16:44 ` Jon Hunter
2021-03-02 18:44 ` Guenter Roeck
2021-03-02 19:03   ` Greg Kroah-Hartman
2021-03-02 19:21     ` Greg Kroah-Hartman [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=YD6QJHivWcEDdXxx@kroah.com \
    --to=gregkh@linuxfoundation.org \
    --cc=akpm@linux-foundation.org \
    --cc=f.fainelli@gmail.com \
    --cc=jonathanh@nvidia.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux@roeck-us.net \
    --cc=lkft-triage@lists.linaro.org \
    --cc=patches@kernelci.org \
    --cc=pavel@denx.de \
    --cc=shuah@kernel.org \
    --cc=stable@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).