1
0
mirror of https://git.yoctoproject.org/poky synced 2026-07-16 15:57:04 +00:00

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>
This commit is contained in:
Bruce Ashfield
2016-12-08 12:58:55 -05:00
committed by Richard Purdie
parent abeddfb566
commit 96bc6451c7
9 changed files with 30 additions and 30 deletions
@@ -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}"