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, 2 May 2008 21:54:17 +1000
From:	Rusty Russell <rusty@...tcorp.com.au>
To:	Linus Torvalds <torvalds@...ux-foundation.org>
Cc:	linux-kernel@...r.kernel.org, Ryan Harper <ryanh@...ibm.com>,
	Christian Borntraeger <borntraeger@...ibm.com>,
	Harvey Harrison <harvey.harrison@...il.com>,
	Marcelo Tosatti <marcelo@...ck.org>,
	virtualization@...ts.linux-foundation.org,
	lguest <lguest@...abs.org>
Subject: [PULL] virtio & lguest changes for 2.6.26

The following changes since commit 886c35fbcf6fb2eee15687efc2d64d99b6ad9a4a:
  Linus Torvalds (1):
        Merge branch 'for-linus' of git://git.kernel.org/.../ieee1394/linux1394-2.6

are available in the git repository at:

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

Christian Borntraeger (1):
      virtio: export more headers to userspace

Harvey Harrison (1):
      virtio: fix sparse return void-valued expression warnings

Marcelo Tosatti (1):
      virtio-blk: fix remove oops

Rusty Russell (11):
      virtio: ignore corrupted virtqueues rather than spinning.
      virtio: fix tx_ stats in virtio_net
      virtio: de-structify virtio_block status byte
      virtio: fix scatterlist sizing in net driver.
      virtio: wean net driver off NETDEV_TX_BUSY
      virtio: finer-grained features for virtio_net
      virtio: change config to guest endian.
      virtio: explicit advertisement of driver features
      lguest: avoid using NR_CPUS as a bounds check.
      lguest: remove bogus NULL cpu check
      lguest: make Launcher see device status updates

Ryan Harper (1):
      virtio: add virtio disk geometry feature

 Documentation/lguest/lguest.c   |   62 +++++++++++++++++---------
 drivers/block/virtio_blk.c      |   44 +++++++++++++-----
 drivers/lguest/lguest_device.c  |   68 +++++++++++++++++-----------
 drivers/lguest/lguest_user.c    |    4 +-
 drivers/net/virtio_net.c        |   96 +++++++++++++++++++++++++++-----------
 drivers/virtio/virtio.c         |   38 +++++++++++++++-
 drivers/virtio/virtio_balloon.c |   12 +++--
 drivers/virtio/virtio_pci.c     |   34 +++++++-------
 drivers/virtio/virtio_ring.c    |    5 ++
 include/linux/Kbuild            |    5 ++
 include/linux/virtio.h          |    7 +++
 include/linux/virtio_blk.h      |   14 +++---
 include/linux/virtio_config.h   |   81 ++++++++++++++++++---------------
 include/linux/virtio_net.h      |   13 +++++-
 14 files changed, 324 insertions(+), 159 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