diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2016-12-08 12:58:55 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-12-09 08:49:28 +0000 |
commit | db7799747b263507427e325638353142ae79403c (patch) | |
tree | e77700d7564e96c18ba3ea1a9748ed6c255370d0 /meta/recipes-kernel/linux/linux-yocto-tiny_4.8.bb | |
parent | 262fff10ba5cdedbee9ba9ecf00f98dc9159477c (diff) | |
download | openembedded-core-db7799747b263507427e325638353142ae79403c.tar.gz openembedded-core-db7799747b263507427e325638353142ae79403c.tar.bz2 openembedded-core-db7799747b263507427e325638353142ae79403c.zip |
linux-yocto/4.x: CVE-2016-8655
Backporting upstream commit 84ac726023 [packet: fix race condition in
packet_set_ring] to address CVE-2016-8655
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.8.bb')
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-tiny_4.8.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_4.8.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_4.8.bb index e1de91461f..43dc34bd25 100644 --- a/meta/recipes-kernel/linux/linux-yocto-tiny_4.8.bb +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_4.8.bb @@ -9,7 +9,7 @@ LINUX_VERSION ?= "4.8.12" KMETA = "kernel-meta" KCONF_BSP_AUDIT_LEVEL = "2" -SRCREV_machine ?= "c12f4b364b6638843f5b9049c7fd467503bf30a8" +SRCREV_machine ?= "e274a507b23c23bf0dd6502d0c38fae731c11511" SRCREV_meta ?= "b22e47739683444916dc64548df1dbf6856500a5" PV = "${LINUX_VERSION}+git${SRCPV}" |