[OE-core] [PATCH 0/1] Backport patches of qemu to fix CVE issues

Kai Kang kai.kang at windriver.com
Thu Jun 18 09:02:41 UTC 2015


The following changes since commit 1675ff6fff53dda89fa8d4f3a2c292c23fd346d7:

  bitbake: tests/data: Add new data tests (2015-06-12 00:02:28 +0100)

are available in the git repository at:

  git://git.pokylinux.org/poky-contrib kangkai/qemu
  http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=kangkai/qemu

Kai Kang (1):
  qemu: backport patches to fix CVE issues

 ...f-modified-PCI-CFG-contents-CVE-2015-4103.patch | 140 +++++++++++
 ...o-control-MSI-mask-register-CVE-2015-4104.patch | 194 +++++++++++++++
 ...-MSI-X-limit-error-messages-CVE-2015-4105.patch |  90 +++++++
 ...s-through-of-enable-bit-mod-CVE-2015-4106.patch |  76 ++++++
 ...date-PM-capability-emu_mask-CVE-2015-4106.patch |  86 +++++++
 ...rectly-handle-PM-status-bit-CVE-2015-4106.patch |  38 +++
 ...ulation-of-throughable-mask-CVE-2015-4106.patch | 265 +++++++++++++++++++++
 ...e-capability-bits-read-only-CVE-2015-4106.patch |  38 +++
 ...-in-PCI-config-space-fields-CVE-2015-4106.patch |  94 ++++++++
 ...ig-space-field-descriptions-CVE-2015-4106.patch |  77 ++++++
 ...e-fields-should-be-readonly-CVE-2015-4106.patch | 137 +++++++++++
 meta/recipes-devtools/qemu/qemu_2.3.0.bb           |  13 +-
 12 files changed, 1247 insertions(+), 1 deletion(-)
 create mode 100644 meta/recipes-devtools/qemu/qemu/01-xen-properly-gate-host-writes-of-modified-PCI-CFG-contents-CVE-2015-4103.patch
 create mode 100644 meta/recipes-devtools/qemu/qemu/02-xen-dont-allow-guest-to-control-MSI-mask-register-CVE-2015-4104.patch
 create mode 100644 meta/recipes-devtools/qemu/qemu/03-xen-MSI-X-limit-error-messages-CVE-2015-4105.patch
 create mode 100644 meta/recipes-devtools/qemu/qemu/04-xen-MSI-dont-open-code-pass-through-of-enable-bit-mod-CVE-2015-4106.patch
 create mode 100644 meta/recipes-devtools/qemu/qemu/05-xen-pt-consolidate-PM-capability-emu_mask-CVE-2015-4106.patch
 create mode 100644 meta/recipes-devtools/qemu/qemu/06-xen-pt-correctly-handle-PM-status-bit-CVE-2015-4106.patch
 create mode 100644 meta/recipes-devtools/qemu/qemu/07-xen-pt-split-out-calculation-of-throughable-mask-CVE-2015-4106.patch
 create mode 100644 meta/recipes-devtools/qemu/qemu/08-xen-pt-mark-all-PCIe-capability-bits-read-only-CVE-2015-4106.patch
 create mode 100644 meta/recipes-devtools/qemu/qemu/09-xen-pt-mark-reserved-bits-in-PCI-config-space-fields-CVE-2015-4106.patch
 create mode 100644 meta/recipes-devtools/qemu/qemu/10-xen-pt-add-a-few-PCI-config-space-field-descriptions-CVE-2015-4106.patch
 create mode 100644 meta/recipes-devtools/qemu/qemu/11-xen-pt-unknown-PCI-config-space-fields-should-be-readonly-CVE-2015-4106.patch

-- 
1.9.1




More information about the Openembedded-core mailing list