reproduce: git remote add linuxtv-media-stage https://git.linuxtv.org/media_stage.git git fetch linuxtv-media-stage master git checkout linuxtv-media-stage/master b4 shazam https://lore.kernel.org/r/20241105204246.30097-1-hdegoede@redhat.com # choose either of the following two methods to reproduce the issue # 1. reproduce by kismet # install kmax per https://github.com/paulgazz/kmax/blob/master/README.md kismet --linux-ksrc=linux --selectees CONFIG_V4L2_CCI_I2C --selectors CONFIG_VIDEO_AD5823 -a=alpha # 2. reproduce by make cd linux # download the config file from the "config:" link in the report, and save it as .config make ARCH=alpha olddefconfig