From patchwork Thu Oct 10 19:35:43 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: 50619 Return-Path: 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 7B193CFD2FC for ; Thu, 10 Oct 2024 19:35:54 +0000 (UTC) Received: from a27-23.smtp-out.us-west-2.amazonses.com (a27-23.smtp-out.us-west-2.amazonses.com [54.240.27.23]) by mx.groups.io with SMTP id smtpd.web10.53260.1728588944661100897 for ; Thu, 10 Oct 2024 12:35:44 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx header.b=J7DaKkfR; dkim=pass header.i=@amazonses.com header.s=7v7vs6w47njt4pimodk5mmttbegzsi6n header.b=wKBOXQTm; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.23, mailfrom: 0101019277ee10e7-42ec3032-01e4-4933-9ed4-5ffc10e54ccb-000000@us-west-2.amazonses.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx; d=yoctoproject.org; t=1728588944; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=S7jN++1tZDHb9Xforrp+e1bAzFpBMgIKl2OkiJw/k5c=; b=J7DaKkfR2v+W8EK6U1XP4Sr8dM4fhXxsKPZXySlVA/AdJS6lPyIxCE99tgysCwLv Uh9b2+FxaRDGXydNJRJfQkBMTnHXZ4Igf/MXa+1kvi1eD+Gj4zMDnrJXaRauqYHISCL JQG6qN2U2tvVsq3lXNbjLyp1CkQklY3LL1tQxZac= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=7v7vs6w47njt4pimodk5mmttbegzsi6n; d=amazonses.com; t=1728588944; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=S7jN++1tZDHb9Xforrp+e1bAzFpBMgIKl2OkiJw/k5c=; b=wKBOXQTmWVwKl/TsgUyrcy0DhQqHJBQz84BcfAOgnT8XL793LWpIUJrfH4U92b23 N2RJ0li8PX9qmiCikbqiSPPTDfui7LPRmLFWuXC+pS8QL8o++DaPG/ykF0TsRmJ6pxI dh1HtyzWYhZIAbmDMvBvO68N60/BDq9uaG/HVoaE= MIME-Version: 1.0 From: auh@yoctoproject.org To: Yi Zhao Cc: openembedded-core@lists.openembedded.org Subject: [AUH] ltp: upgrading to 20240930 SUCCEEDED Message-ID: <0101019277ee10e7-42ec3032-01e4-4933-9ed4-5ffc10e54ccb-000000@us-west-2.amazonses.com> Date: Thu, 10 Oct 2024 19:35:43 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2024.10.10-54.240.27.23 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, 10 Oct 2024 19:35:54 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/205446 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *ltp* to *20240930* has Succeeded. Next steps: - apply the patch: git am 0001-ltp-upgrade-20240524-20240930.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 36538a555a803cd0355df5c6405ce0189468336a Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Thu, 10 Oct 2024 14:37:25 +0000 Subject: [PATCH] ltp: upgrade 20240524 -> 20240930 --- .../ltp/ltp/0001-Add-__clear_cache-declaration-for-clang.patch | 2 +- .../ltp/ltp/0001-Remove-OOM-tests-from-runtest-mm.patch | 2 +- meta/recipes-extended/ltp/{ltp_20240524.bb => ltp_20240930.bb} | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-extended/ltp/{ltp_20240524.bb => ltp_20240930.bb} (99%) diff --git a/meta/recipes-extended/ltp/ltp/0001-Add-__clear_cache-declaration-for-clang.patch b/meta/recipes-extended/ltp/ltp/0001-Add-__clear_cache-declaration-for-clang.patch index ade6a52b63..d068135993 100644 --- a/meta/recipes-extended/ltp/ltp/0001-Add-__clear_cache-declaration-for-clang.patch +++ b/meta/recipes-extended/ltp/ltp/0001-Add-__clear_cache-declaration-for-clang.patch @@ -1,4 +1,4 @@ -From 2d384f268791ecd5ff0f26c8137dd4de0a1c4566 Mon Sep 17 00:00:00 2001 +From 890b3f362179084f5dd59f0c672540cf367b69fb Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Mon, 10 Jun 2024 22:52:56 -0700 Subject: [PATCH] Add __clear_cache declaration for clang 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 5b6c780bec..7732e228ee 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 768159aa53257d247645a12518778f50b8fdf578 Mon Sep 17 00:00:00 2001 +From 535b35c75e87502fe947c0cebca3226d26982e8a 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 diff --git a/meta/recipes-extended/ltp/ltp_20240524.bb b/meta/recipes-extended/ltp/ltp_20240930.bb similarity index 99% rename from meta/recipes-extended/ltp/ltp_20240524.bb rename to meta/recipes-extended/ltp/ltp_20240930.bb index 6b46723478..ac8bea4244 100644 --- a/meta/recipes-extended/ltp/ltp_20240524.bb +++ b/meta/recipes-extended/ltp/ltp_20240930.bb @@ -24,7 +24,7 @@ TUNE_CCARGS:remove:x86-64 = "-mfpmath=sse" CFLAGS:append:powerpc64 = " -D__SANE_USERSPACE_TYPES__" CFLAGS:append:mipsarchn64 = " -D__SANE_USERSPACE_TYPES__" -SRCREV = "8f21ebba42216dbb7e8d44c23b4a977d6823f7a1" +SRCREV = "60f81419c43f94ec182827ef0b9eb5baeb303419" SRC_URI = "git://github.com/linux-test-project/ltp.git;branch=master;protocol=https \ file://0001-Remove-OOM-tests-from-runtest-mm.patch \