Re: [PATCH] random: properly align get_random_int_hash

From: Theodore Ts'o
Date: Wed May 04 2016 - 21:09:03 EST


On Thu, Mar 31, 2016 at 08:11:25PM -0500, Eric Biggers wrote:
> 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.
>
> Signed-off-by: Eric Biggers <ebiggers3@xxxxxxxxx>

Thanks, applied.

- Ted