reproduce (this is a W=1 build):
        # https://github.com/isilence/linux/commit/a7542a0bfa7ee95a543b0dd9a781a0876f480270
        git remote add isilence https://github.com/isilence/linux
        git fetch --no-tags isilence zcrx/next
        git checkout a7542a0bfa7ee95a543b0dd9a781a0876f480270
        # save the config file
        mkdir build_dir && cp config build_dir/.config
        make W=1 O=build_dir ARCH=i386 olddefconfig
        make W=1 O=build_dir ARCH=i386 SHELL=/bin/bash