From patchwork Thu Feb 1 18:00:06 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 38631 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 33A31C5475B for ; Thu, 1 Feb 2024 18:00:17 +0000 (UTC) Received: from a27-193.smtp-out.us-west-2.amazonses.com (a27-193.smtp-out.us-west-2.amazonses.com [54.240.27.193]) by mx.groups.io with SMTP id smtpd.web10.2165.1706810407286179526 for ; Thu, 01 Feb 2024 10:00:07 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=P1ygBMf2; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=FVyzu4t7; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.193, mailfrom: 0101018d65d3f651-7a2f0d97-51a3-497f-9a9b-fa72b144ce69-000000@us-west-2.amazonses.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky; d=yoctoproject.org; t=1706810406; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=mAAZ0d1a3o5xQtiq2SLzR4rPhYRM5KuHXcyWm9rjNII=; b=P1ygBMf2yq8gx9MDEIbDpWdY3f7/kjg6kLxX0+NBH2h+COKH8Jimy27IRIvz2ZF3 Bid51RUfkz/o7IoBweJJn3CSKDhj/GtKHlwloxbiK8896C8K21LgylqwllfKmzkqEsF a9041covP62yyUWWgbwPHcJ9kDCQPdbpv4W0cjzo= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1706810406; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=mAAZ0d1a3o5xQtiq2SLzR4rPhYRM5KuHXcyWm9rjNII=; b=FVyzu4t7hNIWQfPNXC53cCiN8F6cwzfn+2rQe1ytRmupdOasHykzNIBz4vTK35zg ChYISGILaYyD0oFRxm/NchnzKQD5m6OEwi8SbpfBysutroTzgLUdSDJlnioV18eSEis /BIukyEhmeR5h87sucqD+oMo/4qemsJHz/J94HcU= MIME-Version: 1.0 From: auh@yoctoproject.org To: Yi Zhao Cc: openembedded-core@lists.openembedded.org Subject: [AUH] ltp: upgrading to 20240129 SUCCEEDED Message-ID: <0101018d65d3f651-7a2f0d97-51a3-497f-9a9b-fa72b144ce69-000000@us-west-2.amazonses.com> Date: Thu, 1 Feb 2024 18:00:06 +0000 Feedback-ID: 1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2024.02.01-54.240.27.193 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 01 Feb 2024 18:00:17 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/194678 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *ltp* to *20240129* has Succeeded. Next steps: - apply the patch: git am 0001-ltp-upgrade-20230929-20240129.patch - check the changes to upstream patches and summarize them in the commit message, - compile an image that contains the package - perform some basic sanity tests - amend the patch and sign it off: git commit -s --reset-author --amend - send it to the appropriate mailing list Alternatively, if you believe the recipe should not be upgraded at this time, you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that automatic upgrades would no longer be attempted. Please review the attached files for further information and build/update failures. Any problem please file a bug at https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler Regards, The Upgrade Helper -- >8 -- From 6af269325818132f208f86553e2b4c8b47138426 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Thu, 1 Feb 2024 11:26:36 +0000 Subject: [PATCH] ltp: upgrade 20230929 -> 20240129 --- ...001-Remove-OOM-tests-from-runtest-mm.patch | 10 +++---- ...-syscalls-fcntl-define-_LARGEFILE64_.patch | 28 ------------------- .../ltp/ltp/disable_hanging_tests.patch | 18 ++++++++---- .../ltp/{ltp_20230929.bb => ltp_20240129.bb} | 3 +- 4 files changed, 18 insertions(+), 41 deletions(-) delete mode 100644 meta/recipes-extended/ltp/ltp/0001-testcases-kernel-syscalls-fcntl-define-_LARGEFILE64_.patch rename meta/recipes-extended/ltp/{ltp_20230929.bb => ltp_20240129.bb} (97%) diff --git a/meta/recipes-extended/ltp/ltp/0001-Remove-OOM-tests-from-runtest-mm.patch b/meta/recipes-extended/ltp/ltp/0001-Remove-OOM-tests-from-runtest-mm.patch index 6d945700be..fad95a48bb 100644 --- a/meta/recipes-extended/ltp/ltp/0001-Remove-OOM-tests-from-runtest-mm.patch +++ b/meta/recipes-extended/ltp/ltp/0001-Remove-OOM-tests-from-runtest-mm.patch @@ -1,4 +1,4 @@ -From e87c2ad1e16cdbd62ba71b2ace3270503decaa56 Mon Sep 17 00:00:00 2001 +From 9689720cdc51810e61ac24478c0cdd9d87095a69 Mon Sep 17 00:00:00 2001 From: "Mingde (Matthew) Zeng" Date: Wed, 29 Jul 2020 08:47:09 -0400 Subject: [PATCH] Remove OOM tests from runtest/mm @@ -9,15 +9,16 @@ Upstream-Status: Inappropriate [oe-core specific] Signed-off-by: Mingde (Matthew) Zeng [ pvorel: rebased for 20210927 ] Signed-off-by: Petr Vorel + --- runtest/mm | 6 ------ 1 file changed, 6 deletions(-) diff --git a/runtest/mm b/runtest/mm -index 6537666a9..e5a091a5a 100644 +index d859b331c..3c2962f44 100644 --- a/runtest/mm +++ b/runtest/mm -@@ -73,12 +73,6 @@ ksm06_2 ksm06 -n 8000 +@@ -74,12 +74,6 @@ ksm07 ksm07 cpuset01 cpuset01 @@ -30,6 +31,3 @@ index 6537666a9..e5a091a5a 100644 swapping01 swapping01 -i 5 thp01 thp01 -I 120 --- -2.33.0 - diff --git a/meta/recipes-extended/ltp/ltp/0001-testcases-kernel-syscalls-fcntl-define-_LARGEFILE64_.patch b/meta/recipes-extended/ltp/ltp/0001-testcases-kernel-syscalls-fcntl-define-_LARGEFILE64_.patch deleted file mode 100644 index dbe63f2170..0000000000 --- a/meta/recipes-extended/ltp/ltp/0001-testcases-kernel-syscalls-fcntl-define-_LARGEFILE64_.patch +++ /dev/null @@ -1,28 +0,0 @@ -From f4f75ce9218b469d91b536218de3323977edc529 Mon Sep 17 00:00:00 2001 -From: Alexander Kanavin -Date: Tue, 13 Jun 2023 15:10:33 +0200 -Subject: [PATCH] testcases/kernel/syscalls/fcntl: define _LARGEFILE64_SOURCE - -This is required for off64_t to be available on musl systems. - -Upstream-Status: Submitted [https://github.com/linux-test-project/ltp/pull/1047] -Signed-off-by: Alexander Kanavin ---- - testcases/kernel/syscalls/fcntl/Makefile | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/testcases/kernel/syscalls/fcntl/Makefile b/testcases/kernel/syscalls/fcntl/Makefile -index df663a50a..aac774111 100644 ---- a/testcases/kernel/syscalls/fcntl/Makefile -+++ b/testcases/kernel/syscalls/fcntl/Makefile -@@ -17,6 +17,6 @@ include $(abs_srcdir)/../utils/newer_64.mk - - %_64: CPPFLAGS += -D_FILE_OFFSET_BITS=64 - --CPPFLAGS += -D_GNU_SOURCE -+CPPFLAGS += -D_GNU_SOURCE -D_LARGEFILE64_SOURCE - - include $(top_srcdir)/include/mk/generic_leaf_target.mk --- -2.30.2 - diff --git a/meta/recipes-extended/ltp/ltp/disable_hanging_tests.patch b/meta/recipes-extended/ltp/ltp/disable_hanging_tests.patch index f25a692dc0..5dfaa652e6 100644 --- a/meta/recipes-extended/ltp/ltp/disable_hanging_tests.patch +++ b/meta/recipes-extended/ltp/ltp/disable_hanging_tests.patch @@ -1,4 +1,8 @@ -This patch disables tests which we've found "hang" on our infrastructure. +From 1dd8c1856505343c8fc61ba3ef8d701aa3befe57 Mon Sep 17 00:00:00 2001 +From: Richard Purdie +Date: Mon, 14 Feb 2022 16:20:18 +0000 +Subject: [PATCH] This patch disables tests which we've found "hang" on our + infrastructure. proc01: https://autobuilder.yoctoproject.org/typhoon/#/builders/96/builds/1748 (arm) @@ -9,10 +13,14 @@ https://autobuilder.yoctoproject.org/typhoon/#/builders/96/builds/2782 (arm) Upstream-Status: Inappropriate [OE Configuration] Signed-off-by: Richard Purdie -Index: git/runtest/fs -=================================================================== ---- git.orig/runtest/fs -+++ git/runtest/fs +--- + runtest/fs | 5 ----- + 1 file changed, 5 deletions(-) + +diff --git a/runtest/fs b/runtest/fs +index 1d753e0dd..17e828ad5 100644 +--- a/runtest/fs ++++ b/runtest/fs @@ -64,11 +64,6 @@ writetest01 writetest #Also run the fs_di (Data Integrity tests) fs_di fs_di -d $TMPDIR diff --git a/meta/recipes-extended/ltp/ltp_20230929.bb b/meta/recipes-extended/ltp/ltp_20240129.bb similarity index 97% rename from meta/recipes-extended/ltp/ltp_20230929.bb rename to meta/recipes-extended/ltp/ltp_20240129.bb index 5c43346883..5cd33bb6a3 100644 --- a/meta/recipes-extended/ltp/ltp_20230929.bb +++ b/meta/recipes-extended/ltp/ltp_20240129.bb @@ -24,12 +24,11 @@ TUNE_CCARGS:remove:x86-64 = "-mfpmath=sse" CFLAGS:append:powerpc64 = " -D__SANE_USERSPACE_TYPES__" CFLAGS:append:mipsarchn64 = " -D__SANE_USERSPACE_TYPES__" -SRCREV = "110d3be6a9c58674de3e366b96a70f0129a5d299" +SRCREV = "68737d20556d37364c95776044b1119c0912a36a" SRC_URI = "git://github.com/linux-test-project/ltp.git;branch=master;protocol=https \ file://0001-Remove-OOM-tests-from-runtest-mm.patch \ file://disable_hanging_tests.patch \ - file://0001-testcases-kernel-syscalls-fcntl-define-_LARGEFILE64_.patch \ " S = "${WORKDIR}/git"