Merge tag 'stable/for-linus-3.11-rc0-tag-two' of...
Merge tag 'stable/for-linus-3.11-rc0-tag-two' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen Pull Xen bugfixes from Konrad Rzeszutek Wilk: - Fix memory leak when CPU hotplugging. - Compile bugs with various #ifdefs - Fix state changes in Xen PCI front not dealing well with new toolstack. - Cleanups in code (use pr_*, fix 80 characters splits, etc) - Long standing bug in double-reporting the steal time * tag 'stable/for-linus-3.11-rc0-tag-two' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen: xen/time: remove blocked time accounting from xen "clockchip" xen: Convert printks to pr_<level> xen: ifdef CONFIG_HIBERNATE_CALLBACKS xen_*_suspend xen/pcifront: Deal with toolstack missing 'XenbusStateClosing' state. xen/time: Free onlined per-cpu data structure if we want to online it again. xen/time: Check that the per_cpu data structure has data before freeing. xen/time: Don't leak interrupt name when offlining. xen/time: Encapsulate the struct clock_event_device in another structure. xen/spinlock: Don't leak interrupt name when offlining. xen/smp: Don't leak interrupt name when offlining. xen/smp: Set the per-cpu IRQ number to a valid default. xen/smp: Introduce a common structure to contain the IRQ name and interrupt line. xen/smp: Coalesce the free_irq calls in one function. xen-pciback: fix error return code in pcistub_irq_handler_switch()
Showing
- arch/x86/xen/smp.c 59 additions, 32 deletionsarch/x86/xen/smp.c
- arch/x86/xen/spinlock.c 6 additions, 1 deletionarch/x86/xen/spinlock.c
- arch/x86/xen/time.c 30 additions, 28 deletionsarch/x86/xen/time.c
- drivers/pci/xen-pcifront.c 3 additions, 4 deletionsdrivers/pci/xen-pcifront.c
- drivers/xen/balloon.c 4 additions, 2 deletionsdrivers/xen/balloon.c
- drivers/xen/cpu_hotplug.c 4 additions, 2 deletionsdrivers/xen/cpu_hotplug.c
- drivers/xen/events.c 11 additions, 12 deletionsdrivers/xen/events.c
- drivers/xen/evtchn.c 4 additions, 2 deletionsdrivers/xen/evtchn.c
- drivers/xen/gntalloc.c 4 additions, 2 deletionsdrivers/xen/gntalloc.c
- drivers/xen/gntdev.c 5 additions, 3 deletionsdrivers/xen/gntdev.c
- drivers/xen/grant-table.c 8 additions, 9 deletionsdrivers/xen/grant-table.c
- drivers/xen/manage.c 13 additions, 12 deletionsdrivers/xen/manage.c
- drivers/xen/mcelog.c 14 additions, 22 deletionsdrivers/xen/mcelog.c
- drivers/xen/pcpu.c 6 additions, 6 deletionsdrivers/xen/pcpu.c
- drivers/xen/privcmd.c 3 additions, 1 deletiondrivers/xen/privcmd.c
- drivers/xen/swiotlb-xen.c 7 additions, 5 deletionsdrivers/xen/swiotlb-xen.c
- drivers/xen/tmem.c 6 additions, 4 deletionsdrivers/xen/tmem.c
- drivers/xen/xen-acpi-cpuhotplug.c 2 additions, 0 deletionsdrivers/xen/xen-acpi-cpuhotplug.c
- drivers/xen/xen-acpi-memhotplug.c 2 additions, 0 deletionsdrivers/xen/xen-acpi-memhotplug.c
- drivers/xen/xen-acpi-pad.c 2 additions, 0 deletionsdrivers/xen/xen-acpi-pad.c
Loading
Please register or sign in to comment