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:	Mon, 24 Oct 2011 08:54:48 -0400
From:	Konrad Rzeszutek Wilk <konrad.wilk@...cle.com>
To:	torvalds@...ux-foundation.org, linux-kernel@...r.kernel.org
Cc:	dan.carpenter@...cle.com, dgdegra@...ho.nsa.gov,
	jbeulich@...ell.com, olaf@...fle.de, rdunlap@...otime.net,
	stefano.stabellini@...citrix.com, thomas@...3r.de,
	Ian.Campbell@...rix.com
Subject: [GIT PULL] (xen) stable/drivers-3.2, stable/drivers.bugfixes-3.2 and
 stable/pci.fixes-3.2 for Linux 3.2-rc0

Hey Linus,

Please pull the three following git branches:

git pull git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen.git  stable/drivers-3.2 stable/drivers.bugfixes-3.2  stable/pci.fixes-3.2

wherein:

#stable/drivers-3.2 is based on git commit 02f8c6aee8df3cdc935e9bdd4f2d020306035dbe (Linux 3.0)
and contains improvements the XenBus driver to reset and restart PV drivers when a guest
is kexec/kdump-ing itself. Also we modify the XenBus subsystem to allow the daemon (which
is in charge all of the XenBus directories/files/attributes) to be present in any domain - not
just the initial one. This slowly paves the way for disegregating guests and allowing device
driver domains.

#stable/drivers.bugfixes-3.2 is based on git commit b6fd41e29dea9c6753b1843a77e50433e6123bcb (Linux 3.1-rc6)
and contains bug-fixes to the Xen PCI backend driver and as well the Xen PCI platform driver.
Nothing really exciting in there - just the normal variety of bug-fixes found
during 3.1 cycle.

#stable/pci.fixes-3.2 is based on git commit 02f8c6aee8df3cdc935e9bdd4f2d020306035dbe (Linux 3.0)
and contains fixes to the Xen PCI frontend driver and the Xen SWIOTLB driver (fixes that
were in the native SWIOTLB driver). Also there is now support for multi-PCI domain boxes,
better reporting of errors, and checking by Xen SWIOTLB of arguments so that it won't
have to do needless work.

The credit list is as follow:

Dan Carpenter (1):
      xen/pciback: double lock typo

Daniel De Graaf (2):
      xenbus: Fix loopback event channel assuming domain 0
      xenbus: don't rely on xen_initial_domain to detect local xenstore

Jan Beulich (4):
      xen/pci: make bus notifier handler return sane values
      xen/pciback: use mutex rather than spinlock in passthrough backend
      xen/pciback: miscellaneous adjustments
      xen/pci: support multi-segment systems

Konrad Rzeszutek Wilk (9):
      xen-pcifront: Update warning comment to use 'e820_host' option.
      xen-swiotlb: Retry up three times to allocate Xen-SWIOTLB
      xen-swiotlb: Fix wrong panic.
      xen-swiotlb: When doing coherent alloc/dealloc check before swizzling the MFNs.
      xen/pciback: Use mutexes when working with Xenbus state transitions.
      xen/pciback: use mutex rather than spinlock in vpci backend
      xen/pv-on-hvm:kexec: Fix implicit declaration of function 'xen_hvm_domain'
      xen/pciback: Do not dereference psdev during printk when it is NULL.
      xen/pciback: Check if the device is found instead of blindly assuming so.

Olaf Hering (5):
      xen/pv-on-hvm kexec: prevent crash in xenwatch_thread() when stale watch events arrive
      xen/pv-on-hvm kexec: rebind virqs to existing eventchannel ports
      xen/pv-on-hvm kexec+kdump: reset PV devices in kexec or crash kernel
      xen/pv-on-hvm kexec: update xs_wire.h:xsd_sockmsg_type from xen-unstable
      xen/pv-on-hvm kexec: add xs_reset_watches to shutdown watches from old kernel

Randy Dunlap (1):
      xen-swiotlb: fix printk and panic args

Stefano Stabellini (2):
      xen: XEN_PVHVM depends on PCI
      xen: remove XEN_PLATFORM_PCI config option

Thomas Meyer (1):
      xen/pciback: use resource_size()


 arch/x86/pci/xen.c                          |   22 ++++-
 arch/x86/xen/Kconfig                        |    3 +-
 drivers/pci/xen-pcifront.c                  |    5 +-
 drivers/xen/Kconfig                         |   10 --
 drivers/xen/Makefile                        |    4 +-
 drivers/xen/events.c                        |   37 +++++++-
 drivers/xen/pci.c                           |  105 ++++++++++++++++++++---
 drivers/xen/swiotlb-xen.c                   |   70 ++++++++++++----
 drivers/xen/xen-pciback/conf_space.c        |    1 -
 drivers/xen/xen-pciback/conf_space_header.c |    5 +-
 drivers/xen/xen-pciback/conf_space_quirks.c |    3 +-
 drivers/xen/xen-pciback/passthrough.c       |   34 +++-----
 drivers/xen/xen-pciback/pci_stub.c          |   35 ++++-----
 drivers/xen/xen-pciback/pciback.h           |   32 +++++---
 drivers/xen/xen-pciback/pciback_ops.c       |    1 -
 drivers/xen/xen-pciback/vpci.c              |   35 ++++-----
 drivers/xen/xen-pciback/xenbus.c            |   27 +++----
 drivers/xen/xenbus/xenbus_comms.c           |    4 +-
 drivers/xen/xenbus/xenbus_probe.c           |  101 ++++++++++++-----------
 drivers/xen/xenbus/xenbus_probe_frontend.c  |  121 +++++++++++++++++++++++++++
 drivers/xen/xenbus/xenbus_xs.c              |   17 ++++-
 include/xen/interface/io/xs_wire.h          |    6 +-
 include/xen/interface/physdev.h             |   34 +++++++-
 23 files changed, 507 insertions(+), 205 deletions(-)

Content of type "application/pgp-signature" skipped

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ