reproduce: git remote add openeuler https://gitee.com/openeuler/kernel.git git fetch --no-tags openeuler OLK-5.10 git checkout 8cee206b5558245197158bd20895f95cc28d8468 # 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_PTP_1588_CLOCK --selectors CONFIG_SXE_VF -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