From owner-svn-src-head@freebsd.org Wed May 31 09:55:15 2017 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 07C73AFBB69; Wed, 31 May 2017 09:55:15 +0000 (UTC) (envelope-from manu@bidouilliste.com) Received: from mail.blih.net (mail.blih.net [212.83.177.182]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.blih.net", Issuer "mail.blih.net" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 05BC1716E2; Wed, 31 May 2017 09:55:13 +0000 (UTC) (envelope-from manu@bidouilliste.com) Received: from mail.blih.net (mail.blih.net [212.83.177.182]) by mail.blih.net (OpenSMTPD) with ESMTP id 4fa48992; Wed, 31 May 2017 11:48:30 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=bidouilliste.com; h=date :from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-type:content-transfer-encoding; s=mail; bh=OBbIHgY/ykD9q8G2B5hpzzlc0/8=; b=mnaAQfr+CYLNOPPYutiqqtbZuNEP nHMtRKHMgtqRk2lxyJcFBve5G+hwhHPITDwV5LyVRkYwUomWsE7e5fNWTC75/Gyz qOM6FMRQyxLredKPsODE2JZECfgtcTyPnUMSuS429YNeiErWCL76dfkoaABdtUNl t1IhtA9XeACJ3Sc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=bidouilliste.com; h=date :from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-type:content-transfer-encoding; q=dns; s= mail; b=d7Y9ILpnqtakp2T2JbT32EWEInM6PCjF5yqg3uAntRTMq3a02juumFgC mo+U+D6afn74FIuKFnO9plmDdGyF/a70l6ksrgC6h56EfJaVwj7/mI72E4JWbZ7e wO1DP0bGu2SOWZ2DQVwvDGybqWZfrPvLY2+5zS8ybx83Lpyt8jo= Received: from arcadia (evadot.gandi.net [217.70.181.36]) by mail.blih.net (OpenSMTPD) with ESMTPSA id 2cc055a3 TLS version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO; Wed, 31 May 2017 11:48:30 +0200 (CEST) Date: Wed, 31 May 2017 11:48:29 +0200 From: Emmanuel Vadot To: "Ngie Cooper (yaneurabeya)" Cc: Emmanuel Vadot , src-committers , svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r319125 - head/usr.bin/mkimg Message-Id: <20170531114829.28359de76187bdd184746b5a@bidouilliste.com> In-Reply-To: References: <201705291251.v4TCp24h090283@repo.freebsd.org> X-Mailer: Sylpheed 3.5.1 (GTK+ 2.24.31; amd64-portbld-freebsd12.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 May 2017 09:55:15 -0000 On Wed, 31 May 2017 00:20:45 -0700 "Ngie Cooper (yaneurabeya)" wrote: > > > On May 29, 2017, at 05:51, Emmanuel Vadot wrote: > > > > Author: manu > > Date: Mon May 29 12:51:02 2017 > > New Revision: 319125 > > URL: https://svnweb.freebsd.org/changeset/base/319125 > > > > Log: > > mkimg: Correct an off by one error in the PMBR size > > > > The PMBR last sector should be number of sector - 1 (As stated in UEFI Spec > > 2.6 page 118 table 17). > > This fixes warning printed by linux tools like parted or fdisk. > > This commit broke all of the mkimg gpt tests. For example: https://ci.freebsd.org/job/FreeBSD-head-amd64-test/3280/testReport/junit/usr.bin.mkimg/mkimg_test/gpt_1x1_4096_qcow/ . > -Ngie Sorry about that and thanks for the fix. -- Emmanuel Vadot