reproduce: git remote add ti git://git.ti.com/ti-linux-kernel/ti-linux-kernel.git git fetch --no-tags ti ti-linux-6.6.y-wip git checkout 2af1725d4bd6b8b24a1a2b47e1de27949d1cee9b # 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_CRYPTO_CRC64_ISO3309 --selectors CONFIG_CRYPTO_DEV_TI_MCRC64 -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