reproduce: git remote add kvm https://git.kernel.org/pub/scm/virt/kvm/kvm.git git fetch kvm queue git checkout kvm/queue b4 shazam https://lore.kernel.org/r/20241003230806.229001-2-pbonzini@redhat.com # 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_KVM_GENERIC_MEMORY_ATTRIBUTES --selectors CONFIG_KVM_GENERIC_PRIVATE_MEM -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