]> git.karo-electronics.de Git - karo-tx-linux.git/commit
Merge branch 'stable/bug.fixes-3.2' into linux-next
authorKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Thu, 6 Oct 2011 14:31:27 +0000 (10:31 -0400)
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Thu, 6 Oct 2011 14:31:27 +0000 (10:31 -0400)
commite54339ce6a3d094789ad74a78548799f2fddf521
treed07ff04829490b6623af4c8b3f963fbf0489efa1
parentd92a8890ef5b38a28a984421c2ae05874e996556
parent7f6121e9d0c68b6e4f7fff03c56b66566a2e7b41
Merge branch 'stable/bug.fixes-3.2' into linux-next

* stable/bug.fixes-3.2:
  xen/p2m/debugfs: Make type_name more obvious.
  xen/p2m/debugfs: Fix potential pointer exception.
  xen/enlighten: Fix compile warnings and set cx to known value.
  xen/xenbus: Remove the unnecessary check.
  xen/irq: If we fail during msi_capability_init return proper error code.
  xen/events: Don't check the info for NULL as it is already done.
  xen/events: BUG() when we can't allocate our event->irq array.
  xen/pciback: Check if the device is found instead of blindly assuming so.
  xen/pciback: Return proper error code from sscanf.
  xen/pciback: Do not dereference psdev during printk when it is NULL.

Conflicts:
drivers/xen/xen-pciback/pci_stub.c
arch/x86/pci/xen.c
arch/x86/xen/p2m.c
drivers/xen/events.c
drivers/xen/xen-pciback/pci_stub.c