From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Subject: Re: [PATCH] ARM: tegra: add fuses as device randomness Date: Tue, 17 Sep 2013 14:05:41 -0600 Message-ID: <5238B615.9050701@wwwdotorg.org> References: <1379096828-27644-1-git-send-email-swarren@wwwdotorg.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1379096828-27644-1-git-send-email-swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org> Sender: linux-tegra-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Stephen Warren Cc: linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, Linus Walleij , Stephen Warren List-Id: linux-tegra@vger.kernel.org On 09/13/2013 12:27 PM, Stephen Warren wrote: > From: Stephen Warren > > Various fuses on Tegra include information that's unique to an individual > chip, or a subset of chips. Call add_device_randomness() with this data > to perturb the initial state of the random pool. I have applied this patch to Tegra's for-3.13/soc branch. From mboxrd@z Thu Jan 1 00:00:00 1970 From: swarren@wwwdotorg.org (Stephen Warren) Date: Tue, 17 Sep 2013 14:05:41 -0600 Subject: [PATCH] ARM: tegra: add fuses as device randomness In-Reply-To: <1379096828-27644-1-git-send-email-swarren@wwwdotorg.org> References: <1379096828-27644-1-git-send-email-swarren@wwwdotorg.org> Message-ID: <5238B615.9050701@wwwdotorg.org> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 09/13/2013 12:27 PM, Stephen Warren wrote: > From: Stephen Warren > > Various fuses on Tegra include information that's unique to an individual > chip, or a subset of chips. Call add_device_randomness() with this data > to perturb the initial state of the random pool. I have applied this patch to Tegra's for-3.13/soc branch.