reproduce (this is a W=1 build): # https://github.com/AsahiLinux/linux/commit/11e3ca6add6aa464ef8dc22708ddcd0b650e79f5 git remote add asahilinux https://github.com/AsahiLinux/linux git fetch --no-tags asahilinux bits/250-aop git checkout 11e3ca6add6aa464ef8dc22708ddcd0b650e79f5 # 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 CLIPPY=1 rustdoc