reproduce: # https://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-integrator.git/commit/?id=a3a4fafbdc9963ed91b21a60f503fdf1ccdc8183 git remote add arm-integrator https://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-integrator.git git fetch --no-tags arm-integrator b4/dead-deamons git checkout a3a4fafbdc9963ed91b21a60f503fdf1ccdc8183 # 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_GENERIC_IRQ_IPI_MUX --selectors CONFIG_APPLE_AIC -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