reproduce: git remote add openeuler https://gitee.com/openeuler/kernel.git git fetch --no-tags openeuler OLK-6.6 git checkout cc5f4f44852f9eb4feb22a40cbb4e3d1b10c36a0 # 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_ARM_SPE_MEM_SAMPLING --selectors CONFIG_MEM_SAMPLING -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