Seen in next-20210823: Building x86_64:allyesconfig ... failed drivers/gpu/drm/i915/i915_module.c:50:11: error: positional initialization of field in 'struct' declared with 'designated_init' attribute This only happens with CONFIG_GCC_PLUGIN_RANDSTRUCT=y. --- Building arm64:defconfig ... failed drivers/gpu/drm/mediatek/mtk_disp_aal.c: In function 'mtk_aal_config': drivers/gpu/drm/mediatek/mtk_disp_aal.c:60:47: error: 'priv' undeclared I don't usually report those, but thought it is worthwhile because the first error isn't seen with stock gcc on Ubuntu (it doesn't enable gcc plugins), and the second error was introduced by commit e2b44fa97cb8f ("Merge remote-tracking branch 'drm/drm-next"), suggesting a bad merge resolution (?). Guenter