reproduce (this is a W=1 build): # https://git.kernel.org/pub/scm/linux/kernel/git/pci/pci.git/commit/?id=f76758eebe9e2f81b37e41d2bdc70825cdb879d7 git remote add pci https://git.kernel.org/pub/scm/linux/kernel/git/pci/pci.git git fetch --no-tags pci wip/2402-bjorn-osc-dpc git checkout f76758eebe9e2f81b37e41d2bdc70825cdb879d7 # 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