From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail1.windriver.com (mail1.windriver.com [147.11.146.13]) by mail.openembedded.org (Postfix) with ESMTP id EEAE0719B4 for ; Wed, 26 Oct 2016 08:17:59 +0000 (UTC) Received: from ALA-HCB.corp.ad.wrs.com (ala-hcb.corp.ad.wrs.com [147.11.189.41]) by mail1.windriver.com (8.15.2/8.15.1) with ESMTPS id u9Q8I0uZ021881 (version=TLSv1 cipher=AES128-SHA bits=128 verify=FAIL) for ; Wed, 26 Oct 2016 01:18:01 -0700 (PDT) Received: from pek-hostel-deb02.wrs.com (128.224.153.152) by ALA-HCB.corp.ad.wrs.com (147.11.189.41) with Microsoft SMTP Server id 14.3.294.0; Wed, 26 Oct 2016 01:18:00 -0700 From: To: Date: Wed, 26 Oct 2016 16:12:00 +0800 Message-ID: X-Mailer: git-send-email 2.10.1 MIME-Version: 1.0 Subject: [PATCH 0/2] Fix qemu cve issues X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Oct 2016 08:18:02 -0000 Content-Type: text/plain From: Kai Kang Fix * complementary fix of CVE-2016-5403 * CVE-2016-7423 * CVE-2016-7908 The following changes since commit 30d1af89ce2a2fb30f32a898ec12c9a51db57013: image_types: Use softer setting of WKS_FILE (2016-10-25 17:58:59 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib kangkai/qemu-cves http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=kangkai/qemu-cves Kai Kang (2): qemu: supplementary fix of CVE-2016-5403 qemu: fix CVE-2016-7423 and CVE-2016-7908 ...0001-virtio-zero-vq-inuse-in-virtio_reset.patch | 57 ++++++++++++++++++++ .../qemu/qemu/0002-fix-CVE-2016-7423.patch | 45 ++++++++++++++++ .../qemu/qemu/0003-fix-CVE-2016-7908.patch | 62 ++++++++++++++++++++++ meta/recipes-devtools/qemu/qemu_2.7.0.bb | 3 ++ 4 files changed, 167 insertions(+) create mode 100644 meta/recipes-devtools/qemu/qemu/0001-virtio-zero-vq-inuse-in-virtio_reset.patch create mode 100644 meta/recipes-devtools/qemu/qemu/0002-fix-CVE-2016-7423.patch create mode 100644 meta/recipes-devtools/qemu/qemu/0003-fix-CVE-2016-7908.patch -- 2.10.1