reproduce:
git remote add opencloudos https://gitee.com/OpenCloudOS/OpenCloudOS-Kernel.git
git fetch --no-tags opencloudos next
git checkout 346dc8c7ca8d21796c3ae7fbc1cd7bfcae4eddaf
# 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_VFIO_MDEV --selectors CONFIG_CRYPTO_DEV_HCT -a=x86_64
# 2. reproduce by make
cd linux
# download the config file from the "config:" link in the report, and save it as .config
make ARCH=x86_64 olddefconfig