reproduce (this is a W=1 build): mkdir -p ~/bin wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross chmod +x ~/bin/make.cross # install um cross compiling tool for clang build # apt-get install binutils-um-linux-gnu # https://github.com/gestionlin/linux/commit/1ec6b07022b1485c830aa4c58fd4154ba67306cf git remote add linyunsheng https://github.com/gestionlin/linux.git git fetch --no-tags linyunsheng page_frag_unify_rfc git checkout 1ec6b07022b1485c830aa4c58fd4154ba67306cf # save the config file mkdir build_dir && cp config build_dir/.config COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang ~/bin/make.cross W=1 O=build_dir ARCH=um olddefconfig COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang ~/bin/make.cross W=1 O=build_dir ARCH=um SHELL=/bin/bash