reproduce (this is a W=1 build): # https://github.com/kkdwivedi/linux/commit/86261c2424a935d6eaec2740140fccc18bf517f7 git remote add kkdwivedi https://github.com/kkdwivedi/linux git fetch --no-tags kkdwivedi res-lock-base git checkout 86261c2424a935d6eaec2740140fccc18bf517f7 # 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