SHA256
1
0
forked from pool/xen

- bsc#949138 - Setting vcpu affinity under Xen causes libvirtd

abort 
  54f4985f-libxl-fix-libvirtd-double-free.patch

OBS-URL: https://build.opensuse.org/package/show/Virtualization/xen?expand=0&rev=380
This commit is contained in:
Charles Arnold
2015-10-06 21:17:42 +00:00
committed by Git OBS Bridge
parent 47432a5a67
commit 0883ce22a7
8 changed files with 200 additions and 78 deletions

View File

@@ -15,7 +15,6 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# needssslcertforbuild
Name: xen
@@ -202,44 +201,45 @@ Source99: baselibs.conf
# http://xenbits.xensource.com/ext/xenalyze
Source20000: xenalyze.hg.tar.bz2
# Upstream patches
Patch1: 55103616-vm-assist-prepare-for-discontiguous-used-bit-numbers.patch
Patch2: 551ac326-xentop-add-support-for-qdisk.patch
Patch3: 552d0f49-x86-traps-identify-the-vcpu-in-context-when-dumping-regs.patch
Patch4: 5537a4d8-libxl-use-DEBUG-log-level-instead-of-INFO.patch
Patch5: 5548e903-domctl-don-t-truncate-XEN_DOMCTL_max_mem-requests.patch
Patch6: 5548e95d-x86-allow-to-suppress-M2P-user-mode-exposure.patch
Patch7: 554cc211-libxl-add-qxl.patch
Patch8: 556d973f-unmodified-drivers-tolerate-IRQF_DISABLED-being-undefined.patch
Patch9: 5576f178-kexec-add-more-pages-to-v1-environment.patch
Patch10: 55780be1-x86-EFI-adjust-EFI_MEMORY_WP-handling-for-spec-version-2.5.patch
Patch11: 558bfaa0-x86-traps-avoid-using-current-too-early.patch
Patch12: 5592a116-nested-EPT-fix-the-handling-of-nested-EPT.patch
Patch13: 559b9dd6-x86-p2m-ept-don-t-unmap-in-use-EPT-pagetable.patch
Patch14: 559bc633-x86-cpupool-clear-proper-cpu_valid-bit-on-CPU-teardown.patch
Patch15: 559bc64e-credit1-properly-deal-with-CPUs-not-in-any-pool.patch
Patch16: 559bc87f-x86-hvmloader-avoid-data-corruption-with-xenstore-rw.patch
Patch17: 559bdde5-pull-in-latest-linux-earlycpio.patch
Patch18: 55a62eb0-xl-correct-handling-of-extra_config-in-main_cpupoolcreate.patch
Patch19: 55a66a1e-make-rangeset_report_ranges-report-all-ranges.patch
Patch20: 55a77e4f-dmar-device-scope-mem-leak-fix.patch
Patch21: 55c1d83d-x86-gdt-Drop-write-only-xalloc-d-array.patch
Patch22: 55c3232b-x86-mm-Make-hap-shadow-teardown-preemptible.patch
Patch23: 55dc78e9-x86-amd_ucode-skip-updates-for-final-levels.patch
Patch24: 55dc7937-x86-IO-APIC-don-t-create-pIRQ-mapping-from-masked-RTE.patch
Patch25: 55df2f76-IOMMU-skip-domains-without-page-tables-when-dumping.patch
Patch26: 55e43fd8-x86-NUMA-fix-setup_node.patch
Patch27: 55e43ff8-x86-NUMA-don-t-account-hotplug-regions.patch
Patch28: 55e593f1-x86-NUMA-make-init_node_heap-respect-Xen-heap-limit.patch
Patch29: 55f2e438-x86-hvm-fix-saved-pmtimer-and-hpet-values.patch
Patch30: 55f7f9d2-libxl-slightly-refine-pci-assignable-add-remove-handling.patch
Patch31: 55f9345b-x86-MSI-fail-if-no-hardware-support.patch
Patch32: 5604f239-x86-PV-properly-populate-descriptor-tables.patch
Patch33: 5604f2e6-vt-d-fix-IM-bit-mask-and-unmask-of-FECTL_REG.patch
Patch34: 560a4af9-x86-EPT-tighten-conditions-of-IOMMU-mapping-updates.patch
Patch35: 560a7c36-x86-p2m-pt-delay-freeing-of-intermediate-page-tables.patch
Patch36: 560a7c53-x86-p2m-pt-ignore-pt-share-flag-for-shadow-mode-guests.patch
Patch37: 560bd926-credit1-fix-tickling-when-it-happens-from-a-remote-pCPU.patch
Patch38: 560e6d34-x86-p2m-pt-tighten-conditions-of-IOMMU-mapping-updates.patch
Patch1: 54f4985f-libxl-fix-libvirtd-double-free.patch
Patch2: 55103616-vm-assist-prepare-for-discontiguous-used-bit-numbers.patch
Patch3: 551ac326-xentop-add-support-for-qdisk.patch
Patch4: 552d0f49-x86-traps-identify-the-vcpu-in-context-when-dumping-regs.patch
Patch5: 5537a4d8-libxl-use-DEBUG-log-level-instead-of-INFO.patch
Patch6: 5548e903-domctl-don-t-truncate-XEN_DOMCTL_max_mem-requests.patch
Patch7: 5548e95d-x86-allow-to-suppress-M2P-user-mode-exposure.patch
Patch8: 554cc211-libxl-add-qxl.patch
Patch9: 556d973f-unmodified-drivers-tolerate-IRQF_DISABLED-being-undefined.patch
Patch10: 5576f178-kexec-add-more-pages-to-v1-environment.patch
Patch11: 55780be1-x86-EFI-adjust-EFI_MEMORY_WP-handling-for-spec-version-2.5.patch
Patch12: 558bfaa0-x86-traps-avoid-using-current-too-early.patch
Patch13: 5592a116-nested-EPT-fix-the-handling-of-nested-EPT.patch
Patch14: 559b9dd6-x86-p2m-ept-don-t-unmap-in-use-EPT-pagetable.patch
Patch15: 559bc633-x86-cpupool-clear-proper-cpu_valid-bit-on-CPU-teardown.patch
Patch16: 559bc64e-credit1-properly-deal-with-CPUs-not-in-any-pool.patch
Patch17: 559bc87f-x86-hvmloader-avoid-data-corruption-with-xenstore-rw.patch
Patch18: 559bdde5-pull-in-latest-linux-earlycpio.patch
Patch19: 55a62eb0-xl-correct-handling-of-extra_config-in-main_cpupoolcreate.patch
Patch20: 55a66a1e-make-rangeset_report_ranges-report-all-ranges.patch
Patch21: 55a77e4f-dmar-device-scope-mem-leak-fix.patch
Patch22: 55c1d83d-x86-gdt-Drop-write-only-xalloc-d-array.patch
Patch23: 55c3232b-x86-mm-Make-hap-shadow-teardown-preemptible.patch
Patch24: 55dc78e9-x86-amd_ucode-skip-updates-for-final-levels.patch
Patch25: 55dc7937-x86-IO-APIC-don-t-create-pIRQ-mapping-from-masked-RTE.patch
Patch26: 55df2f76-IOMMU-skip-domains-without-page-tables-when-dumping.patch
Patch27: 55e43fd8-x86-NUMA-fix-setup_node.patch
Patch28: 55e43ff8-x86-NUMA-don-t-account-hotplug-regions.patch
Patch29: 55e593f1-x86-NUMA-make-init_node_heap-respect-Xen-heap-limit.patch
Patch30: 55f2e438-x86-hvm-fix-saved-pmtimer-and-hpet-values.patch
Patch31: 55f7f9d2-libxl-slightly-refine-pci-assignable-add-remove-handling.patch
Patch32: 55f9345b-x86-MSI-fail-if-no-hardware-support.patch
Patch33: 5604f239-x86-PV-properly-populate-descriptor-tables.patch
Patch34: 5604f2e6-vt-d-fix-IM-bit-mask-and-unmask-of-FECTL_REG.patch
Patch35: 560a4af9-x86-EPT-tighten-conditions-of-IOMMU-mapping-updates.patch
Patch36: 560a7c36-x86-p2m-pt-delay-freeing-of-intermediate-page-tables.patch
Patch37: 560a7c53-x86-p2m-pt-ignore-pt-share-flag-for-shadow-mode-guests.patch
Patch38: 560bd926-credit1-fix-tickling-when-it-happens-from-a-remote-pCPU.patch
Patch39: 560e6d34-x86-p2m-pt-tighten-conditions-of-IOMMU-mapping-updates.patch
Patch131: CVE-2015-4106-xsa131-9.patch
Patch137: CVE-2015-3259-xsa137.patch
Patch139: xsa139-qemuu.patch
@@ -647,6 +647,7 @@ Authors:
%patch36 -p1
%patch37 -p1
%patch38 -p1
%patch39 -p1
%patch131 -p1
%patch137 -p1
%patch139 -p1