From patchwork Sat Feb 1 13:20:58 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 56452 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 89E8EC0219A for ; Sat, 1 Feb 2025 13:21:00 +0000 (UTC) Received: from a27-31.smtp-out.us-west-2.amazonses.com (a27-31.smtp-out.us-west-2.amazonses.com [54.240.27.31]) by mx.groups.io with SMTP id smtpd.web11.42622.1738416045115238196 for ; Sat, 01 Feb 2025 05:20:59 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx header.b=ABUh2jln; dkim=pass header.i=@amazonses.com header.s=7v7vs6w47njt4pimodk5mmttbegzsi6n header.b=L/evPOCE; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.31, mailfrom: 01010194c1abf06a-16b753b6-c80b-4f5b-90ef-0ca68270a549-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=1738416058; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=V1b+NmJTM1Ik0i2B66g3HzrStNKm6DcOlO5PNFqOv7U=; b=ABUh2jlnfg3WrOO960Rvds0H7CEgsup9b+PTi6yLHsI/Gr6e8eyminklaCPvQKXZ Kl4xuxEk6kJPjLctSIgKWakEtsKf43yVIEC0Ixx3+zN1SYtRU0AccDtHxamWXVBQHMB WZ2WgtS2G5oXIolqlbHcSJcr4F1bBzYJ7OotWRGw= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=7v7vs6w47njt4pimodk5mmttbegzsi6n; d=amazonses.com; t=1738416058; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=V1b+NmJTM1Ik0i2B66g3HzrStNKm6DcOlO5PNFqOv7U=; b=L/evPOCEHZSNHDqbj+RpY3JSZ1V6zDo/RxlD8py0XSE2T0ibce5Zuwdd133LzN3U pI86/yIhkgXhw1l8TyycIpZjDoGHUMKl2hYcPvxI7jo1OdWb/Pkp+9KZjEs/PqOs4YE Hddo/ctdTrU83hIPhMhDiSwoAbTSyg5MRiC6lUdI= MIME-Version: 1.0 From: auh@yoctoproject.org To: Yi Zhao Cc: openembedded-core@lists.openembedded.org Subject: [AUH] ltp: upgrading to 20250130 SUCCEEDED Message-ID: <01010194c1abf06a-16b753b6-c80b-4f5b-90ef-0ca68270a549-000000@us-west-2.amazonses.com> Date: Sat, 1 Feb 2025 13:20:58 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2025.02.01-54.240.27.31 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 ; Sat, 01 Feb 2025 13:21:00 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/210558 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *ltp* to *20250130* has Succeeded. Next steps: - apply the patch: git am 0001-ltp-upgrade-20240930-20250130.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 a006d5488de288cf7cac30fbfcd1c8b13e799b10 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Sat, 1 Feb 2025 09:30:56 +0000 Subject: [PATCH] ltp: upgrade 20240930 -> 20250130 --- ...-__clear_cache-declaration-for-clang.patch | 4 +- ...001-Remove-OOM-tests-from-runtest-mm.patch | 4 +- ...ed_attr-Do-not-define-for-glibc-2.41.patch | 42 ------------------- .../ltp/{ltp_20240930.bb => ltp_20250130.bb} | 3 +- 4 files changed, 5 insertions(+), 48 deletions(-) delete mode 100644 meta/recipes-extended/ltp/ltp/0001-sched_attr-Do-not-define-for-glibc-2.41.patch rename meta/recipes-extended/ltp/{ltp_20240930.bb => ltp_20250130.bb} (98%) 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..72c9021332 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 88a33cf63214bfd7ff9377323ebec69281f0748e 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 @@ -19,7 +19,7 @@ Cc: Hui Min Mina Chou 1 file changed, 1 insertion(+) diff --git a/testcases/kernel/mem/hugetlb/hugemmap/hugemmap15.c b/testcases/kernel/mem/hugetlb/hugemmap/hugemmap15.c -index a84ba6476..856e22ff3 100644 +index ecfd51d0c..e17a12e6a 100644 --- a/testcases/kernel/mem/hugetlb/hugemmap/hugemmap15.c +++ b/testcases/kernel/mem/hugetlb/hugemmap/hugemmap15.c @@ -21,6 +21,7 @@ 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..0e19d585f4 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 196f46e2eaf55722a85d13b6532aff1aa61c880f 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 @@ -14,7 +14,7 @@ Signed-off-by: Petr Vorel 1 file changed, 6 deletions(-) diff --git a/runtest/mm b/runtest/mm -index 6a8cd0b9d..8ce3f4416 100644 +index d8e62af81..85c223b71 100644 --- a/runtest/mm +++ b/runtest/mm @@ -76,12 +76,6 @@ ksm07 ksm07 diff --git a/meta/recipes-extended/ltp/ltp/0001-sched_attr-Do-not-define-for-glibc-2.41.patch b/meta/recipes-extended/ltp/ltp/0001-sched_attr-Do-not-define-for-glibc-2.41.patch deleted file mode 100644 index 58d665c7dd..0000000000 --- a/meta/recipes-extended/ltp/ltp/0001-sched_attr-Do-not-define-for-glibc-2.41.patch +++ /dev/null @@ -1,42 +0,0 @@ -From 38ac9ed7a4f7e2dcedb3c13d807ad0575435bab4 Mon Sep 17 00:00:00 2001 -From: Khem Raj -Date: Wed, 30 Oct 2024 14:37:12 -0700 -Subject: [PATCH] sched_attr: Do not define for glibc >= 2.41 - -glibc 2.41+ has added [1] definitions for sched_setattr and sched_getattr functions -and struct sched_attr. Therefore, it needs to be checked for here as well before -defining sched_attr - -Define sched_attr conditionally on SCHED_ATTR_SIZE_VER0 - -Fixes builds with glibc/trunk - -[1] https://sourceware.org/git/?p=glibc.git;a=commitdiff;h=21571ca0d70302909cf72707b2a7736cf12190a0;hp=298bc488fdc047da37482f4003023cb9adef78f8 - -Upstream-Status: Submitted [https://lists.linux.it/pipermail/ltp/2024-October/040678.html] -Signed-off-by: Khem Raj ---- - include/lapi/sched.h | 3 +++ - 1 file changed, 3 insertions(+) - -diff --git a/include/lapi/sched.h b/include/lapi/sched.h -index 26fdb628d..e1c7ff011 100644 ---- a/include/lapi/sched.h -+++ b/include/lapi/sched.h -@@ -15,6 +15,8 @@ - #include "lapi/syscalls.h" - #include "lapi/sched.h" - -+/* sched_attr is not defined in glibc < 2.41 */ -+#ifndef SCHED_ATTR_SIZE_VER0 - struct sched_attr { - uint32_t size; - -@@ -44,6 +46,7 @@ static inline int sched_getattr(pid_t pid, struct sched_attr *attr, - { - return syscall(__NR_sched_getattr, pid, attr, size, flags); - } -+#endif - - #ifndef HAVE_CLONE3 - struct clone_args { diff --git a/meta/recipes-extended/ltp/ltp_20240930.bb b/meta/recipes-extended/ltp/ltp_20250130.bb similarity index 98% rename from meta/recipes-extended/ltp/ltp_20240930.bb rename to meta/recipes-extended/ltp/ltp_20250130.bb index 3fe8772ea7..908a037959 100644 --- a/meta/recipes-extended/ltp/ltp_20240930.bb +++ b/meta/recipes-extended/ltp/ltp_20250130.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 = "60f81419c43f94ec182827ef0b9eb5baeb303419" +SRCREV = "a7c31dff7edc089a32e990765e12952cc4d7666a" SRC_URI = "git://github.com/linux-test-project/ltp.git;branch=master;protocol=https \ file://0001-Remove-OOM-tests-from-runtest-mm.patch \ file://0001-Add-__clear_cache-declaration-for-clang.patch \ - file://0001-sched_attr-Do-not-define-for-glibc-2.41.patch \ " S = "${WORKDIR}/git"