reproduce: # https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=1eb07e99ef39808612e12edaac6ef10f27485a27 git remote add linus https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git git fetch --no-tags linus master git checkout 1eb07e99ef39808612e12edaac6ef10f27485a27 # 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_I2C_GPIO --selectors CONFIG_VIDEO_MMP_CAMERA -a=arm64 # 2. reproduce by make cd linux # download the config file from the "config:" link in the report, and save it as .config make ARCH=arm64 olddefconfig