lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date: Fri, 17 May 2024 17:03:15 +0200
From: "Jason A. Donenfeld" <Jason@...c4.com>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: linux-kernel@...r.kernel.org
Subject: [GIT PULL] random number generator updates for 6.10-rc1

Hi Linus,

I usually like to send you a pull early, but things got a bit delayed for me.
Nonetheless, these three small commits have been cooking in -next for a while
and I don't expect much trouble.

This pull has one new feature:

- The vmgenid driver can now be bound using device tree, rather than just
  ACPI. The improvement, from Sudan, lets Amazon's Firecracker VMM make use of
  the virtual device without having to expose an otherwise unused ACPI stack
  in their "micro VM".

Please pull.

Thanks,
Jason

The following changes since commit 5eb4573ea63d0c83bf58fb7c243fc2c2b6966c02:

  Merge tag 'soc-fixes-6.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc (2024-04-26 14:39:45 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 7b1bcd6b50a615671d4dcb0ad0378a2660a1a368:

  virt: vmgenid: add support for devicetree bindings (2024-04-27 02:38:34 +0200)

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

Sudan Landge (3):
      virt: vmgenid: change implementation to use a platform driver
      dt-bindings: rng: Add vmgenid support
      virt: vmgenid: add support for devicetree bindings

 .../devicetree/bindings/rng/microsoft,vmgenid.yaml |  49 +++++++
 MAINTAINERS                                        |   1 +
 drivers/virt/Kconfig                               |   1 -
 drivers/virt/vmgenid.c                             | 150 ++++++++++++++++-----
 4 files changed, 165 insertions(+), 36 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/rng/microsoft,vmgenid.yaml

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ