From owner-svn-src-all@FreeBSD.ORG Fri Jun 6 03:21:07 2014 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 975947BD; Fri, 6 Jun 2014 03:21:07 +0000 (UTC) Received: from valentine.liquidneon.com (valentine.liquidneon.com [216.87.78.132]) by mx1.freebsd.org (Postfix) with ESMTP id 7D8E12B3A; Fri, 6 Jun 2014 03:21:07 +0000 (UTC) Received: by valentine.liquidneon.com (Postfix, from userid 1018) id D157F8FF83; Thu, 5 Jun 2014 21:21:01 -0600 (MDT) Date: Thu, 5 Jun 2014 21:21:01 -0600 From: Brad Davis To: Pawel Jakub Dawidek Subject: Re: svn commit: r266749 - stable/10/sys/geom/eli Message-ID: <20140606032101.GA43994@valentine.liquidneon.com> References: <201405271455.s4REtAth053195@svn.freebsd.org> <20140527172058.5b61f858@fabiankeil.de> <20140527154047.GR62618@alchemy.franken.de> <20140528122119.GD1654@garage.freebsd.pl> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20140528122119.GD1654@garage.freebsd.pl> User-Agent: Mutt/1.5.23 (2014-03-12) Cc: svn-src-all@freebsd.org, Brad Davis , Fabian Keil , Marius Strobl X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.18 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: Fri, 06 Jun 2014 03:21:07 -0000 On Wed, May 28, 2014 at 02:21:19PM +0200, Pawel Jakub Dawidek wrote: > On Tue, May 27, 2014 at 05:40:47PM +0200, Marius Strobl wrote: > > On Tue, May 27, 2014 at 05:20:58PM +0200, Fabian Keil wrote: > > > Marius Strobl wrote: > > > > > > > Author: marius > > > > Date: Tue May 27 14:55:09 2014 > > > > New Revision: 266749 > > > > URL: http://svnweb.freebsd.org/changeset/base/266749 > > > > > > > > Log: > > > > MFC: r259428 > > > > > > > > Clear content of keyfiles loaded by the loader after processing them. > > > > > > kern/185084 (Keyfile content potentially cleared prematurely > > > after r259428) is now probably relevant for STABLE, too: > > > http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/185084 > > > > > > > Ah, okay, thanks for bringing this to attention. It's probably best > > for pjd@ (CC'ed) to decided what to do regarding that PR, though. > > Brad (CCed) already proposed a fix. I believe he is planning to commit > it shortly. Committed as r267145. Thanks! Regards, Brad Davis