reproduce (this is a W=1 build): # https://github.com/Xilinx/linux-xlnx/commit/ddf894ce18acd9a4ec8cc41a8f041706feda1eeb git remote add xilinx-xlnx https://github.com/Xilinx/linux-xlnx git fetch --no-tags xilinx-xlnx lkp_test git checkout ddf894ce18acd9a4ec8cc41a8f041706feda1eeb # save the config file mkdir build_dir && cp config build_dir/.config make W=1 O=build_dir ARCH=x86_64 olddefconfig make W=1 O=build_dir ARCH=x86_64 SHELL=/bin/bash