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/20241114024928.60004-3-admiyo@os.amperecomputing.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_ACPI --selectors CONFIG_MCTP_TRANSPORT_PCC -a=riscv # 2. reproduce by make cd linux # download the config file from the "config:" link in the report, and save it as .config make ARCH=riscv olddefconfig