reproduce: # https://git.kernel.org/pub/scm/linux/kernel/git/morse/linux.git/commit/?id=cc5c3a178290a55e8ebb9ea8c8df08bbd54951c3 git remote add morse https://git.kernel.org/pub/scm/linux/kernel/git/morse/linux.git git fetch --no-tags morse mpam/snapshot/v6.17-rc2 git checkout cc5c3a178290a55e8ebb9ea8c8df08bbd54951c3 # 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_ACPI_MPAM --selectors CONFIG_ARM64_MPAM_DRIVER -a=i386 # 2. reproduce by make cd linux # download the config file from the "config:" link in the report, and save it as .config make ARCH=i386 olddefconfig