Hi all, After merging the drm tree, today's linux-next build (x86_64 allmodconfig) failed like this: /tmp/next/build/sound/soc/ti/omap-hdmi.c:408:6: error: no member named 'card' in 'struct hdmi_audio_data' 408 | ad->card = card; | ~~ ^ Caused by commit 699e5975e2a53 (drm/omap: Report HDMI hotplug events to the ASoC HDMI codec) which has been generating the exact same build failure in drm-misc since this time last week (it looks like the promised fix finally appeared there today, though there's yet another build failure in there behind it). Please take a look at your processes here, there is something messed up if not only does it take a week to get what should be a fairly trivial build issue addressed but the build issue gets sent upstream unfixed in that period, comfortably after it was reported. I have used the tree from next-20260907 instead.