On Mon, Apr 03, 2023 at 03:54:57PM +0530, Naresh Kamboju wrote: > Following build errors noticed on stable-rc queue/4.19. > > Reported-by: Linux Kernel Functional Testing <lkft@xxxxxxxxxx> > > > Supecting commit: > drm/meson: Fix error handling when afbcd.ops->init fails > [ Upstream commit fa747d75f65d1b1cbc3f4691fa67b695e8a399c8 ] > > Build log: > --------- > drivers/gpu/drm/meson/meson_drv.c: In function 'meson_drv_bind_master': > drivers/gpu/drm/meson/meson_drv.c:316:17: error: 'struct meson_drm' > has no member named 'afbcd' > 316 | if (priv->afbcd.ops) > | ^~ > drivers/gpu/drm/meson/meson_drv.c:317:21: error: 'struct meson_drm' > has no member named 'afbcd' > 317 | priv->afbcd.ops->exit(priv); > | ^~ > make[5]: *** [scripts/Makefile.build:303: > drivers/gpu/drm/meson/meson_drv.o] Error 1 > > details link, > https://qa-reports.linaro.org/lkft/linux-stable-rc-queues-queue_4.19/build/v4.19.279-77-gb60454c8d9bc/testrun/16027306/suite/build/test/gcc-11-defconfig-lkftconfig/log > https://qa-reports.linaro.org/lkft/linux-stable-rc-queues-queue_4.19/build/v4.19.279-77-gb60454c8d9bc/testrun/16027306/suite/build/test/gcc-11-defconfig-lkftconfig/history/ > > Thanks, also dropped from the 5.4.y queue. greg k-h