public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] virtio-rng: contribute to early randomness requests
@ 2014-07-21  9:30 Amit Shah
  2014-07-21  9:30 ` [PATCH 1/3] virtio: rng: remove unused struct element Amit Shah
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Amit Shah @ 2014-07-21  9:30 UTC (permalink / raw)
  To: linux-kernel
  Cc: Virtualization List, Rusty Russell, herbert, keescook, jason,
	Amos Kong, Amit Shah

Hi,

This series enables virtio-rng to service the early randomness
requests made by the hwrng core (patch 2), with Herbert's idea of
using the scan routine.

Patch 3 reverts the previous restriction, which no longer applies, to
not send read requests to the host before successful probe.

Patch 1 is a minor cleanup.

Please review and apply,

Amit Shah (3):
  virtio: rng: remove unused struct element
  virtio: rng: delay hwrng_register() till driver is ready
  Revert "hwrng: virtio - ensure reads happen after successful probe"

 drivers/char/hw_random/core.c       |  6 ------
 drivers/char/hw_random/virtio-rng.c | 35 +++++++++++++++--------------------
 2 files changed, 15 insertions(+), 26 deletions(-)

-- 
1.9.3


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

end of thread, other threads:[~2014-07-21 11:11 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-21  9:30 [PATCH 0/3] virtio-rng: contribute to early randomness requests Amit Shah
2014-07-21  9:30 ` [PATCH 1/3] virtio: rng: remove unused struct element Amit Shah
2014-07-21  9:31 ` [PATCH 2/3] virtio: rng: delay hwrng_register() till driver is ready Amit Shah
2014-07-21 11:10   ` Amit Shah
2014-07-21  9:31 ` [PATCH 3/3] Revert "hwrng: virtio - ensure reads happen after successful probe" Amit Shah

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox