https://bugs.kde.org/show_bug.cgi?id=469097
--- Comment #4 from Mark Wielaard <m...@klomp.org> --- commit b4ec6a6ff767098714ffa8c4e3e3081d98fd2d66 (HEAD -> master) Author: Mark Wielaard <m...@klomp.org> Date: Fri Apr 28 13:34:48 2023 +0200 Support SCV_FLAG also on VGP_ppc64be_linux Running on a kernel that supports the SCV instruction (sets PPC_FEATURE2_SCV in auxv AT_HWCAPS2) valgrind will assert: valgrind: m_syswrap/syswrap-main.c:549 (getSyscallArgsFromGuestState): Assertion 'gst->guest_syscall_flag == SC_FLAG' failed. Removing that assert makes most things work. But also filter out PPC_FEATURE2_SCV from AT_HWCAPS2 for the client, so it shouldn't try using the SCV instruction. https://bugs.kde.org/show_bug.cgi?id=469097 -- You are receiving this mail because: You are watching all bug changes.