reproduce: git remote add android-common https://android.googlesource.com/kernel/common git fetch --no-tags android-common android15-6.6-2024-08 git checkout 582d4ad468cbc6ef2db4689ff3bd5868d95402c9 # 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_GENERIC_PHY_MIPI_DPHY --selectors CONFIG_VIDEO_SUN8I_A83T_MIPI_CSI2 -a=x86_64 # 2. reproduce by make cd linux # download the config file from the "config:" link in the report, and save it as .config make ARCH=x86_64 olddefconfig