diff options
author | Eric Biggers <ebiggers3@gmail.com> | 2016-05-04 21:08:39 -0400 |
---|---|---|
committer | Sasha Levin <alexander.levin@verizon.com> | 2017-07-26 19:25:36 -0400 |
commit | f9cad1f8d13fe0d161c2a6b61d36525ba72368ca (patch) | |
tree | e611f0aa6de5f463e37b35044851aa8fa4251439 /arch/arm/Kconfig | |
parent | e6a04ee907c0e240cfbcc407de52f3dbcf0c90da (diff) |
random: properly align get_random_int_hash
[ Upstream commit b1132deac01c2332d234fa821a70022796b79182 ]
get_random_long() reads from the get_random_int_hash array using an
unsigned long pointer. For this code to be guaranteed correct on all
architectures, the array must be aligned to an unsigned long boundary.
Cc: stable@kernel.org
Signed-off-by: Eric Biggers <ebiggers3@gmail.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Signed-off-by: Sasha Levin <alexander.levin@verizon.com>
Diffstat (limited to 'arch/arm/Kconfig')
0 files changed, 0 insertions, 0 deletions