Merge tag 'stable/for-linus-3.10-rc3-tag' of git://git.kernel.org/pub/scm/linux/kerne...
authorLinus Torvalds <torvalds@linux-foundation.org>
Thu, 30 May 2013 21:01:18 +0000 (06:01 +0900)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 30 May 2013 21:01:18 +0000 (06:01 +0900)
commit3655b22de04e3635fe3a2d7b9529cb12609a9bd0
treee9c55e77e44a6de74c62ee7d907a293d97033fd3
parent5489e948dc0f41a249c109d74612bf5aceab8f38
parent8d0b8801c9e4c2c6b20cdac74dbab16facce7653
Merge tag 'stable/for-linus-3.10-rc3-tag' of git://git./linux/kernel/git/konrad/xen

Pull Xen fixes from Konrad Rzeszutek Wilk:
 - Use proper error paths
 - Clean up APIC IPI usage (incorrect arguments)
 - Delay XenBus frontend resume is backend (xenstored) is not running
 - Fix build error with various combinations of CONFIG_

* tag 'stable/for-linus-3.10-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen:
  xenbus_client.c: correct exit path for xenbus_map_ring_valloc_hvm
  xen-pciback: more uses of cached MSI-X capability offset
  xen: Clean up apic ipi interface
  xenbus: save xenstore local status for later use
  xenbus: delay xenbus frontend resume if xenstored is not running
  xmem/tmem: fix 'undefined variable' build error.