ltp: upgrade 20250530 -> 20250930

ChangeLog:
https://github.com/linux-test-project/ltp/releases/tag/20250930

(From OE-Core rev: dd53cccdd11358398cf154ee8d0e529ff180adb1)

Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Yi Zhao 2025-10-11 09:26:48 +08:00 committed by Richard Purdie
parent 739fb7e209
commit 27c46b89fe
4 changed files with 9 additions and 12 deletions

View File

@ -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 <raj.khem@gmail.com>
Date: Mon, 10 Jun 2024 22:52:56 -0700
Subject: [PATCH] Add __clear_cache declaration for clang

View File

@ -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" <matthewzmd@gmail.com>
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 <petr.vorel@gmail.com>
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

View File

@ -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 <jiaying.song.cn@windriver.com>
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 <jiaying.song.cn@windriver.com>
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

View File

@ -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 \