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/20260107015907.1421272-1-luriwen@kylinos.cn # 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_S2IDLE --selectors CONFIG_ACPI_SYSTEM_POWER_STATES_SUPPORT -a=loongarch # 2. reproduce by make cd linux # download the config file from the "config:" link in the report, and save it as .config make ARCH=loongarch olddefconfig