]> code.ossystems Code Review - openembedded-core.git/commit
linux-yocto: x86_64: expand kernel stack to 16K
authorBruce Ashfield <bruce.ashfield@windriver.com>
Thu, 17 Jul 2014 19:19:52 +0000 (15:19 -0400)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 25 Jul 2014 14:33:31 +0000 (15:33 +0100)
commitb162bcf26a5b97fddd2a64789f97ec705bb354f9
tree964babbac36d25516b7953870fa049f5e252d678
parentf6587be6cd3dc864143b1c0be0bb8179a61dc835
linux-yocto: x86_64: expand kernel stack to 16K

Updating to backport the following mainline commit:

[
    x86_64: expand kernel stack to 16K

    commit 6538b8ea886e472f4431db8ca1d60478f838d14b upstream

    While I play inhouse patches with much memory pressure on qemu-kvm,
    3.14 kernel was randomly crashed. The reason was kernel stack overflow.

    When I investigated the problem, the callstack was a little bit deeper
    by involve with reclaim functions but not direct reclaim path.

   ....
]

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
meta/recipes-kernel/linux/linux-yocto-rt_3.14.bb
meta/recipes-kernel/linux/linux-yocto-tiny_3.14.bb
meta/recipes-kernel/linux/linux-yocto_3.14.bb