From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f68.google.com ([74.125.82.68]:34482 "EHLO mail-wm0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1161681AbcE3WdD (ORCPT ); Mon, 30 May 2016 18:33:03 -0400 Date: Tue, 31 May 2016 00:39:55 +0200 From: Emese Revfy Subject: Re: [PATCH v1 1/3] Add the latent_entropy gcc plugin Message-Id: <20160531003955.032d11cad95c4439328b0128@gmail.com> In-Reply-To: References: <20160524001405.3e6abd1d5a63a871cc366cff@gmail.com> <20160524001529.0e69232eff0b1b5bc566a763@gmail.com> <5744E665.28844.9DDA03D@pageexec.freemail.hu> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kbuild-owner@vger.kernel.org List-ID: To: Kees Cook Cc: PaX Team , "kernel-hardening@lists.openwall.com" , Brad Spengler , Michal Marek , LKML , Masahiro Yamada , linux-kbuild , Theodore Ts'o , Andrew Morton , Linux-MM , Jens Axboe , Al Viro , Paul McKenney , Ingo Molnar , Thomas Gleixner , bart.vanassche@sandisk.com, "David S. Miller" On Tue, 24 May 2016 19:55:17 -0700 Kees Cook wrote: > Yeah, answering "how random is this?" is not easy, but that's not what > I meant. I'm more curious about specific build configs or hardware > where calling get_random_int() early enough would always produce the > same value (or the same value across all threads, etc), and in these > cases, the new entropy should be visible when using the latent entropy > plugin. I booted minimal configs (not allnoconfig because it can't boot in qemu) many times. I couldn't produce same values. -- Emese