summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorAlejandro Hernandez <alejandro.hernandez@linux.intel.com>2016-02-02 21:39:01 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-02-04 23:20:17 +0000
commit64a492097f64623742e6dae68920be556415f02c (patch)
tree9f2e8142cc522f71794ee8160936440ea884e333 /meta
parent5b043dafa35410408a6c743312b023ec089c30d5 (diff)
downloadpoky-64a492097f64623742e6dae68920be556415f02c.tar.gz
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 (From OE-Core rev: ce53ebc001af87d169a2e0e98ca3d7d4729fdec4) Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto_3.14.bb6
1 files 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"
15SRCREV_machine_qemuarm64 ?= "578602a722dbfb260801f3b37c6eafd2abb2340d" 15SRCREV_machine_qemuarm64 ?= "578602a722dbfb260801f3b37c6eafd2abb2340d"
16SRCREV_machine_qemumips ?= "6ed76ec26b120f65f8547c8612b7334bd2745ec9" 16SRCREV_machine_qemumips ?= "6ed76ec26b120f65f8547c8612b7334bd2745ec9"
17SRCREV_machine_qemuppc ?= "a86ade84b2e142c0fd7536d96477107b6d07db5c" 17SRCREV_machine_qemuppc ?= "a86ade84b2e142c0fd7536d96477107b6d07db5c"
18SRCREV_machine_qemux86 ?= "af1f7f586bd32d39c057f17606991b887eadb389" 18SRCREV_machine_qemux86 ?= "d9bf859dfae6f88b88b157119c20ae4d5e51420a"
19SRCREV_machine_qemux86-64 ?= "578602a722dbfb260801f3b37c6eafd2abb2340d" 19SRCREV_machine_qemux86-64 ?= "93b2b800d85c1565af7d96f3776dc38c85ae1902"
20SRCREV_machine_qemumips64 ?= "a63d40b860a6d255005a541894d53729090b40ea" 20SRCREV_machine_qemumips64 ?= "a63d40b860a6d255005a541894d53729090b40ea"
21SRCREV_machine ?= "578602a722dbfb260801f3b37c6eafd2abb2340d" 21SRCREV_machine ?= "578602a722dbfb260801f3b37c6eafd2abb2340d"
22SRCREV_meta ?= "060fa80b7996250001ee90c50a4978c8fdb87fc4" 22SRCREV_meta ?= "060fa80b7996250001ee90c50a4978c8fdb87fc4"
@@ -25,6 +25,8 @@ SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.14.git;branch=${KBRANCH};nam
25 git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-3.14;destsuffix=${KMETA}" 25 git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-3.14;destsuffix=${KMETA}"
26 26
27LINUX_VERSION ?= "3.14.36" 27LINUX_VERSION ?= "3.14.36"
28LINUX_VERSION_qemux86 ?= "3.14.39"
29LINUX_VERSION_qemux86-64 ?= "3.14.39"
28 30
29PV = "${LINUX_VERSION}+git${SRCPV}" 31PV = "${LINUX_VERSION}+git${SRCPV}"
30 32