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>] [day] [month] [year] [list]
Date:	Fri, 28 Mar 2008 11:16:10 +1100
From:	Rusty Russell <rusty@...tcorp.com.au>
To:	Linus Torvalds <torvalds@...ux-foundation.org>
Cc:	linux-kernel@...r.kernel.org, lguest <lguest@...abs.org>,
	virtualization@...ts.linux-foundation.org
Subject: [PULL] virtio_pci rmmod fix and lguest documentation/comment updates

The following changes since commit 3085354de635179d70c240e6d942bcbd1d93056c:
  Ingo Molnar (1):
        x86: prefetch fix #2

are available in the git repository at:

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

Anthony Liguori (1):
      virtio_pci: unregister virtio device at device remove

Paul Bolle (1):
      lguest: lguest.txt documentation fix

Rusty Russell (2):
      lguest: Don't need comment terminator before disk section.
      lguest: comment documentation update.

Tim Ansell (1):
      lguest: Add puppies which where previously missing.

 Documentation/lguest/lguest.c         |   70 ++++++++++++----------
 Documentation/lguest/lguest.txt       |   19 ++++--
 arch/x86/lguest/boot.c                |  108 +++++++++++++++++++--------------
 arch/x86/lguest/i386_head.S           |   15 +++-
 drivers/lguest/Makefile               |    8 +++
 drivers/lguest/core.c                 |   18 +++---
 drivers/lguest/hypercalls.c           |   11 +++-
 drivers/lguest/interrupts_and_traps.c |    7 +-
 drivers/lguest/lguest_device.c        |   11 ++--
 drivers/lguest/lguest_user.c          |   30 ++++++---
 drivers/lguest/page_tables.c          |   32 ++++++----
 drivers/lguest/x86/core.c             |   33 ++++++----
 drivers/lguest/x86/switcher_32.S      |    8 +-
 drivers/virtio/virtio_pci.c           |    1 +
 include/asm-x86/lguest_hcall.h        |    2 +-
 include/linux/lguest_launcher.h       |    6 ++-
 16 files changed, 229 insertions(+), 150 deletions(-)
--
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