From ce53ebc001af87d169a2e0e98ca3d7d4729fdec4 Mon Sep 17 00:00:00 2001 From: Alejandro Hernandez Date: Tue, 2 Feb 2016 21:39:01 +0000 Subject: linux-yocto: Update SRCREV for qemux86* for 3.14, fixes CVE-2016-0728 This addresses CVE-2016-0728: KEYS: Fix keyring ref leak in join_session_keyring(), and upgrades to LINUX_VERSION 3.14.39 Signed-off-by: Alejandro Hernandez Signed-off-by: Saul Wold --- meta/recipes-kernel/linux/linux-yocto_3.14.bb | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/meta/recipes-kernel/linux/linux-yocto_3.14.bb b/meta/recipes-kernel/linux/linux-yocto_3.14.bb index 809789bd43..db93d23db1 100644 --- a/meta/recipes-kernel/linux/linux-yocto_3.14.bb +++ b/meta/recipes-kernel/linux/linux-yocto_3.14.bb @@ -15,8 +15,8 @@ SRCREV_machine_qemuarm ?= "4817747912b5c50ce5c31ef25658340ca615e1b4" SRCREV_machine_qemuarm64 ?= "578602a722dbfb260801f3b37c6eafd2abb2340d" SRCREV_machine_qemumips ?= "6ed76ec26b120f65f8547c8612b7334bd2745ec9" SRCREV_machine_qemuppc ?= "a86ade84b2e142c0fd7536d96477107b6d07db5c" -SRCREV_machine_qemux86 ?= "af1f7f586bd32d39c057f17606991b887eadb389" -SRCREV_machine_qemux86-64 ?= "578602a722dbfb260801f3b37c6eafd2abb2340d" +SRCREV_machine_qemux86 ?= "d9bf859dfae6f88b88b157119c20ae4d5e51420a" +SRCREV_machine_qemux86-64 ?= "93b2b800d85c1565af7d96f3776dc38c85ae1902" SRCREV_machine_qemumips64 ?= "a63d40b860a6d255005a541894d53729090b40ea" SRCREV_machine ?= "578602a722dbfb260801f3b37c6eafd2abb2340d" SRCREV_meta ?= "060fa80b7996250001ee90c50a4978c8fdb87fc4" @@ -25,6 +25,8 @@ SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.14.git;branch=${KBRANCH};nam git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-3.14;destsuffix=${KMETA}" LINUX_VERSION ?= "3.14.36" +LINUX_VERSION_qemux86 ?= "3.14.39" +LINUX_VERSION_qemux86-64 ?= "3.14.39" PV = "${LINUX_VERSION}+git${SRCPV}" -- cgit 1.2.3-korg