All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] random number generator fixes for 6.9-rc5
@ 2024-04-18 15:47 Jason A. Donenfeld
  2024-04-18 17:23 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Jason A. Donenfeld @ 2024-04-18 15:47 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel

Hi Linus,

This pull has two small fixes:

- The input subsystem contributes entropy in some places where a spinlock is
  held, but the entropy accounting code only handled callers being in an
  interrupt or non-atomic process context, but not atomic process context. We
  fix this by removing an optimization and just calling queue_work()
  unconditionally.

- Greg accidently sent up a patch not intended for his tree and that had been
  nack'd, so that's now reverted.

Please pull.

Thanks,
Jason

The following changes since commit 4cece764965020c22cff7665b18a012006359095:

  Linux 6.9-rc1 (2024-03-24 14:10:05 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/crng/random.git tags/random-6.9-rc5-for-linus

for you to fetch changes up to 3aadf100f93d80815685493d60cd8cab206403df:

  Revert "vmgenid: emit uevent when VMGENID updates" (2024-04-18 14:47:23 +0200)

----------------------------------------------------------------
Random number generator fixes for Linux 6.9-rc5.
----------------------------------------------------------------

Jason A. Donenfeld (2):
      random: handle creditable entropy from atomic process context
      Revert "vmgenid: emit uevent when VMGENID updates"

 drivers/char/random.c  | 10 +++++-----
 drivers/virt/vmgenid.c |  2 --
 2 files changed, 5 insertions(+), 7 deletions(-)

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

* Re: [GIT PULL] random number generator fixes for 6.9-rc5
  2024-04-18 15:47 [GIT PULL] random number generator fixes for 6.9-rc5 Jason A. Donenfeld
@ 2024-04-18 17:23 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2024-04-18 17:23 UTC (permalink / raw)
  To: Jason A. Donenfeld; +Cc: Linus Torvalds, linux-kernel

The pull request you sent on Thu, 18 Apr 2024 17:47:17 +0200:

> https://git.kernel.org/pub/scm/linux/kernel/git/crng/random.git tags/random-6.9-rc5-for-linus

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/e4add02086a61247e9ff65a4600dd84a31aacc92

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

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

end of thread, other threads:[~2024-04-18 17:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-18 15:47 [GIT PULL] random number generator fixes for 6.9-rc5 Jason A. Donenfeld
2024-04-18 17:23 ` pr-tracker-bot

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.