From: Yi Zhao Date: Sat, 11 Oct 2025 01:26:48 +0000 (+0800) Subject: ltp: upgrade 20250530 -> 20250930 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=dd53cccdd11358398cf154ee8d0e529ff180adb1;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git ltp: upgrade 20250530 -> 20250930 ChangeLog: https://github.com/linux-test-project/ltp/releases/tag/20250930 Signed-off-by: Yi Zhao Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Richard Purdie --- 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 c95d7220cd..24e8762f77 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 859d27dd6dfc6e9d26ae9a05f4b32ac45b911887 Mon Sep 17 00:00:00 2001 +From a2ce04cb82d545f3dbab71de7fa55eaad3df3063 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 936e23ebda..860b2f127f 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 7096737fbbe19d0765f0a8c62ef7667bf4875780 Mon Sep 17 00:00:00 2001 +From bb9146dd322af98a7bb96ad0d84ec376589c6cde 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,10 +14,10 @@ Signed-off-by: Petr Vorel 1 file changed, 6 deletions(-) diff --git a/runtest/mm b/runtest/mm -index 5566a7742..8014d509b 100644 +index 41d624ad8..1e8c22638 100644 --- a/runtest/mm +++ b/runtest/mm -@@ -70,12 +70,6 @@ ksm07 ksm07 +@@ -69,12 +69,6 @@ ksm07 ksm07 cpuset01 cpuset01 cpuset02 cpuset02 diff --git a/meta/recipes-extended/ltp/ltp/0001-syscalls-semctl08-Skip-semctl08-when-__USE_TIME64_RE.patch b/meta/recipes-extended/ltp/ltp/0001-syscalls-semctl08-Skip-semctl08-when-__USE_TIME64_RE.patch index b4859a6f0a..364e203e23 100644 --- a/meta/recipes-extended/ltp/ltp/0001-syscalls-semctl08-Skip-semctl08-when-__USE_TIME64_RE.patch +++ b/meta/recipes-extended/ltp/ltp/0001-syscalls-semctl08-Skip-semctl08-when-__USE_TIME64_RE.patch @@ -1,4 +1,4 @@ -From 55b48d66857a43c2609fc351293b5601e2eb955d Mon Sep 17 00:00:00 2001 +From 09364a758df9d89a0968894376f82f636441addb Mon Sep 17 00:00:00 2001 From: Jiaying Song Date: Fri, 23 May 2025 15:17:49 +0800 Subject: [PATCH] syscalls/semctl08: Skip semctl08 when __USE_TIME64_REDIRECTS @@ -20,10 +20,10 @@ Signed-off-by: Jiaying Song 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/testcases/kernel/syscalls/ipc/semctl/semctl08.c b/testcases/kernel/syscalls/ipc/semctl/semctl08.c -index 1878bd4..3b799fa 100644 +index f4549adf4..28776f266 100644 --- a/testcases/kernel/syscalls/ipc/semctl/semctl08.c +++ b/testcases/kernel/syscalls/ipc/semctl/semctl08.c -@@ -10,7 +10,11 @@ +@@ -12,7 +12,11 @@ #include "tst_test.h" #include "libnewipc.h" @@ -36,13 +36,10 @@ index 1878bd4..3b799fa 100644 static void run(void) { -@@ -47,6 +51,4 @@ static struct tst_test test = { +@@ -49,6 +53,4 @@ static struct tst_test test = { .test_all = run, .needs_tmpdir = 1, }; -#else -TST_TEST_TCONF("test requires struct semid64_ds to have the time_high fields"); #endif --- -2.34.1 - diff --git a/meta/recipes-extended/ltp/ltp_20250530.bb b/meta/recipes-extended/ltp/ltp_20250930.bb similarity index 99% rename from meta/recipes-extended/ltp/ltp_20250530.bb rename to meta/recipes-extended/ltp/ltp_20250930.bb index 9ea5de10ee..1514aca8fe 100644 --- a/meta/recipes-extended/ltp/ltp_20250530.bb +++ b/meta/recipes-extended/ltp/ltp_20250930.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 = "14331e1ecfcd63426c9d270d88b7bad9f60c6d64" +SRCREV = "d2550ffbbcfe163212cd7e9c132db65ae0fa06ed" SRC_URI = "git://github.com/linux-test-project/ltp.git;branch=master;protocol=https \ file://0001-Remove-OOM-tests-from-runtest-mm.patch \