reproduce (this is a W=1 build):
        # https://github.com/brauner/linux/commit/b6736cfccb582b7c016cba6cd484fbcf30d499af
        git remote add brauner-github https://github.com/brauner/linux.git
        git fetch --no-tags brauner-github vfs.all
        git checkout b6736cfccb582b7c016cba6cd484fbcf30d499af
        # 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