From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751599AbcFSRIg (ORCPT ); Sun, 19 Jun 2016 13:08:36 -0400 Received: from one.firstfloor.org ([193.170.194.197]:57841 "EHLO one.firstfloor.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751313AbcFSRIa (ORCPT ); Sun, 19 Jun 2016 13:08:30 -0400 Date: Sun, 19 Jun 2016 09:58:55 -0700 From: Andi Kleen To: Stephan Mueller Cc: herbert@gondor.apana.org.au, Theodore Tso , Andi Kleen , sandyinchina@gmail.com, Jason Cooper , John Denker , "H. Peter Anvin" , Joe Perches , Pavel Machek , George Spelvin , linux-crypto@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v5 3/7] crypto: Linux Random Number Generator Message-ID: <20160619165854.GO13997@two.firstfloor.org> References: <2754489.L1QYabbYUc@positron.chronox.de> <1627227.URpHt84zDf@positron.chronox.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1627227.URpHt84zDf@positron.chronox.de> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Jun 19, 2016 at 06:00:21PM +0200, Stephan Mueller wrote: > The LRNG with all its properties is documented in [1]. This > documentation covers the functional discussion as well as testing of all > aspects of entropy processing. In addition, the documentation explains > the conducted regression tests to verify that the LRNG is API and ABI > compatible with the legacy /dev/random implementation. > > [1] http://www.chronox.de/lrng.html A web site is not a replacement for a proper commit message. -Anid