reproduce: # https://git.kernel.org/pub/scm/linux/kernel/git/cip/linux-cip.git/commit/?id=c868ba37129f941bf55e6e20fd666f1bc3a27ad7 git remote add cip https://git.kernel.org/pub/scm/linux/kernel/git/cip/linux-cip.git git fetch --no-tags cip linux-6.1.y-cip git checkout c868ba37129f941bf55e6e20fd666f1bc3a27ad7 # 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_ERRATA_ANDES --selectors CONFIG_ARCH_R9A07G043 -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