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 acc3573ed94e855c69e7bec2855bc05caebc829d # 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_OMAP2PLUS_MBOX --selectors CONFIG_TI_K3_M4_REMOTEPROC -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