From owner-svn-src-all@FreeBSD.ORG Sat Oct 12 17:29:54 2013 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 ESMTP id 9F3B9A9A; Sat, 12 Oct 2013 17:29:54 +0000 (UTC) (envelope-from des@des.no) Received: from smtp.des.no (smtp.des.no [194.63.250.102]) by mx1.freebsd.org (Postfix) with ESMTP id 57A7C27DC; Sat, 12 Oct 2013 17:29:54 +0000 (UTC) Received: from nine.des.no (smtp.des.no [194.63.250.102]) by smtp-int.des.no (Postfix) with ESMTP id 3A38065BA; Sat, 12 Oct 2013 17:29:53 +0000 (UTC) Received: by nine.des.no (Postfix, from userid 1001) id AB8775521F; Sat, 12 Oct 2013 19:29:48 +0200 (CEST) From: =?utf-8?Q?Dag-Erling_Sm=C3=B8rgrav?= To: Devin Teske Subject: Re: svn commit: r256377 - in head: etc/defaults etc/rc.d share/examples/kld/random_adaptor share/man/man4 sys/boot/forth sys/conf sys/dev/glxsb sys/dev/hifn sys/dev/random sys/dev/rndtest sys/dev/safe ... References: <201310121257.r9CCvvjO006546@svn.freebsd.org> <13CA24D6AB415D428143D44749F57D720FC5BE74@LTCFISWMSGMB21.FNFIS.com> Date: Sat, 12 Oct 2013 19:29:47 +0200 In-Reply-To: <13CA24D6AB415D428143D44749F57D720FC5BE74@LTCFISWMSGMB21.FNFIS.com> (Devin Teske's message of "Sat, 12 Oct 2013 16:35:39 +0000") Message-ID: <86r4bqs8hg.fsf@nine.des.no> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Cc: Adrian Chadd , "src-committers@freebsd.org" , "svn-src-all@freebsd.org" , "Teske, Devin" , "svn-src-head@freebsd.org" , Mark Murray X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.14 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: Sat, 12 Oct 2013 17:29:54 -0000 "Teske, Devin" writes: > Can you maybe test with ZFS + Geli? I'm concerned because we told it > to use random(4) instead of urandom(4). I hope there's enough entropy > when creating the geli stuff that said process doesn't hang. /dev/urandom is a symlink to /dev/random. Neither will block, because we explicitly mark /dev/random as seeded with a SYSINIT late in the boot (not as late as I'd like, but not too early either). > I think DES's patch will help there too (not that anyone testing our > ZFS patches reported any hangs... including when testing GELI -- this > was before DES's patch). If you mean the device attach entropy gathering, that was a case of parallel invention from Pawel and myself, where I ended up using Pawel's patch with minor modifications. DES --=20 Dag-Erling Sm=C3=B8rgrav - des@des.no