From owner-svn-src-all@FreeBSD.ORG Tue May 27 15:40:50 2014 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1C57AE73; Tue, 27 May 2014 15:40:50 +0000 (UTC) Received: from alchemy.franken.de (alchemy.franken.de [194.94.249.214]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "alchemy.franken.de", Issuer "alchemy.franken.de" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id A6F7126E2; Tue, 27 May 2014 15:40:49 +0000 (UTC) Received: from alchemy.franken.de (localhost [127.0.0.1]) by alchemy.franken.de (8.14.8/8.14.8/ALCHEMY.FRANKEN.DE) with ESMTP id s4RFelk6040006 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Tue, 27 May 2014 17:40:47 +0200 (CEST) (envelope-from marius@alchemy.franken.de) Received: (from marius@localhost) by alchemy.franken.de (8.14.8/8.14.8/Submit) id s4RFelrJ040005; Tue, 27 May 2014 17:40:47 +0200 (CEST) (envelope-from marius) Date: Tue, 27 May 2014 17:40:47 +0200 From: Marius Strobl To: Fabian Keil Subject: Re: svn commit: r266749 - stable/10/sys/geom/eli Message-ID: <20140527154047.GR62618@alchemy.franken.de> References: <201405271455.s4REtAth053195@svn.freebsd.org> <20140527172058.5b61f858@fabiankeil.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20140527172058.5b61f858@fabiankeil.de> User-Agent: Mutt/1.5.23 (2014-03-12) X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (alchemy.franken.de [0.0.0.0]); Tue, 27 May 2014 17:40:47 +0200 (CEST) Cc: svn-src-all@freebsd.org, pjd@freebsd.org 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: Tue, 27 May 2014 15:40:50 -0000 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. Marius