linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] crypto: fix CRYPTO_JITTERENTROPY help text
@ 2024-02-17 16:55 Randy Dunlap
  2024-02-18  5:33 ` Bagas Sanjaya
  2024-02-24  0:52 ` Herbert Xu
  0 siblings, 2 replies; 3+ messages in thread
From: Randy Dunlap @ 2024-02-17 16:55 UTC (permalink / raw)
  To: linux-kernel
  Cc: Randy Dunlap, Bagas Sanjaya, Robert Elliott, Christoph Biedl,
	Herbert Xu, David S. Miller, linux-crypto

Correct various small problems in the help text:
a. change 2 spaces to ", "
b. finish an incomplete sentence
c. change non-working URL to working URL

Fixes: a9a98d49da52 ("crypto: Kconfig - simplify compression/RNG entries")
Closes: https://bugzilla.kernel.org/show_bug.cgi?id=218458
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Bagas Sanjaya <bagasdotme@gmail.com>
Cc: Robert Elliott <elliott@hpe.com>
Cc: Christoph Biedl <bugzilla.kernel.bpeb@manchmal.in-ulm.de>
Cc: Herbert Xu <herbert@gondor.apana.org.au>
Cc: "David S. Miller" <davem@davemloft.net>
Cc: linux-crypto@vger.kernel.org
---
 crypto/Kconfig |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff -- a/crypto/Kconfig b/crypto/Kconfig
--- a/crypto/Kconfig
+++ b/crypto/Kconfig
@@ -1269,10 +1269,11 @@ config CRYPTO_JITTERENTROPY
 
 	  A non-physical non-deterministic ("true") RNG (e.g., an entropy source
 	  compliant with NIST SP800-90B) intended to provide a seed to a
-	  deterministic RNG (e.g.  per NIST SP800-90C).
+	  deterministic RNG (e.g., per NIST SP800-90C).
 	  This RNG does not perform any cryptographic whitening of the generated
+	  random numbers.
 
-	  See https://www.chronox.de/jent.html
+	  See https://www.chronox.de/jent/
 
 if CRYPTO_JITTERENTROPY
 if CRYPTO_FIPS && EXPERT

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] crypto: fix CRYPTO_JITTERENTROPY help text
  2024-02-17 16:55 [PATCH] crypto: fix CRYPTO_JITTERENTROPY help text Randy Dunlap
@ 2024-02-18  5:33 ` Bagas Sanjaya
  2024-02-24  0:52 ` Herbert Xu
  1 sibling, 0 replies; 3+ messages in thread
From: Bagas Sanjaya @ 2024-02-18  5:33 UTC (permalink / raw)
  To: Randy Dunlap, linux-kernel
  Cc: Robert Elliott, Christoph Biedl, Herbert Xu, David S. Miller,
	linux-crypto

[-- Attachment #1: Type: text/plain, Size: 1587 bytes --]

On Sat, Feb 17, 2024 at 08:55:13AM -0800, Randy Dunlap wrote:
> Correct various small problems in the help text:
> a. change 2 spaces to ", "
> b. finish an incomplete sentence
> c. change non-working URL to working URL
> 
> Fixes: a9a98d49da52 ("crypto: Kconfig - simplify compression/RNG entries")
> Closes: https://bugzilla.kernel.org/show_bug.cgi?id=218458
> Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
> Cc: Bagas Sanjaya <bagasdotme@gmail.com>
> Cc: Robert Elliott <elliott@hpe.com>
> Cc: Christoph Biedl <bugzilla.kernel.bpeb@manchmal.in-ulm.de>
> Cc: Herbert Xu <herbert@gondor.apana.org.au>
> Cc: "David S. Miller" <davem@davemloft.net>
> Cc: linux-crypto@vger.kernel.org
> ---
>  crypto/Kconfig |    5 +++--
>  1 file changed, 3 insertions(+), 2 deletions(-)
> 
> diff -- a/crypto/Kconfig b/crypto/Kconfig
> --- a/crypto/Kconfig
> +++ b/crypto/Kconfig
> @@ -1269,10 +1269,11 @@ config CRYPTO_JITTERENTROPY
>  
>  	  A non-physical non-deterministic ("true") RNG (e.g., an entropy source
>  	  compliant with NIST SP800-90B) intended to provide a seed to a
> -	  deterministic RNG (e.g.  per NIST SP800-90C).
> +	  deterministic RNG (e.g., per NIST SP800-90C).
>  	  This RNG does not perform any cryptographic whitening of the generated
> +	  random numbers.
>  
> -	  See https://www.chronox.de/jent.html
> +	  See https://www.chronox.de/jent/
>  
>  if CRYPTO_JITTERENTROPY
>  if CRYPTO_FIPS && EXPERT

LGTM, thanks!

Acked-by: Bagas Sanjaya <bagasdotme@gmail.com>

-- 
An old man doll... just what I always wanted! - Clara

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] crypto: fix CRYPTO_JITTERENTROPY help text
  2024-02-17 16:55 [PATCH] crypto: fix CRYPTO_JITTERENTROPY help text Randy Dunlap
  2024-02-18  5:33 ` Bagas Sanjaya
@ 2024-02-24  0:52 ` Herbert Xu
  1 sibling, 0 replies; 3+ messages in thread
From: Herbert Xu @ 2024-02-24  0:52 UTC (permalink / raw)
  To: Randy Dunlap
  Cc: linux-kernel, Bagas Sanjaya, Robert Elliott, Christoph Biedl,
	David S. Miller, linux-crypto

On Sat, Feb 17, 2024 at 08:55:13AM -0800, Randy Dunlap wrote:
> Correct various small problems in the help text:
> a. change 2 spaces to ", "
> b. finish an incomplete sentence
> c. change non-working URL to working URL
> 
> Fixes: a9a98d49da52 ("crypto: Kconfig - simplify compression/RNG entries")
> Closes: https://bugzilla.kernel.org/show_bug.cgi?id=218458
> Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
> Cc: Bagas Sanjaya <bagasdotme@gmail.com>
> Cc: Robert Elliott <elliott@hpe.com>
> Cc: Christoph Biedl <bugzilla.kernel.bpeb@manchmal.in-ulm.de>
> Cc: Herbert Xu <herbert@gondor.apana.org.au>
> Cc: "David S. Miller" <davem@davemloft.net>
> Cc: linux-crypto@vger.kernel.org
> ---
>  crypto/Kconfig |    5 +++--
>  1 file changed, 3 insertions(+), 2 deletions(-)

Patch applied.  Thanks.
-- 
Email: Herbert Xu <herbert@gondor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-02-24  0:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-17 16:55 [PATCH] crypto: fix CRYPTO_JITTERENTROPY help text Randy Dunlap
2024-02-18  5:33 ` Bagas Sanjaya
2024-02-24  0:52 ` Herbert Xu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).