reproduce: # https://git.kernel.org/pub/scm/linux/kernel/git/cip/linux-cip.git/commit/?id=92672773016c4c2910dabcba5ccba00c7dfdf789 git remote add cip https://git.kernel.org/pub/scm/linux/kernel/git/cip/linux-cip.git git fetch --no-tags cip linux-5.10.y-cip git checkout 92672773016c4c2910dabcba5ccba00c7dfdf789 # 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_VIDEO_RENESAS_VSP1 --selectors CONFIG_DRM_RZG2L_DU -a=nios2 # 2. reproduce by make cd linux # download the config file from the "config:" link in the report, and save it as .config make ARCH=nios2 olddefconfig