reproduce: # https://git.kernel.org/pub/scm/linux/kernel/git/cip/linux-cip.git/commit/?id=5f6eeb7dbc55b8b2859a8776e825e68b6b2e5730 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-rt-rebase git checkout 5f6eeb7dbc55b8b2859a8776e825e68b6b2e5730 # 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_AX45MP_L2_CACHE --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