reproduce: # https://github.com/jsarha/linux/commit/910bef3a45ed1e7f972f68e83327775901629aa7 git remote add jsarha https://github.com/jsarha/linux git fetch --no-tags jsarha topic/chromeos-4.19-s0ix git checkout 910bef3a45ed1e7f972f68e83327775901629aa7 # 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_MTK_SCP --selectors CONFIG_VIDEO_MEDIATEK_ISP_PASS1 -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