https://bugs.kde.org/show_bug.cgi?id=505228
--- Comment #2 from mcer...@redhat.com --- Tested on rhel10 aarch64, ppc64le, s390, and x86_64. Example: el10 ppc64le # strace -qq -emseal --raw=all --signal='!all' -f -o /tmp/xxx ./auxprogs/auxchecks/ltp-full-20250530/testcases/kernel/syscalls/mseal/mseal01 >&/dev/null; echo "-------------"; cat /tmp/xxx ------------- 504824 syscall_0x193(0, 0x7fffc55503d0, 0, 0x20, 0x30, 0x10077f00) = -1 ENOSYS (Function not implemented) 504825 mseal(0x7fff8df30000, 0x10000, 0) = 0 504826 mseal(0x7fff8df30000, 0x10000, 0) = 0 504827 mseal(0x7fff8df30000, 0x10000, 0) = 0 504828 mseal(0x7fff8df30000, 0x10000, 0) = 0 504829 mseal(0x7fff8df30000, 0x10000, 0) = 0 504830 mseal(0x7fff8df30000, 0x10000, 0) = 0 el10 ppc64le # ./vg-in-place --tool=none --trace-syscalls=yes ./auxprogs/auxchecks/ltp-full-20250530/testcases/kernel/syscalls/mseal/mseal01 |& grep ^SYSCALL.*sys_mseal SYSCALL[504838,1](462) sys_mseal ( 0x4330000, 65536, 0x0, )[sync] --> Success(0x0) SYSCALL[504839,1](462) sys_mseal ( 0x4330000, 65536, 0x0, )[sync] --> Success(0x0) SYSCALL[504840,1](462) sys_mseal ( 0x4330000, 65536, 0x0, )[sync] --> Success(0x0) SYSCALL[504841,1](462) sys_mseal ( 0x4330000, 65536, 0x0, )[sync] --> Success(0x0) SYSCALL[504842,1](462) sys_mseal ( 0x4330000, 65536, 0x0, )[sync] --> Success(0x0) SYSCALL[504843,1](462) sys_mseal ( 0x4330000, 65536, 0x0, )[sync] --> Success(0x0) el10 ppc64le # -- You are receiving this mail because: You are watching all bug changes.