reproduce (this is a W=1 build): # https://github.com/koverstreet/bcachefs/commit/cf0f2c4230f6e50e764c848635688c41f3a954f3 git remote add koverstreet-bcachefs https://github.com/koverstreet/bcachefs git fetch --no-tags koverstreet-bcachefs bcachefs-garbage git checkout cf0f2c4230f6e50e764c848635688c41f3a954f3 # 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