linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] random number generator updates for 6.19-rc1
@ 2025-12-01  2:40 Jason A. Donenfeld
  2025-12-03  3:11 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Jason A. Donenfeld @ 2025-12-01  2:40 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel

Hi Linus,

Please pull the following small set of updates to the random number generator:

- Dynamically allocate cpumasks off of the stack, potentially, if the kernel is
  configured for a lot of CPUs, to handle a -Wframe-larger-than case.

- The removal of next_pseudo_random32() after the last user was switched over
  to the prandom interface.

- The removal of get_random_u{8,16,32,64}_wait() functions, as there were no
  users of those at all.

- Some house keeping changes - a few grammar cleanups in the comments,
  system_unbound_wq was renamed to system_dfl_wq, and static_key_initialized no
  longer needs to be checked.

These have been sitting in my tree for a while and haven't surface any issues.

Thanks,
Jason

The following changes since commit e53642b87a4f4b03a8d7e5f8507fc3cd0c595ea6:

  Merge tag 'v6.18-rc3-smb-server-fixes' of git://git.samba.org/ksmbd (2025-10-28 18:00:40 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 90fb9b98fcf5e668a13676d6e8cd546b6990d002:

  random: complete sentence of comment (2025-11-25 02:54:37 +0100)

----------------------------------------------------------------
Random number generator updates for Linux 6.19-rc1.
----------------------------------------------------------------

Arnd Bergmann (1):
      random: use offstack cpumask when necessary

Eric Biggers (1):
      random: remove unused get_random_var_wait functions

Jason A. Donenfeld (1):
      random: complete sentence of comment

Marco Crivellari (1):
      random: replace use of system_unbound_wq with system_dfl_wq

Markus Theil (2):
      media: vivid: use prandom
      prandom: remove next_pseudo_random32

Thomas Weißschuh (1):
      random: drop check for static_key_initialized

Thorsten Blum (1):
      random: add missing words in function comments

 drivers/char/random.c                            | 38 +++++++++++++-----------
 drivers/media/test-drivers/vivid/vivid-vid-cap.c |  4 ++-
 include/linux/prandom.h                          |  6 ----
 include/linux/random.h                           | 15 ----------
 4 files changed, 24 insertions(+), 39 deletions(-)

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

* Re: [GIT PULL] random number generator updates for 6.19-rc1
  2025-12-01  2:40 [GIT PULL] random number generator updates for 6.19-rc1 Jason A. Donenfeld
@ 2025-12-03  3:11 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2025-12-03  3:11 UTC (permalink / raw)
  To: Jason A. Donenfeld; +Cc: Linus Torvalds, linux-kernel

The pull request you sent on Mon,  1 Dec 2025 03:40:18 +0100:

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

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

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:[~2025-12-03  3:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-12-01  2:40 [GIT PULL] random number generator updates for 6.19-rc1 Jason A. Donenfeld
2025-12-03  3:11 ` pr-tracker-bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).