reproduce (this is a W=1 build): # https://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm.git/commit/?id=f7e96b7da77ac217be5ccb09b9309da28fd96c90 git remote add vireshk-pm https://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm.git git fetch --no-tags vireshk-pm rust/cpufreq-dt git checkout f7e96b7da77ac217be5ccb09b9309da28fd96c90 # 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