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-12-08 12:58:55 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-12-09 08:54:07 +0000
commit96bc6451c70740ed662f51234794c4a7ca6f9045 (patch)
treed3d1faf372dca999f8cb4d427fa802700a58a44f /meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb
parentabeddfb5660afbf7a2a6d3d6a4a24d5068747ffd (diff)
downloadpoky-96bc6451c70740ed662f51234794c4a7ca6f9045.tar.gz
linux-yocto/4.x: CVE-2016-8655
Backporting upstream commit 84ac726023 [packet: fix race condition in packet_set_ring] to address CVE-2016-8655 (From OE-Core rev: db7799747b263507427e325638353142ae79403c) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.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.bb2
1 files changed, 1 insertions, 1 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 28c3dfad8c..dfd947cf75 100644
--- a/meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb
@@ -9,7 +9,7 @@ LINUX_VERSION ?= "4.4.36"
9KMETA = "kernel-meta" 9KMETA = "kernel-meta"
10KCONF_BSP_AUDIT_LEVEL = "2" 10KCONF_BSP_AUDIT_LEVEL = "2"
11 11
12SRCREV_machine ?= "9cc72ea6194abae764a2db8f6a32cde60e739d7c" 12SRCREV_machine ?= "35482df5d5ba0807eb8a7c40b554bd657e3f9987"
13SRCREV_meta ?= "b846fc6436aa5d4c747d620e83dfda969854d10c" 13SRCREV_meta ?= "b846fc6436aa5d4c747d620e83dfda969854d10c"
14 14
15PV = "${LINUX_VERSION}+git${SRCPV}" 15PV = "${LINUX_VERSION}+git${SRCPV}"