On Thu, Oct 4, 2018 at 5:35 AM Theodore Y. Ts'o <tytso@xxxxxxx> wrote: > > On Wed, Oct 03, 2018 at 04:37:18PM -0700, Eric Biggers wrote: > > > > Hi Ted, are you planning to push this out? > > > > Oops, sorry. Pushed out now. > Ted, FYI, this is pushed to github, but not kernel.org tree. Intentional? FYI2, I started trying to build a kvm-xfstests image with Debian buster. First thing I ran into with setup-buildchroot is that golang-1.8-go package is not available. I suppose golang is for syzbot? Their wiki recommends to use golang-go for debian based releases, which does work for buster. Now I hit an error in ./gen-image: W: Couldn't download package openssl (ver 1.1.0f-3+deb9u1 arch amd64) at http://mirrors.kernel.org/debian/pool/main/o/openssl/openssl_1.1.0f-3+deb9u1_amd64.deb I see that this pkg doesn't exist in the mirror, but this pkg does exists (deb9u2): http://mirrors.edge.kernel.org/debian/pool/main/o/openssl/openssl_1.1.0f-3+deb9u2_amd64.deb Do you know what that is about? Thanks, Amir.