]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'stable/for-linus-3.4-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 7 Apr 2012 00:54:53 +0000 (17:54 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 7 Apr 2012 00:54:53 +0000 (17:54 -0700)
commitb5c413307756614bb90a32e1f4780c98cba416a3
tree7eab154e6eef458f0612b3f80604be73812e0737
parentfa4ba19961cd95f67c9694457c29b09adb5e3914
parenta4a70f1e1116b3644056f101a4047cbfda85807c
Merge tag 'stable/for-linus-3.4-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen

Pull xen fixes from Konrad Rzeszutek Wilk:
 "Two fixes for regressions:
   * one is a workaround that will be removed in v3.5 with proper fix in
     the tip/x86 tree,
   * the other is to fix drivers to load on PV (a previous patch made
     them only load in PVonHVM mode).

  The rest are just minor fixes in the various drivers and some cleanup
  in the core code."

* tag 'stable/for-linus-3.4-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen:
  xen/pcifront: avoid pci_frontend_enable_msix() falsely returning success
  xen/pciback: fix XEN_PCI_OP_enable_msix result
  xen/smp: Remove unnecessary call to smp_processor_id()
  xen/x86: Workaround 'x86/ioapic: Add register level checks to detect bogus io-apic entries'
  xen: only check xen_platform_pci_unplug if hvm
arch/x86/xen/mmu.c
arch/x86/xen/smp.c
drivers/block/xen-blkfront.c
drivers/net/xen-netfront.c
drivers/pci/xen-pcifront.c