]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
strace: Fix uio test and ignore pwritev|pwrite64 tests on musl master
authorKhem Raj <raj.khem@gmail.com>
Tue, 19 Aug 2025 16:02:44 +0000 (09:02 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 20 Aug 2025 20:47:33 +0000 (21:47 +0100)
commit38f4f3bfbe2f9625737af15422423b00c32ee076
tree58a0333e4134a256c59c408781f8c686b9b8504e
parent7008e2d00165991bf218ca2f96fb34244e518456
strace: Fix uio test and ignore pwritev|pwrite64 tests on musl

The pwritev and pwrite64 are wrappers over pwritev2 syscall in
musl but strace assumes glibc behavior, ignore them for now

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/strace/strace/0001-Ignore-pwritev-pwrite64-tests-on-musl.patch [new file with mode: 0644]
meta/recipes-devtools/strace/strace/0001-tests-fix-uio.test-with-musl-libc.patch [new file with mode: 0644]
meta/recipes-devtools/strace/strace_6.16.bb