From patchwork Thu Oct 10 19:36:35 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: 50415 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 00389D0D7AE for ; Thu, 10 Oct 2024 19:36:42 +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.53262.1728588944704958677 for ; Thu, 10 Oct 2024 12:36:36 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx header.b=c0I6H49f; dkim=pass header.i=@amazonses.com header.s=7v7vs6w47njt4pimodk5mmttbegzsi6n header.b=Gxyd4MFo; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.193, mailfrom: 0101019277eedb64-cb6890da-bcfe-448e-a6b4-4b24c8630459-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=1728588996; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=KB3KtImm2SAPCVPuo6yJ4sBoMJ8FHtvOtCdyFvrMyWI=; b=c0I6H49fqxoWMj3WOqaENGzcSP8JZZqQvwQIDQpEwlB2ISPyDC/fbogbJh8LLDot Ny5i8ZXMTF92oAYxkdGoBTIHtp5m1bGhLZzQHblnqmttTYOfigOYj71O3gVBg9Ee/VX A9KH/J89RV5AD03Y+pQBUU9btmkMYNx1VjY+q1Vw= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=7v7vs6w47njt4pimodk5mmttbegzsi6n; d=amazonses.com; t=1728588996; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=KB3KtImm2SAPCVPuo6yJ4sBoMJ8FHtvOtCdyFvrMyWI=; b=Gxyd4MFoefofBiZpzPnhMaVm10fMuwHBjVgjtnZyTmfFZgYjT17AIYvRcRoCfPIX X5kJ83BVKHjBipVMvJc041oSkVnZZGO9cMKc3R7FmkH4CCSCGeC5maSZzaPXBHm4gFn u9Z0DzwVxJDcmmjWRTeXZwbkwO9rT5YvZlrYDJqQ= 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: <0101019277eedb64-cb6890da-bcfe-448e-a6b4-4b24c8630459-000000@us-west-2.amazonses.com> Date: Thu, 10 Oct 2024 19:36:35 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2024.10.10-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, 10 Oct 2024 19:36:42 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/205609 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 288d7af89be192744319bdf8061c516fcb80ca80 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Thu, 10 Oct 2024 03:32:32 +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..fd71cd85f0 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 474ff3c4f1175cc02548a3110fab9579ca42da1f 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..97f261e5e9 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 d6e2d9e73dad920b5e49aaa94f86bab2779c3368 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 \