]> git.ipfire.org Git - thirdparty/linux.git/commit - crypto/Kconfig
Merge tag 'random-6.10-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 18 May 2024 17:51:35 +0000 (10:51 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 18 May 2024 17:51:35 +0000 (10:51 -0700)
commitf0cd69b8cca6a5096463644d6dacc9f991bfa521
treea6e95d8f59c4620ee98ad24f238ebca47c27421f
parent2fc0e7892c10734c1b7c613ef04836d57d4676d5
parent7b1bcd6b50a615671d4dcb0ad0378a2660a1a368
Merge tag 'random-6.10-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/crng/random

Pull random number generator updates from Jason Donenfeld:

 - The vmgenid driver can now be bound using device tree, rather than
   just ACPI.

   The improvement, from Sudan Landge, lets Amazon's Firecracker VMM
   make use of the virtual device without having to expose an otherwise
   unused ACPI stack in their "micro VM".

* tag 'random-6.10-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/crng/random:
  virt: vmgenid: add support for devicetree bindings
  dt-bindings: rng: Add vmgenid support
  virt: vmgenid: change implementation to use a platform driver
MAINTAINERS