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: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Thu, 26 Nov 2009 00:25:25 +0000
From:	Ian Molton <ian.molton@...labora.co.uk>
To:	unlisted-recipients:; (no To-header on input)
Cc:	rusty@...tcorp.com.au, linux-kernel@...r.kernel.org,
	mpm@...enic.com
Subject: 

This patchset updates the hw_random core to use more efficient buffering.
As an example, the virtio-rng driver is converted to the new API, which fixes
a buffering bug provoked during my work writing a virtio qdev for qemu.

The old API is preserved and all existing drivers should continue to function
without change.

Summary:
 drivers/char/hw_random/core.c       |  120 ++++++++++++++++++++++--------------
 drivers/char/hw_random/virtio-rng.c |   79 ++++++++---------------
 include/linux/hw_random.h           |    9 +-
 3 files changed, 110 insertions(+), 98 deletions(-)

 [PATCH 1/2] hw_random: core updates to allow more efficient drivers
 [PATCH 2/2] virtio: Convert virtio-rng to the new API
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ