From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: Re: [PATCH 05/21] linux: Disable the latent entropy plugin Date: Tue, 27 Dec 2022 12:22:27 +0100 Message-ID: <23F372A9-EF87-459E-8428-05980670F859@ipfire.org> In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4993403805308250403==" List-Id: --===============4993403805308250403== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Acked-by: Michael Tremer > On 26 Dec 2022, at 20:26, Peter M=C3=BCller wr= ote: >=20 > It does not generate cryptographically secure entropy. >=20 > Backported from IPFire 3.x as 6aea180b26906f001611dcc0c54f494818069d8c. >=20 > Signed-off-by: Peter M=C3=BCller > --- > config/kernel/kernel.config.x86_64-ipfire | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > diff --git a/config/kernel/kernel.config.x86_64-ipfire b/config/kernel/kern= el.config.x86_64-ipfire > index 663dd444b..4e7f98b6b 100644 > --- a/config/kernel/kernel.config.x86_64-ipfire > +++ b/config/kernel/kernel.config.x86_64-ipfire > @@ -782,7 +782,7 @@ CONFIG_ARCH_HAS_GCOV_PROFILE_ALL=3Dy > CONFIG_HAVE_GCC_PLUGINS=3Dy > CONFIG_GCC_PLUGINS=3Dy > # CONFIG_GCC_PLUGIN_CYC_COMPLEXITY is not set > -CONFIG_GCC_PLUGIN_LATENT_ENTROPY=3Dy > +# CONFIG_GCC_PLUGIN_LATENT_ENTROPY is not set > # CONFIG_GCC_PLUGIN_RANDSTRUCT is not set > # end of General architecture-dependent options >=20 > --=20 > 2.35.3 --===============4993403805308250403==--