reproduce: # https://github.com/Xilinx/linux-xlnx/commit/a5b482ab14e4356dcfe8b98ba9e8254df9923a0f git remote add xilinx-xlnx https://github.com/Xilinx/linux-xlnx git fetch --no-tags xilinx-xlnx lkp_test git checkout a5b482ab14e4356dcfe8b98ba9e8254df9923a0f # 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_FPGA_BRIDGE --selectors CONFIG_XILINX_AIE -a=arm64 # 2. reproduce by make cd linux # download the config file from the "config:" link in the report, and save it as .config make ARCH=arm64 olddefconfig