reproduce: git remote add rafael-pm https://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git git fetch rafael-pm linux-next git checkout rafael-pm/linux-next b4 shazam https://lore.kernel.org/r/20241203163158.580-2-ansuelsmth@gmail.com # 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_PM_GENERIC_DOMAINS --selectors CONFIG_ARM_AIROHA_SOC_CPUFREQ -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