reproduce: # https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net.git/commit/?id=a4f0866e3dbbf3fee4078bce0b78d65a0875c0bc git remote add netdev-net https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net.git git fetch --no-tags netdev-net main git checkout a4f0866e3dbbf3fee4078bce0b78d65a0875c0bc # 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_ZL3073X --selectors CONFIG_ZL3073X_I2C -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