]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'random-5.19-rc4-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
authorLinus Torvalds <torvalds@linux-foundation.org>
Thu, 23 Jun 2022 19:00:49 +0000 (14:00 -0500)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 23 Jun 2022 19:00:49 +0000 (14:00 -0500)
commit3747d04743362d251b4c16d8ec665138e540affc
treeecaf48b678e90a4e6a8264580e28793f44ac16f4
parent6715d5d9aacbde8d437fb15ed555b50fbba8fa4a
parent6943da971e700e164509d5616d642f1361275a98
Merge tag 'random-5.19-rc4-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/crng/random

Pull random number generator fixes from Jason Donenfeld:

 - A change to schedule the interrupt randomness mixing less often, yet
   credit a little more each time, to reduce overhead during interrupt
   storms.

 - Squelch an undesired pr_warn() from __ratelimit(), which was causing
   problems in the reporters' CI.

 - A trivial comment fix.

* tag 'random-5.19-rc4-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/crng/random:
  random: update comment from copy_to_user() -> copy_to_iter()
  random: quiet urandom warning ratelimit suppression message
  random: schedule mix_interrupt_randomness() less often