Merge tag 'random-5.17-rc3-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/crng/random
Pull random number generator fixes from Jason Donenfeld: "For this week, we have: - A fix to make more frequent use of hwgenerator randomness, from Dominik. - More cleanups to the boot initialization sequence, from Dominik. - A fix for an old shortcoming with the ZAP ioctl, from me. - A workaround for a still unfixed Clang CFI/FullLTO compiler bug, from me. On one hand, it's a bummer to commit workarounds for experimental compiler features that have bugs. But on the other, I think this actually improves the code somewhat, independent of the bug. So a win-win" * tag 'random-5.17-rc3-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/crng/random: random: only call crng_finalize_init() for primary_crng random: access primary_pool directly rather than through pointer random: wake up /dev/random writers after zap random: continually use hwgenerator randomness lib/crypto: blake2s: avoid indirect calls to compression function for Clang CFI
Showing
- arch/arm/crypto/blake2s-shash.c 2 additions, 2 deletionsarch/arm/crypto/blake2s-shash.c
- arch/x86/crypto/blake2s-shash.c 2 additions, 2 deletionsarch/x86/crypto/blake2s-shash.c
- crypto/blake2s_generic.c 2 additions, 2 deletionscrypto/blake2s_generic.c
- drivers/char/random.c 22 additions, 17 deletionsdrivers/char/random.c
- include/crypto/internal/blake2s.h 25 additions, 15 deletionsinclude/crypto/internal/blake2s.h
- lib/crypto/blake2s.c 2 additions, 2 deletionslib/crypto/blake2s.c
Please register or sign in to comment