reproduce: git remote add android-common https://android.googlesource.com/kernel/common git fetch --no-tags android-common android-mainline-desktop git checkout 06f8e52b34f38555bb820ac1cb1d9547a3c9c50a # 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_SVA --selectors CONFIG_GKI_HIDDEN_IOMMU_CONFIGS -a=i386 # 2. reproduce by make cd linux # download the config file from the "config:" link in the report, and save it as .config make ARCH=i386 olddefconfig