From mboxrd@z Thu Jan 1 00:00:00 1970 From: Theodore Ts'o Subject: Re: [PATCH v3 2/5] random,x86: Add arch_get_slow_rng_u64 Date: Thu, 17 Jul 2014 13:32:30 -0400 Message-ID: <20140717173230.GP1491@thunk.org> References: <5778e65d5ca52bebbaa023e177d863e44f098e96.1405546879.git.luto@amacapital.net> <53C6F5A9.80400@zytor.com> <53C703ED.2010605@zytor.com> <53C75733.8060507@zytor.com> <20140717103324.GJ1491@thunk.org> <53C7FC32.7030704@zytor.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: "H. Peter Anvin" , Raghavendra K T , Paolo Bonzini , X86 ML , Bandan Das , Gleb Natapov , kvm list , Srivatsa Vaddagiri , Daniel Borkmann , "linux-kernel@vger.kernel.org" , Kees Cook To: Andy Lutomirski Return-path: Content-Disposition: inline In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org List-Id: kvm.vger.kernel.org On Thu, Jul 17, 2014 at 10:12:27AM -0700, Andy Lutomirski wrote: > > Unless I'm reading the code wrong, the prandom_reseed_late call can > happen after userspace is running. But there is also the prandom_reseed() call, which happens early. - Ted