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:	Thu, 30 Jul 2009 16:11:37 +0930
From:	Rusty Russell <rusty@...tcorp.com.au>
To:	Linus Torvalds <torvalds@...ux-foundation.org>
Cc:	lguest <lguest@...abs.org>, linux-kernel@...r.kernel.org,
	virtualization@...ts.linux-foundation.org,
	"Michael S. Tsirkin" <mst@...hat.com>,
	Dan Carpenter <error27@...il.com>
Subject: [PULL] lguest & virtio fixes, cleanups

Note that the bulk of this is comment updates and style fixups: the
diffstat on the 5 fixes is:

 Documentation/lguest/lguest.c |    6 -
 drivers/lguest/lguest_user.c  |    5
 drivers/virtio/virtio_pci.c   |  246 +++++++++++++++++++++++-------------------
 3 files changed, 147 insertions(+), 110 deletions(-)

The bulk of *that* is the virtio_pci MSI-X support "refactor": I should have
looked much harder at that before I merged it in.

Thanks,
Rusty.

The following changes since commit 658874f05d040ca96eb5ba9b1c30ce0ff287d762:                
  Linus Torvalds (1):                                                                       
        Merge branch 'i2c-fixes-rc4' of git://aeryn.fluff.org.uk/bjdooks/linux              

are available in the git repository at:

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

Dan Carpenter (1):
      lguest: dereferencing freed mem in add_eventfd()

Michael S. Tsirkin (3):
      virtio: fix memory leak on device removal
      virtio: delete vq from list
      virtio: refactor find_vqs

Rusty Russell (4):
      lguest: fix descriptor corruption in example launcher
      lguest: fix comment style
      lguest: update commentry
      lguest and virtio: cleanup struct definitions to Linux style.

 Documentation/lguest/lguest.c         |  721 ++++++++++++++++++++++-----------
 arch/x86/include/asm/lguest.h         |    3 +-
 arch/x86/include/asm/lguest_hcall.h   |   18 +-
 arch/x86/lguest/boot.c                |  509 ++++++++++++++++--------
 arch/x86/lguest/i386_head.S           |  112 ++++--
 drivers/lguest/core.c                 |  119 ++++--
 drivers/lguest/hypercalls.c           |  145 +++++---
 drivers/lguest/interrupts_and_traps.c |  288 +++++++++-----
 drivers/lguest/lg.h                   |   32 +-
 drivers/lguest/lguest_device.c        |  160 +++++---
 drivers/lguest/lguest_user.c          |  232 ++++++++---
 drivers/lguest/page_tables.c          |  489 +++++++++++++++-------
 drivers/lguest/segments.c             |  106 ++++--
 drivers/lguest/x86/core.c             |  374 +++++++++++------
 drivers/lguest/x86/switcher_32.S      |   22 +-
 drivers/virtio/virtio_pci.c           |  240 +++++++-----
 include/linux/lguest.h                |   39 ++-
 include/linux/lguest_launcher.h       |   18 +-
 include/linux/virtio_blk.h            |    6 +-
 include/linux/virtio_config.h         |    3 +-
 include/linux/virtio_net.h            |    6 +-
 include/linux/virtio_ring.h           |   12 +-
 22 files changed, 2422 insertions(+), 1232 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