All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH stable 5.15.y 0/5] missing random.c-related stable patches
@ 2022-06-02 20:23 Jason A. Donenfeld
  2022-06-02 20:23 ` [PATCH stable 5.15.y 1/5] lib/crypto: add prompts back to crypto libraries Jason A. Donenfeld
                   ` (5 more replies)
  0 siblings, 6 replies; 9+ messages in thread
From: Jason A. Donenfeld @ 2022-06-02 20:23 UTC (permalink / raw)
  To: stable, gregkh

Hi Greg,

I forgot two things when doing the 5.15 backport. The first is a patch
from Justin fixing a bug in some of the lib/crypto Kconfig changes,
which Pablo (CC'd) pointed out was missed. The second is that the
backport of 5acd35487dc9 ("random: replace custom notifier chain with
standard one") isn't quite right without Nicolai's patches there too,
since the drbg module is removable.

I'll continue to monitor all the channels I possibly can for chatter
about problems, but so far this is all I've run into.

Jason

Cc: Pablo Greco <pgreco@centosproject.org>

Justin M. Forbes (1):
  lib/crypto: add prompts back to crypto libraries

Nicolai Stange (4):
  crypto: drbg - prepare for more fine-grained tracking of seeding state
  crypto: drbg - track whether DRBG was seeded with
    !rng_is_initialized()
  crypto: drbg - move dynamic ->reseed_threshold adjustments to
    __drbg_seed()
  crypto: drbg - make reseeding from get_random_bytes() synchronous

 crypto/Kconfig        |   2 -
 crypto/drbg.c         | 110 +++++++++++++++++-------------------------
 drivers/char/random.c |   2 -
 include/crypto/drbg.h |  10 ++--
 lib/Kconfig           |   2 +
 lib/crypto/Kconfig    |  17 +++++--
 6 files changed, 65 insertions(+), 78 deletions(-)

-- 
2.35.1


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

end of thread, other threads:[~2022-06-03 15:23 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-02 20:23 [PATCH stable 5.15.y 0/5] missing random.c-related stable patches Jason A. Donenfeld
2022-06-02 20:23 ` [PATCH stable 5.15.y 1/5] lib/crypto: add prompts back to crypto libraries Jason A. Donenfeld
2022-06-02 20:23 ` [PATCH stable 5.15.y 2/5] crypto: drbg - prepare for more fine-grained tracking of seeding state Jason A. Donenfeld
2022-06-02 20:23 ` [PATCH stable 5.15.y 3/5] crypto: drbg - track whether DRBG was seeded with !rng_is_initialized() Jason A. Donenfeld
2022-06-02 20:23 ` [PATCH stable 5.15.y 4/5] crypto: drbg - move dynamic ->reseed_threshold adjustments to __drbg_seed() Jason A. Donenfeld
2022-06-02 20:23 ` [PATCH stable 5.15.y 5/5] crypto: drbg - make reseeding from get_random_bytes() synchronous Jason A. Donenfeld
2022-06-03 14:48 ` [PATCH stable 5.15.y 0/5] missing random.c-related stable patches Greg KH
2022-06-03 15:14   ` Jason A. Donenfeld
2022-06-03 15:23     ` Greg KH

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.