* [PULL] virtio & lguest fixes (and new virtio_rng driver)
@ 2008-05-30 5:21 Rusty Russell
0 siblings, 0 replies; only message in thread
From: Rusty Russell @ 2008-05-30 5:21 UTC (permalink / raw)
To: Linus Torvalds; +Cc: Christian Borntraeger, virtualization
The following changes since commit 0a2ce2ffc358da96792d514c1024b72c52be9cc1:
David Howells (1):
Fix FRV minimum slab/kmalloc alignment
are available in the git repository at:
ssh://master.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus.git master
Chris Lalancette (1):
Fix crash in virtio_blk during modprobe ; rmmod ; modprobe
Christian Borntraeger (4):
virtio_blk: allow read-only disks
virtio_net: another race with virtio_net and enable_cb
virtio_config: fix len calculation of config elements
virtio_blk: fix endianess annotations
Rusty Russell (8):
lguest: use ioremap_cache, not ioremap
virtio: bus_id for devices should contain 'virtio'
virtio: virtio_pci should not set bus_id.
virtio: set device index in common code.
lguest: fix ugly <NULL> in /proc/interrupts
virtio: An entropy device, as suggested by hpa.
virtio: force callback on empty.
lguest: notify on empty
Documentation/lguest/lguest.c | 12 ++-
arch/x86/lguest/boot.c | 5 +-
drivers/block/virtio_blk.c | 7 ++-
drivers/char/hw_random/Kconfig | 9 ++
drivers/char/hw_random/Makefile | 1 +
drivers/char/hw_random/virtio-rng.c | 155 +++++++++++++++++++++++++++++++++++
drivers/lguest/lguest_device.c | 25 ++----
drivers/s390/kvm/kvm_virtio.c | 18 ++---
drivers/virtio/virtio.c | 8 ++-
drivers/virtio/virtio_pci.c | 7 --
drivers/virtio/virtio_ring.c | 8 --
include/linux/virtio_blk.h | 9 +-
include/linux/virtio_config.h | 6 +-
include/linux/virtio_rng.h | 8 ++
14 files changed, 225 insertions(+), 53 deletions(-)
create mode 100644 drivers/char/hw_random/virtio-rng.c
create mode 100644 include/linux/virtio_rng.h
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-05-30 5:21 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-30 5:21 [PULL] virtio & lguest fixes (and new virtio_rng driver) Rusty Russell
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.