SHA256
1
0
forked from pool/xen

- NetWare will not boot or install on Xen 4.2

reverse-24757-use-grant-references.patch 

- fate#313222 - xenstore-chmod should support 256 permissions
  26189-xenstore-chmod.patch

- bnc#789945 - VUL-0: CVE-2012-5510: xen: Grant table version
  switch list corruption vulnerability (XSA-26)
  CVE-2012-5510-xsa26.patch
- bnc#789944 - VUL-0: CVE-2012-5511: xen: Several HVM operations do
  not validate the range of their inputs (XSA-27)
  CVE-2012-5511-xsa27.patch
- bnc#789951 - VUL-0: CVE-2012-5513: xen: XENMEM_exchange may
  overwrite hypervisor memory (XSA-29)
  CVE-2012-5513-xsa29.patch
- bnc#789948 - VUL-0: CVE-2012-5514: xen: Missing unlock in
  guest_physmap_mark_populate_on_demand() (XSA-30)
  CVE-2012-5514-xsa30.patch
- bnc#789950 - VUL-0: CVE-2012-5515: xen: Several memory hypercall
  operations allow invalid extent order values (XSA-31)
  CVE-2012-5515-xsa31.patch
- bnc#789952 - VUL-0: CVE-2012-5525: xen: Several hypercalls do not
  validate input GFNs (XSA-32)
  CVE-2012-5525-xsa32.patch
- Upstream patches from Jan
  26129-ACPI-BGRT-invalidate.patch
  26132-tmem-save-NULL-check.patch
  26134-x86-shadow-invlpg-check.patch
  26139-cpumap-masking.patch
  26148-vcpu-timer-overflow.patch (Replaces CVE-2012-4535-xsa20.patch)

OBS-URL: https://build.opensuse.org/package/show/Virtualization/xen?expand=0&rev=219
This commit is contained in:
Charles Arnold
2012-12-07 18:04:08 +00:00
committed by Git OBS Bridge
parent 04a84ef35a
commit 5c0f7d38a6
22 changed files with 1710 additions and 31 deletions

View File

@@ -1,3 +1,49 @@
-------------------------------------------------------------------
Thu Dec 6 10:56:26 MST 2012 - carnold@novell.com
- NetWare will not boot or install on Xen 4.2
reverse-24757-use-grant-references.patch
-------------------------------------------------------------------
Fri Nov 30 10:30:10 CST 2012 - cyliu@suse.com
- fate#313222 - xenstore-chmod should support 256 permissions
26189-xenstore-chmod.patch
-------------------------------------------------------------------
Tue Nov 27 09:17:17 MST 2012 - carnold@novell.com
- bnc#789945 - VUL-0: CVE-2012-5510: xen: Grant table version
switch list corruption vulnerability (XSA-26)
CVE-2012-5510-xsa26.patch
- bnc#789944 - VUL-0: CVE-2012-5511: xen: Several HVM operations do
not validate the range of their inputs (XSA-27)
CVE-2012-5511-xsa27.patch
- bnc#789951 - VUL-0: CVE-2012-5513: xen: XENMEM_exchange may
overwrite hypervisor memory (XSA-29)
CVE-2012-5513-xsa29.patch
- bnc#789948 - VUL-0: CVE-2012-5514: xen: Missing unlock in
guest_physmap_mark_populate_on_demand() (XSA-30)
CVE-2012-5514-xsa30.patch
- bnc#789950 - VUL-0: CVE-2012-5515: xen: Several memory hypercall
operations allow invalid extent order values (XSA-31)
CVE-2012-5515-xsa31.patch
- bnc#789952 - VUL-0: CVE-2012-5525: xen: Several hypercalls do not
validate input GFNs (XSA-32)
CVE-2012-5525-xsa32.patch
- Upstream patches from Jan
26129-ACPI-BGRT-invalidate.patch
26132-tmem-save-NULL-check.patch
26134-x86-shadow-invlpg-check.patch
26139-cpumap-masking.patch
26148-vcpu-timer-overflow.patch (Replaces CVE-2012-4535-xsa20.patch)
26149-x86-p2m-physmap-error-path.patch (Replaces CVE-2012-4537-xsa22.patch)
26150-x86-shadow-unhook-toplevel-check.patch (Replaces CVE-2012-4538-xsa23.patch)
26151-gnttab-compat-get-status-frames.patch (Replaces CVE-2012-4539-xsa24.patch)
26179-PCI-find-next-cap.patch
26183-x86-HPET-masking.patch
26188-x86-time-scale-asm.patch
-------------------------------------------------------------------
Wed Nov 21 20:57:56 CET 2012 - ohering@suse.de
@@ -15,6 +61,19 @@ Tue Nov 13 16:35:55 MST 2012 - jfehlig@suse.com
- bnc#777628 - guest "disappears" after live migration
Updated block-dmmd script
-------------------------------------------------------------------
Fri Nov 9 10:29:51 MST 2012 - carnold@novell.com
- Fix exception in balloon.py and osdep.py
xen-max-free-mem.diff
-------------------------------------------------------------------
Tue Nov 6 17:41:34 MDT 2012 - carnold@novell.com
- fate#311966: Fix XEN VNC implementation to correctly map keyboard
layouts
VNC-Support-for-ExtendedKeyEvent-client-message.patch
-------------------------------------------------------------------
Tue Oct 30 15:28:27 CET 2012 - ohering@suse.de