From owner-svn-src-all@freebsd.org Mon Feb 6 14:02:01 2017 Return-Path: Delivered-To: svn-src-all@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 A5076CD24F0; Mon, 6 Feb 2017 14:02:01 +0000 (UTC) (envelope-from tsoome@me.com) Received: from st13p35im-asmtp002.me.com (st13p35im-asmtp002.me.com [17.164.199.65]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7B14716FB; Mon, 6 Feb 2017 14:02:01 +0000 (UTC) (envelope-from tsoome@me.com) Received: from process-dkim-sign-daemon.st13p35im-asmtp002.me.com by st13p35im-asmtp002.me.com (Oracle Communications Messaging Server 7.0.5.38.0 64bit (built Feb 26 2016)) id <0OKY00M00HLMHX00@st13p35im-asmtp002.me.com>; Mon, 06 Feb 2017 14:02:00 +0000 (GMT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=me.com; s=4d515a; t=1486389720; bh=4j/Z8dxIQbQi4/KZCJmZ1b8bvc5IJ+NeVNRqmXA2TYk=; h=From:Message-id:Content-type:MIME-version:Subject:Date:To; b=gohwhMnKt6bjJFgdEn8omvdDKTqI269fLH3KZODfhtW3ZVLs5uuCqQF9A1h6YDlPJ YZUSX+yPnnkDyoks1QmUuly786pXbJD3vLyDo6sgYjJSuAmz9tEnIjEKhCThac9Utl zExfXvfUqXjiIQAGdu1egU9cVERhTGmAFzs6OH8mCdDkQAkBbDotCbQ8BUs6dCRRG0 lF+1lt9HkcH7z6O1zIpj5wwXH7hB4ftMV9fgMwIBkrvqLDOTwI7neKuju6qLLv8yTa PpTU5tobmmNUrDbXKURSBAPp37xu0hGinsSF9rmLrUSzg3sWg9D4hYxVwIKsOBCfsp zexnJ6owVi+9A== Received: from icloud.com ([127.0.0.1]) by st13p35im-asmtp002.me.com (Oracle Communications Messaging Server 7.0.5.38.0 64bit (built Feb 26 2016)) with ESMTPSA id <0OKY00GEMHN9ZR50@st13p35im-asmtp002.me.com>; Mon, 06 Feb 2017 14:02:00 +0000 (GMT) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2017-02-06_05:,, signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 clxscore=1034 suspectscore=0 malwarescore=0 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1603290000 definitions=main-1702060139 From: Toomas Soome Message-id: MIME-version: 1.0 (Mac OS X Mail 10.2 \(3259\)) Subject: Re: svn commit: r313337 - head/sys/boot/efi/loader Date: Mon, 06 Feb 2017 16:01:56 +0200 In-reply-to: Cc: Toomas Soome , src-committers , svn-src-all@freebsd.org, svn-src-head@freebsd.org To: Cy Schubert References: <201702061353.v16Drdfa054163@slippy.cwsent.com> X-Mailer: Apple Mail (2.3259) Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Feb 2017 14:02:01 -0000 > On 6. veebr 2017, at 15:58, Toomas Soome wrote: >=20 >=20 >> On 6. veebr 2017, at 15:53, Cy Schubert = wrote: >>=20 >> In message <201702061057.v16Avs9M018608@repo.freebsd.org>, Toomas = Soome=20 >> writes: >>> Author: tsoome >>> Date: Mon Feb 6 10:57:54 2017 >>> New Revision: 313337 >>> URL: https://svnweb.freebsd.org/changeset/base/313337 >>>=20 >>> Log: >>> loader: 313329 missed ZFS guard in loader/main.c >>=20 >> Did you mean r313328? >>=20 >=20 >=20 > Oh indeed:( I have no idea how I did mix that up=E2=80=A6 (I blame = lack of coffee;) Should I do something about it? >=20 Actually=E2=80=A6. well=E2=80=A6 the correct one is r313333, = https://svnweb.freebsd.org/base?view=3Drevision&revision=3D313333 = (I = still blame the coffee). rgds, toomas=