[Lguest] [PULL] virtio, lguest and module comment fixes

Rusty Russell rusty at rustcorp.com.au
Mon Nov 19 11:22:42 EST 2007


The following changes since commit 2ffbb8377c7a0713baf6644e285adc27a5654582:
  Linus Torvalds (1):
        Merge branch 'master' of git://git.kernel.org/.../x86/linux-2.6-x86

are available in the git repository at:

  ssh://master.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus master

Matti Linnanvuori (1):
      module: fix and elaborate comments

Rusty Russell (3):
      lguest: Fix uninitialized members in example launcher
      virtio: fix module/device unloading
      virtio: fix net driver loop case where we fail to restart

 Documentation/lguest/lguest.c  |    9 ++++++---
 drivers/block/virtio_blk.c     |   10 +++++++---
 drivers/lguest/lguest_device.c |    2 ++
 drivers/net/virtio_net.c       |   12 ++++++++----
 drivers/virtio/virtio.c        |   13 +++++++++++++
 kernel/module.c                |    8 +++++---
 6 files changed, 41 insertions(+), 13 deletions(-)



More information about the Lguest mailing list