reproduce: git remote add android-common https://android.googlesource.com/kernel/common git fetch --no-tags android-common android-mainline git checkout 0c8ec66904ac0a02c5ca7d0498308d90356f81c7 # 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_IOMMU_IO_PGTABLE_LPAE --selectors CONFIG_GKI_HIDDEN_QCOM_CONFIGS -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