reproduce: # https://github.com/intel/linux-intel-lts/commit/6e6aefa2d1fba10ddbfa66f5d4c4f835b9f7a8bc git remote add intel-lts https://github.com/intel/linux-intel-lts.git git fetch --no-tags intel-lts 6.18/linux git checkout 6e6aefa2d1fba10ddbfa66f5d4c4f835b9f7a8bc # 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_VIDEO_V4L2_SUBDEV_API --selectors CONFIG_VIDEO_ISX031 -a=sh # 2. reproduce by make cd linux # download the config file from the "config:" link in the report, and save it as .config make ARCH=sh olddefconfig