]> code.ossystems Code Review - openembedded-core.git/commit
linux-yocto/5.10: fix qemumips testimage failures
authorBruce Ashfield <bruce.ashfield@gmail.com>
Fri, 5 Mar 2021 03:54:22 +0000 (22:54 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 9 Mar 2021 00:00:27 +0000 (00:00 +0000)
commit6f7ac59c4202ea8c44065db946341c9db415b267
tree062670580ba6cfc4264a54c277fca77404b16d4d
parentd9fd035d086e8980683ced8cda4722850b2db24f
linux-yocto/5.10: fix qemumips testimage failures

Integrating the following commit(s) to linux-yocto/5.10:

    513e9332a00 qemumips32: disable CONFIG_COMPACTION

As mentioned in yocto bug: https://bugzilla.yoctoproject.org/show_bug.cgi?id=13992
testimages are failing due to issues with kernel page migration/compaction
function that does not work very well with MIPS kernel HIGHMEM that
is needed for 512Mb.

A valid workaround is to disable CONFIG_COMPACTION and the problematic
migration functionality is also disabled.

[YOCTO: #13992]

Signed-off-by: Victor Kamensky <victor.kamensky7@gmail.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-kernel/linux/linux-yocto-rt_5.10.bb
meta/recipes-kernel/linux/linux-yocto-tiny_5.10.bb
meta/recipes-kernel/linux/linux-yocto_5.10.bb