Merge tag 'stable/for-linus-3.15-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip
Pull Xen fixes from David Vrabel: "Xen regression and bug fixes for 3.15-rc1: - fix completely broken 32-bit PV guests caused by x86 refactoring 32-bit thread_info. - only enable ticketlock slow path on Xen (not bare metal) - fix two bugs with PV guests not shutting down when requested - fix a minor memory leak in xen-pciback error path" * tag 'stable/for-linus-3.15-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip: xen/manage: Poweroff forcefully if user-space is not yet up. xen/xenbus: Avoid synchronous wait on XenBus stalling shutdown/restart. xen/spinlock: Don't enable them unconditionally. xen-pciback: silence an unwanted debug printk xen: fix memory leak in __xen_pcibk_add_pci_dev() x86/xen: Fix 32-bit PV guests's usage of kernel_stack
No related branches found
No related tags found
Showing
- arch/x86/xen/smp.c 2 additions, 1 deletionarch/x86/xen/smp.c
- arch/x86/xen/spinlock.c 4 additions, 1 deletionarch/x86/xen/spinlock.c
- arch/x86/xen/xen-asm_32.S 17 additions, 8 deletionsarch/x86/xen/xen-asm_32.S
- drivers/xen/manage.c 30 additions, 2 deletionsdrivers/xen/manage.c
- drivers/xen/xen-pciback/pciback_ops.c 2 additions, 1 deletiondrivers/xen/xen-pciback/pciback_ops.c
- drivers/xen/xen-pciback/vpci.c 2 additions, 0 deletionsdrivers/xen/xen-pciback/vpci.c
- drivers/xen/xenbus/xenbus_xs.c 41 additions, 3 deletionsdrivers/xen/xenbus/xenbus_xs.c
Loading
Please register or sign in to comment