reproduce: git remote add krzk https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git git fetch krzk for-next git checkout krzk/for-next b4 shazam https://lore.kernel.org/r/20241204102904.1863796-4-arnd@kernel.org # 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_ARM_ERRATA_411920 --selectors CONFIG_ARCH_BCM2835 -a=arm # 2. reproduce by make cd linux # download the config file from the "config:" link in the report, and save it as .config make ARCH=arm olddefconfig