reproduce: # https://github.com/frank-w/BPI-R2-4.14/commit/d6e1d526e77e020760387a7c7e79fa5b9a9cbeab git remote add frank-w-bpi-r2-4.14 https://github.com/frank-w/BPI-R2-4.14 git fetch --no-tags frank-w-bpi-r2-4.14 6.16-rc git checkout d6e1d526e77e020760387a7c7e79fa5b9a9cbeab # 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_FWNODE_PCS --selectors CONFIG_PCS_MTK_USXGMII -a=i386 # 2. reproduce by make cd linux # download the config file from the "config:" link in the report, and save it as .config make ARCH=i386 olddefconfig