summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2016-01-26 23:27:49 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-01-30 11:37:00 +0000
commit93fcee6882e1ee1dd6b04a040473d32ada9a328a (patch)
tree820d7947a986a3ead081d8bdde7c1093f1bfd718 /meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb
parent07c182fbdece294a7f0da1c21ac77ace539127c3 (diff)
downloadpoky-93fcee6882e1ee1dd6b04a040473d32ada9a328a.tar.gz
linux-yocto/4.4: CVEs and preempt-rt update
Integrating the following CVE update: Author: Yevgeny Pats <yevgeny@perception-point.io> Date: Tue Jan 19 22:09:04 2016 +0000 KEYS: Fix keyring ref leak in join_session_keyring() This fixes CVE-2016-0728. We also integrate the 4.4-rt3 version. (From OE-Core rev: cca987b2f62dc6b51a02564ccd4041bde2897f13) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb
index d348c0a628..6ecd0b97e9 100644
--- a/meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb
@@ -9,8 +9,8 @@ LINUX_VERSION ?= "4.4"
9KMETA = "kernel-meta" 9KMETA = "kernel-meta"
10KCONF_BSP_AUDIT_LEVEL = "2" 10KCONF_BSP_AUDIT_LEVEL = "2"
11 11
12SRCREV_machine ?= "2dadc3524fcbce0c46f5db65b7c20c673fc60503" 12SRCREV_machine ?= "57af322eecf5750f8f09cb8b093d613caede5c48"
13SRCREV_meta ?= "ad9d3f01300ba350563e17db00b2518302e172f6" 13SRCREV_meta ?= "dc760c3189ed868dc59050206b7899c35a4ad8e8"
14 14
15PV = "${LINUX_VERSION}+git${SRCPV}" 15PV = "${LINUX_VERSION}+git${SRCPV}"
16 16