]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
Merge tag 'random_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 11 Jun 2017 19:02:01 +0000 (12:02 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 11 Jun 2017 19:02:01 +0000 (12:02 -0700)
commit5ad9345d2321eb1442794098506d136d01cf8345
tree500c5274cf0433c7266c901727b722315508c358
parent5e38b72ac1b0000f1d7bd2b62fba7ee9053f5b94
parentb169c13de473a85b3c859bb36216a4cb5f00a54a
Merge tag 'random_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/random

Pull randomness fixes from Ted Ts'o:
 "Improve performance by using a lockless update mechanism suggested by
  Linus, and make sure we refresh per-CPU entropy returned get_random_*
  as soon as the CRNG is initialized"

* tag 'random_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/random:
  random: invalidate batched entropy after crng init
  random: use lockless method of accessing and updating f->reg_idx