reproduce (this is a W=1 build): # https://git.kernel.org/pub/scm/linux/kernel/git/rppt/linux.git/commit/?id=e415f4e35ee852667f3f2c392b73a7d4469b9d1a git remote add rppt https://git.kernel.org/pub/scm/linux/kernel/git/rppt/linux.git git fetch --no-tags rppt kho/v4 git checkout e415f4e35ee852667f3f2c392b73a7d4469b9d1a # save the config file mkdir build_dir && cp config build_dir/.config make W=1 O=build_dir ARCH=um olddefconfig make W=1 O=build_dir ARCH=um SHELL=/bin/bash