From owner-svn-src-stable-12@freebsd.org Mon Jun 29 05:39:05 2020 Return-Path: Delivered-To: svn-src-stable-12@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 2269D35F445; Mon, 29 Jun 2020 05:39:05 +0000 (UTC) (envelope-from lwhsu.freebsd@gmail.com) Received: from mail-yb1-f171.google.com (mail-yb1-f171.google.com [209.85.219.171]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49wGWX5kHWz4MK0; Mon, 29 Jun 2020 05:39:04 +0000 (UTC) (envelope-from lwhsu.freebsd@gmail.com) Received: by mail-yb1-f171.google.com with SMTP id d13so7824867ybk.8; Sun, 28 Jun 2020 22:39:04 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=sBGTT3NMd2yzK4vuw+s1/nPGwbZuzqvXFxEL/MEdL6s=; b=PsSHVNjxWp78oQvXJTOj2WLa8Na8USfJI8UTMJyW7+5vQ1vGtGwKQ9UXGPoFmqIQt+ XBEkRNwQSt8YJKHAZL+gqK+Scz0+e+gmwHK36IAz1prPYbL2SgL2r1E6Fvr5LYdp87AO 0KtfQaItF3zV3fslVqQ41vHPOk3fJ1Ygdd62ILIxmTviaMASapGfAHIDef2VdITqIvMc vlbXpPp4RTK1HfeK13UsaN55AIPpJYw3HELq8HiaTlD/W68629haOhJw/qLTC6/533RS BExQ6J09aAFDG4nYqJvORdraN+bM3Al8tLF8aQtfcm7yEzUw4uo6EFH5iryIJD1A+3nd d30A== X-Gm-Message-State: AOAM532c18k52dJ6n0RxAjwYVPuVrunV+LUVNWbViuj3G7MQMYRly3SX nqOxMiGxc7Vq0DNvfMduwa79BqTn4Z/e50V8TmR25QL1 X-Google-Smtp-Source: ABdhPJw2OwsG8GirGTCygjv4Z4oHpXFhM0PgmsoaDnedN1tymh/UYu5dRgYbFTNobw3Oa9+LB9TpzyGS0peEBQP/54c= X-Received: by 2002:a25:69d1:: with SMTP id e200mr23426115ybc.127.1593409143616; Sun, 28 Jun 2020 22:39:03 -0700 (PDT) MIME-Version: 1.0 References: <202006290034.05T0YBU7051105@repo.freebsd.org> In-Reply-To: <202006290034.05T0YBU7051105@repo.freebsd.org> From: Li-Wen Hsu Date: Mon, 29 Jun 2020 13:38:52 +0800 Message-ID: Subject: Re: svn commit: r362767 - in stable/12/usr.bin/mkimg: . tests To: Oleksandr Tymoshenko Cc: src-committers , svn-src-all , svn-src-stable@freebsd.org, svn-src-stable-12@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Rspamd-Queue-Id: 49wGWX5kHWz4MK0 X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:15169, ipnet:209.85.128.0/17, country:US]; TAGGED_FROM(0.00)[] X-BeenThere: svn-src-stable-12@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for only the 12-stable src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Jun 2020 05:39:05 -0000 On Mon, Jun 29, 2020 at 8:36 AM Oleksandr Tymoshenko wrote: > > Author: gonzo > Date: Mon Jun 29 00:34:11 2020 > New Revision: 362767 > URL: https://svnweb.freebsd.org/changeset/base/362767 > > Log: > MFC r361935: > > Add VHDX support to mkimg(1) > > VHDX is the successor of Microsoft's VHD file format. It increases > maximum capacity of the virtual drive to 64TB and introduces features > to better handle power/system failures. > > VHDX is the required format for 2nd generation Hyper-V VMs. > > Reviewed by: marcel > Differential Revision: https://reviews.freebsd.org/D25184 Some mkimg(1) tests are failing after this merge: https://ci.freebsd.org/job/FreeBSD-stable-12-amd64-test/2484/ https://ci.freebsd.org/job/FreeBSD-stable-12-i386-test/2466/ Can you check if there are something related to tests also need merging? Thanks! Li-Wen