summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2023-10-13 17:00:54 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-10-19 13:38:57 +0100
commit8e1f53b98ec6b9d80fb5ad3c34674cc7bd7cceea (patch)
tree07ff846a9ab76c41dc4e0c11f43990762dab8975 /meta/recipes-extended
parentd915add833933a37e8763411ad78f9f5761852c4 (diff)
downloadpoky-8e1f53b98ec6b9d80fb5ad3c34674cc7bd7cceea.tar.gz
ltp: upgrade 20230516 -> 20230929
Changelog: ============ -New tests -Increased coverage -ebizzy benchmark counter increment races and overflows were fixed -A few more testcases were converted to guarded buffers that is data passed by pointer to kernel are immediatelly following a PROT_NONE page and followed by canaries to catch off-by-one errors -Tests that modprobe kernel modules are now skipped when secure boot is enabled on x86 and ppc64le -ioprio tests now use IOPRIO_PRIO_NUM instead of hardcoded value to check for prio range -35 testcases were converted to the new test library -The usual amount of fixes and cleanups (From OE-Core rev: 4f19f8b0305ecf17964b73b7fd65b0b91d56a39c) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r--meta/recipes-extended/ltp/ltp_20230929.bb (renamed from meta/recipes-extended/ltp/ltp_20230516.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/ltp/ltp_20230516.bb b/meta/recipes-extended/ltp/ltp_20230929.bb
index 4d132b761a..5c43346883 100644
--- a/meta/recipes-extended/ltp/ltp_20230516.bb
+++ b/meta/recipes-extended/ltp/ltp_20230929.bb
@@ -24,7 +24,7 @@ TUNE_CCARGS:remove:x86-64 = "-mfpmath=sse"
24 24
25CFLAGS:append:powerpc64 = " -D__SANE_USERSPACE_TYPES__" 25CFLAGS:append:powerpc64 = " -D__SANE_USERSPACE_TYPES__"
26CFLAGS:append:mipsarchn64 = " -D__SANE_USERSPACE_TYPES__" 26CFLAGS:append:mipsarchn64 = " -D__SANE_USERSPACE_TYPES__"
27SRCREV = "3ebc2dfa85c2445bb68d8c0d66e33c4da1e1b3a7" 27SRCREV = "110d3be6a9c58674de3e366b96a70f0129a5d299"
28 28
29SRC_URI = "git://github.com/linux-test-project/ltp.git;branch=master;protocol=https \ 29SRC_URI = "git://github.com/linux-test-project/ltp.git;branch=master;protocol=https \
30 file://0001-Remove-OOM-tests-from-runtest-mm.patch \ 30 file://0001-Remove-OOM-tests-from-runtest-mm.patch \