From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754680AbcEEMtV (ORCPT ); Thu, 5 May 2016 08:49:21 -0400 Received: from imap.thunk.org ([74.207.234.97]:49552 "EHLO imap.thunk.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751890AbcEEMtT (ORCPT ); Thu, 5 May 2016 08:49:19 -0400 Date: Thu, 5 May 2016 08:49:06 -0400 From: "Theodore Ts'o" To: Stephan Mueller , Linux Kernel Developers List , herbert@gondor.apana.org.au, andi@firstfloor.org, sandyinchina@gmail.com, cryptography@lakedaemon.net, jsd@av8n.com, hpa@zytor.com, linux-crypto@vger.kernel.org Subject: Re: [PATCH 1/4] random: replace non-blocking pool with a Chacha20-based CRNG Message-ID: <20160505124906.GF10776@thunk.org> Mail-Followup-To: Theodore Ts'o , Stephan Mueller , Linux Kernel Developers List , herbert@gondor.apana.org.au, andi@firstfloor.org, sandyinchina@gmail.com, cryptography@lakedaemon.net, jsd@av8n.com, hpa@zytor.com, linux-crypto@vger.kernel.org References: <1462389951-29439-1-git-send-email-tytso@mit.edu> <1462389951-29439-2-git-send-email-tytso@mit.edu> <2563613.fjdkC65vSW@myon.chronox.de> <20160505011007.GB10776@thunk.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160505011007.GB10776@thunk.org> User-Agent: Mutt/1.6.0 (2016-04-01) X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: tytso@thunk.org X-SA-Exim-Scanned: No (on imap.thunk.org); SAEximRunCond expanded to false Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, May 04, 2016 at 09:10:07PM -0400, Theodore Ts'o wrote: > On Wed, May 04, 2016 at 10:28:24PM +0200, Stephan Mueller wrote: > > > +out: > > > + spin_unlock_irqrestore(&primary_crng.lock, flags); > > > + return ret; > > > > Where did you add the memzero_explict of tmp? > > Oops, sorry, somehow that change got lost in the patch updates. Fixed now. Since that was the only change, instead of sending out the patch series again, I've just updated it at: git://git.kernel.org/pub/scm/linux/kernel/git/tytso/random.git dev - Ted