random: cleanup fractional entropy shift constants
authorJason A. Donenfeld <Jason@zx2c4.com>
Thu, 13 Jan 2022 17:18:48 +0000 (18:18 +0100)
committerJason A. Donenfeld <Jason@zx2c4.com>
Tue, 18 Jan 2022 12:03:56 +0000 (13:03 +0100)
commit18263c4e8e62f7329f38f5eadc568751242ca89c
tree9497810a353e8562075a225de531963eaddb5f3e
parentb3d51c1f542113342ddfbf6007e38a684b9dbec9
random: cleanup fractional entropy shift constants

The entropy estimator is calculated in terms of 1/8 bits, which means
there are various constants where things are shifted by 3. Move these
into our pool info enum with the other relevant constants. While we're
at it, move an English assertion about sizes into a proper BUILD_BUG_ON
so that the compiler can ensure this invariant.

Reviewed-by: Dominik Brodowski <linux@dominikbrodowski.net>
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
drivers/char/random.c