From: Daniel Turull <[email protected]> On a qemux86-64 with 1 CPU the following testcases causes an OOM
CVE-2020-36557 and CVE-2018-13405 Test cases triggers memory deadlock kernel panic with CVE-2018-13405 Signed-off-by: Daniel Turull <[email protected]> --- We will investigate why to be able to enable them again --- meta/recipes-extended/ltp/ltp_20260130.bb | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/meta/recipes-extended/ltp/ltp_20260130.bb b/meta/recipes-extended/ltp/ltp_20260130.bb index 0b4f9c1ad5..e5da94855f 100644 --- a/meta/recipes-extended/ltp/ltp_20260130.bb +++ b/meta/recipes-extended/ltp/ltp_20260130.bb @@ -81,6 +81,12 @@ do_install(){ # min_free_kbytes can be disruptive on constrained targets sed -e '/^min_free_kbytes/d' -i ${D}${prefix}/runtest/mm + + # cve-2018-13405 triggers memory deadlock kernel panic on constrained targets + sed -e '/^cve-2018-13405/d' -i ${D}${prefix}/runtest/cve + + # cve-2020-36557 triggers memory deadlock kernel panic on constrained targets + sed -e '/^cve-2020-36557/d' -i ${D}${prefix}/runtest/cve } RDEPENDS:${PN} = "\
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#234083): https://lists.openembedded.org/g/openembedded-core/message/234083 Mute This Topic: https://lists.openembedded.org/mt/118533362/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
