reproduce: git remote add android-common https://android.googlesource.com/kernel/common git fetch --no-tags android-common mirror-chromeos-5.10-arcvm git checkout 2b1ff8683a4370ea8c1b01d801f8369ebd777e19 # 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_PARAVIRT_CLOCK --selectors CONFIG_VIRTIO_PVCLOCK -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