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>] [thread-next>] [day] [month] [year] [list]
Date:	Mon, 07 Dec 2009 13:53:29 -0500
From:	Gregory Haskins <gregory.haskins@...il.com>
To:	torvalds@...ux-foundation.org
CC:	"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
	netdev@...r.kernel.org,
	"alacrityvm-devel@...ts.sourceforge.net" 
	<alacrityvm-devel@...ts.sourceforge.net>
Subject: [GIT PULL] AlacrityVM guest drivers for 2.6.33

Hi Linus,

Please pull AlacrityVM guest support for 2.6.33 from:

git://git.kernel.org/pub/scm/linux/kernel/git/ghaskins/alacrityvm/linux-2.6.git
for-linus

All of these patches have stewed in linux-next for quite a while now:

Gregory Haskins (26):
      shm-signal: shared-memory signals
      ioq: Add basic definitions for a shared-memory, lockless queue
      vbus: add a "vbus-proxy" bus model for vbus_driver objects
      vbus-proxy: add a pci-to-vbus bridge
      ioq: add driver-side vbus helpers
      net: add vbus_enet driver
      venet: Update maintainer
      venet: fix gso.hdr_len to report correct length
      venet: add pre-mapped tx descriptor feature
      venet: report actual used descriptor size
      venet: cache the ringlen values at init
      venet: add eventq protocol
      venet: use an skblist for outstanding descriptors
      venet: add a tx-complete event for out-of-order support
      venet: add Layer-4 Reassembler Offload (L4RO) support
      vbus: allow shmsignals to be named
      vbus: register shm-signal events as standard Linux IRQ vectors
      net: fix vbus-enet Kconfig dependencies
      venet: fix locking issue with dev_kfree_skb()
      vbus: fix kmalloc() from interrupt context to use GFP_ATOMIC
      fix irq resource leak
      vbus: remove create_irq() references from the pcibridge
      vbus: make library code properly declared as GPL
      venet: add missing ethtool include
      vbus: add autoprobe capability to guest
      vbus: fix pcibridge busmaster support

Jaswinder Singh Rajput (1):
      ioq: includecheck fix

Patrick Mullaney (1):
      vbus-enet: fix l4ro pool non-atomic allocations in softirq context

Rakib Mullick (1):
      vbus: Fix section mismatch warnings in pci-bridge.c

Randy Dunlap (2):
      vbus-proxy also uses ioq, so it should select IOQ.
      Eliminate all cast warnings in vbus-enet.c and pci-bridge.c.

Thadeu Lima de Souza Cascardo (1):
      trivial: fix a typo in SHM_SIGNAL config description

 MAINTAINERS                 |   25 +
 arch/x86/Kconfig            |    2 +
 drivers/Makefile            |    1 +
 drivers/net/Kconfig         |   14 +
 drivers/net/Makefile        |    1 +
 drivers/net/vbus-enet.c     | 1560
+++++++++++++++++++++++++++++++++++++++++++
 drivers/vbus/Kconfig        |   25 +
 drivers/vbus/Makefile       |    6 +
 drivers/vbus/bus-proxy.c    |  247 +++++++
 drivers/vbus/pci-bridge.c   | 1015 ++++++++++++++++++++++++++++
 include/linux/Kbuild        |    4 +
 include/linux/ioq.h         |  414 ++++++++++++
 include/linux/shm_signal.h  |  189 ++++++
 include/linux/vbus_driver.h |   83 +++
 include/linux/vbus_pci.h    |  145 ++++
 include/linux/venet.h       |  133 ++++
 lib/Kconfig                 |   21 +
 lib/Makefile                |    2 +
 lib/ioq.c                   |  300 +++++++++
 lib/shm_signal.c            |  196 ++++++
 20 files changed, 4383 insertions(+), 0 deletions(-)
 create mode 100644 drivers/net/vbus-enet.c
 create mode 100644 drivers/vbus/Kconfig
 create mode 100644 drivers/vbus/Makefile
 create mode 100644 drivers/vbus/bus-proxy.c
 create mode 100644 drivers/vbus/pci-bridge.c
 create mode 100644 include/linux/ioq.h
 create mode 100644 include/linux/shm_signal.h
 create mode 100644 include/linux/vbus_driver.h
 create mode 100644 include/linux/vbus_pci.h
 create mode 100644 include/linux/venet.h
 create mode 100644 lib/ioq.c
 create mode 100644 lib/shm_signal.c


Download attachment "signature.asc" of type "application/pgp-signature" (268 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ