reproduce: git remote add chrome-os https://chromium.googlesource.com/chromiumos/third_party/kernel git fetch --no-tags chrome-os chromeos-6.6 git checkout 20c6549501f674937409aba5411ee8c5c0ab133a # 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_DEVFREQ_THERMAL --selectors CONFIG_MALI_MTK -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