aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto-tiny_4.8.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2016-10-04 23:03:48 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-10-05 10:11:16 +0100
commiteb4b39d5ffbe93d363b05c57196bdac61fa09c59 (patch)
tree3dade03ea48f67613199f849dbf9a0def31eaf3d /meta/recipes-kernel/linux/linux-yocto-tiny_4.8.bb
parent839b17ffd96abff3e9cf47fb4a6d680637c865b1 (diff)
downloadopenembedded-core-contrib-eb4b39d5ffbe93d363b05c57196bdac61fa09c59.tar.gz
linux-yocto/4.8: fix BUG_ON() in workingset_node_shadows_dec() triggers
Paul Gotmaker pointed out that a last minute merge to the 4.8 kernel has the potential to hard hang a kernel when VM debugging is enabled: https://lkml.org/lkml/2016/10/4/1 He also pointed out the fix for it in commit 21f54dda [Using BUG_ON() as an assert() is _never_ acceptable]. While that fix will loop through -stable into 4.8.1, that will likely be too late for our release. So I've cherry picked the change to make it available. 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.bb2
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 8ed52ddbfc..1f026cf41b 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"
KMETA = "kernel-meta"
KCONF_BSP_AUDIT_LEVEL = "2"
-SRCREV_machine ?= "707621a083512f037f749a711df3f4f1fb3ef842"
+SRCREV_machine ?= "67813e7efa3a4614e209c2f058d92ef9a636441a"
SRCREV_meta ?= "6128a9e47cd1aeb46b604469c17bff3eba8d5f93"
PV = "${LINUX_VERSION}+git${SRCPV}"