Re: [RFC/PATCH 2/3] arm: Add ARCH_WANT_OF_RANDOMNESS

2014-02-12 Thread Grant Likely
On Tue, 11 Feb 2014 17:33:24 -0800, Laura Abbott lau...@codeaurora.org wrote: The stack canary for ARM is currently the same across reboots due to lack of randomness early enough. Add ARCH_WANT_OF_RANDOMNESS to allow devices to add whatever randomness they need. Signed-off-by: Laura Abbott

Re: [RFC/PATCH 2/3] arm: Add ARCH_WANT_OF_RANDOMNESS

2014-02-12 Thread Laura Abbott
On 2/12/2014 8:49 AM, Grant Likely wrote: On Tue, 11 Feb 2014 17:33:24 -0800, Laura Abbott lau...@codeaurora.org wrote: The stack canary for ARM is currently the same across reboots due to lack of randomness early enough. Add ARCH_WANT_OF_RANDOMNESS to allow devices to add whatever randomness

[RFC/PATCH 2/3] arm: Add ARCH_WANT_OF_RANDOMNESS

2014-02-11 Thread Laura Abbott
The stack canary for ARM is currently the same across reboots due to lack of randomness early enough. Add ARCH_WANT_OF_RANDOMNESS to allow devices to add whatever randomness they need. Signed-off-by: Laura Abbott lau...@codeaurora.org --- arch/arm/Kconfig |3 +++