]> code.ossystems Code Review - openembedded-core.git/commitdiff
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)
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

index db17ffa5c401ef0d526c4fd9ab8b3c3d3e16d6b7..26772a1acf8bd455f333bd341b2ea4fee1abb26e 100644 (file)
@@ -12,7 +12,7 @@ python () {
 }
 
 SRCREV_machine ?= "8dffd4d97d49439dae98e38b915729bca285f0cc"
-SRCREV_meta ?= "72ecf520873bd0e1a1d52db0a36d74ad88fd9824"
+SRCREV_meta ?= "513e9332a0092795b3b29eec0030b462ae4c8b6e"
 
 SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;branch=${KBRANCH};name=machine \
            git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-5.10;destsuffix=${KMETA}"
index 1bdacd86c477638bcf8f407576d52dcd1cc0f42c..7388e6ecda1a0416572d8356fc33dfd567bf7ca3 100644 (file)
@@ -17,7 +17,7 @@ KCONF_BSP_AUDIT_LEVEL = "2"
 
 SRCREV_machine_qemuarm ?= "55ff861a7f7be737c26b6c61f9cd170580dd3ccd"
 SRCREV_machine ?= "34523d7c8476942eb062d4f0201f9410605afc6d"
-SRCREV_meta ?= "72ecf520873bd0e1a1d52db0a36d74ad88fd9824"
+SRCREV_meta ?= "513e9332a0092795b3b29eec0030b462ae4c8b6e"
 
 PV = "${LINUX_VERSION}+git${SRCPV}"
 
index c8ec0ae6b0089d8819b5bda5ce70cc3b667a6434..e17cd28601e017bb5d269436272a09fa7e816883 100644 (file)
@@ -21,7 +21,7 @@ SRCREV_machine_qemux86 ?= "34523d7c8476942eb062d4f0201f9410605afc6d"
 SRCREV_machine_qemux86-64 ?= "34523d7c8476942eb062d4f0201f9410605afc6d"
 SRCREV_machine_qemumips64 ?= "36e98aa424aa3ceff3d446ee2cb3f44ddcae8c31"
 SRCREV_machine ?= "34523d7c8476942eb062d4f0201f9410605afc6d"
-SRCREV_meta ?= "72ecf520873bd0e1a1d52db0a36d74ad88fd9824"
+SRCREV_meta ?= "513e9332a0092795b3b29eec0030b462ae4c8b6e"
 
 # remap qemuarm to qemuarma15 for the 5.8 kernel
 # KMACHINE_qemuarm ?= "qemuarma15"